aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-testimages.yaml
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-02-04 18:22:33 -0600
committerAnibal Limon <anibal.limon@linaro.org>2020-02-05 00:24:30 +0000
commit3b7d3f26571bd99fd5aead67f87d6bb57dabd37d (patch)
tree725760ba9b8c9a7df750b1c75e4dde5edd9dc244 /lt-qcom-linux-testimages.yaml
parentc0b0f9605a99f9b298dee711b018b4ad8912a9c0 (diff)
lt-qcom-linux-testimages.yaml: Add QCOM_USERSPACE_TOOLS param
To set extra sw needed by QCOM boards, - Add adsprpc, pd-mapper, tqftpserv - Remove deprecated wcnss Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I012cca27cb4e0298c8702103c54bd56bd6e53b99
Diffstat (limited to 'lt-qcom-linux-testimages.yaml')
-rw-r--r--lt-qcom-linux-testimages.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lt-qcom-linux-testimages.yaml b/lt-qcom-linux-testimages.yaml
index 7a19efbf90..ef04ba8dfc 100644
--- a/lt-qcom-linux-testimages.yaml
+++ b/lt-qcom-linux-testimages.yaml
@@ -34,6 +34,9 @@
name: DISTRO
default: 'rpb'
- string:
+ name: QCOM_USERSPACE_TOOLS
+ default: 'adsprpc pd-mapper qrtr rmtfs tqftpserv'
+ - string:
name: BASE_URL
default: 'https://snapshots.linaro.org/'
disabled: false
@@ -69,7 +72,7 @@
# 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 += \"rmtfs qrtr wcnss-start\"" >> auto.conf
+ echo "CORE_IMAGE_EXTRA_INSTALL += \"${QCOM_USERSPACE_TOOLS}\"" >> auto.conf
- inject:
properties-file: pub_dest_parameters
- shell: