aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-testimages.yaml
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-02-19 16:40:59 -0600
committerAnibal Limon <anibal.limon@linaro.org>2019-02-19 22:43:37 +0000
commitaff833b2fe0217103c6470d0d6b3a256ddd1be82 (patch)
tree5615339bf1c30008d25ea5083c7baa5a60fd2589 /lt-qcom-linux-testimages.yaml
parente8c2c08a23fade64c4938e8c521f9834410e3e2a (diff)
lt-qcom-linux-testimages.yaml: Add generic machine dependent OE configuration
Since we are using qemuarm64 for rpb-console-image-test instead of per board (db410c, db820c, etc) the serial console isn't configure and some qcom services aren't installed qrtr, rmtfs so add manually to fix functional testing. Change-Id: Ifdff52e5d73ce5d3e3435c7b9c9597c44ce5afd7 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-linux-testimages.yaml')
-rw-r--r--lt-qcom-linux-testimages.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lt-qcom-linux-testimages.yaml b/lt-qcom-linux-testimages.yaml
index 80de948336..d460f402ea 100644
--- a/lt-qcom-linux-testimages.yaml
+++ b/lt-qcom-linux-testimages.yaml
@@ -65,6 +65,11 @@
# ensure that we generate the right image type, by default qemu* only generates .ext4, we need .ext4.gz
echo "IMAGE_FSTYPES_remove = \"ext4\"" > auto.conf
echo "IMAGE_FSTYPES_append = \" ext4.gz\"" >> auto.conf
+
+ # 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-apps wcnss-start\"" >> auto.conf
- inject:
properties-file: pub_dest_parameters
- shell: