aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-testimages.yaml
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-09-10 08:17:34 -0500
committerAníbal Limón <anibal.limon@linaro.org>2020-09-10 08:18:42 -0500
commit6c721fce3bd18ba5517cb4fc393c8c412a0f4a24 (patch)
treec4cd365b82cfdd75e0d8ae2962d605815a56d6e1 /lt-qcom-linux-testimages.yaml
parent72c0464ce750947cbaf216ca57fc6ca8ed3a78b2 (diff)
lt-qcom-linux-testimages.yaml: Add mesa-ci to CORE_IMAGE_EXTRA_INSTALL
To install deqp needed scripts and files to run tests. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ibd42cb3234c944b60f4ec3febfa4b7c985fd623b
Diffstat (limited to 'lt-qcom-linux-testimages.yaml')
-rw-r--r--lt-qcom-linux-testimages.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lt-qcom-linux-testimages.yaml b/lt-qcom-linux-testimages.yaml
index a19e962ebb..509c87cc4e 100644
--- a/lt-qcom-linux-testimages.yaml
+++ b/lt-qcom-linux-testimages.yaml
@@ -79,6 +79,7 @@
echo "PACKAGE_INSTALL_append = \" \${CORE_IMAGE_EXTRA_INSTALL}\"" >> auto.conf
# enable mesa-dev to test freedreno using deqp
+ echo "CORE_IMAGE_EXTRA_INSTALL += \"mesa-ci\"" >> auto.conf
echo "PACKAGECONFIG_append_pn-mesa = \"freedreno xa\"" >> auto.conf
echo "SRCREV_pn-mesa = \"\${AUTOREV}\"" >> auto.conf
echo "ERROR_QA_remove_pn-mesa = \"version-going-backwards\"" >> auto.conf