aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: