aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-testimages.yaml
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-09-04 11:42:36 -0500
committerAníbal Limón <anibal.limon@linaro.org>2020-09-04 11:43:42 -0500
commit8be625d4de909356bfb746812a068813fbfc9ad4 (patch)
tree75f8c92b1b21d1533e616a59004a31c6687e6f49 /lt-qcom-linux-testimages.yaml
parent728656d2f6dc66f5cadcde2c40073f1d4c09080b (diff)
lt-qcom-linux-testimages.yaml: Fix, escape variables to not be expanded
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ida80e8a2383884b3dba913d436173cfa73a8f18c
Diffstat (limited to 'lt-qcom-linux-testimages.yaml')
-rw-r--r--lt-qcom-linux-testimages.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lt-qcom-linux-testimages.yaml b/lt-qcom-linux-testimages.yaml
index 43ee0eee14..3ac3e45dc4 100644
--- a/lt-qcom-linux-testimages.yaml
+++ b/lt-qcom-linux-testimages.yaml
@@ -76,11 +76,11 @@
# 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
+ 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 "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: