aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-testimages.yaml
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-09-04 10:23:56 -0500
committerAnibal Limon <anibal.limon@linaro.org>2020-09-04 15:26:17 +0000
commit728656d2f6dc66f5cadcde2c40073f1d4c09080b (patch)
treef212f029737bd7f3d1ff9ad4786b4c1f11df0113 /lt-qcom-linux-testimages.yaml
parentf8d5c3b5c1d667b3f4a7cd3c23a19db033682cdf (diff)
lt-qcom-linux-testimages.yaml: Enable mesa-dev and install QCOM tools
- mesa-dev: In order to test with the latest mesa version available, this could led on build failures to out of tree patches but is good to find regressions earlier in the development cycle, remove ERROR_QA version-going-backwards because with AUTOREV will fail at somepoint. - qcom-tools: Add PACKAGE_INSTALL to enable installation of qcom userspace components on ramdisk. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Icae4b07242b43b381acf412fee4772f4e4e5e453
Diffstat (limited to 'lt-qcom-linux-testimages.yaml')
-rw-r--r--lt-qcom-linux-testimages.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/lt-qcom-linux-testimages.yaml b/lt-qcom-linux-testimages.yaml
index 624875fb0c..43ee0eee14 100644
--- a/lt-qcom-linux-testimages.yaml
+++ b/lt-qcom-linux-testimages.yaml
@@ -71,12 +71,18 @@
# configure serial in rpb-console-image-test
echo "SERIAL_CONSOLES = \"115200;ttyMSM0\"" >> auto.conf
- # add machine dependent qcom services to rpb-console-image-test
- echo "CORE_IMAGE_EXTRA_INSTALL += \"${QCOM_USERSPACE_TOOLS}\"" >> auto.conf
# add ext4 block size to 4096, boards with UFS storage needs it
echo "EXTRA_IMAGECMD_ext4 += \" -b 4096 \"" >> auto.conf
- # to test freedreno using deqp
+
+ # add machine dependent qcom services to initramfs and rpb images
+ echo "CORE_IMAGE_EXTRA_INSTALL += \"${QCOM_USERSPACE_TOOLS}\"" >> auto.conf
+ echo "PACKAGE_INSTALL_append = \" ${CORE_IMAGE_EXTRA_INSTALL}\"" >> auto.conf
+
+ # enable mesa-dev to test freedreno using deqp
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
+ echo "DEFAULT_PREFERENCE_pn-mesa = \"1\"" >> auto.conf
- inject:
properties-file: pub_dest_parameters
- shell: