aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-testimages.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-11-20 22:21:15 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2018-11-23 15:39:57 +0000
commitf9d396dd47039fec0c27181cbc6940deab747457 (patch)
tree88a018211f0914f55214ef5332f91b093a4ddc70 /lt-qcom-linux-testimages.yaml
parent9d11bc7dcdb8400ed1ecb03a57c3ea1767a7b8cf (diff)
lt-qcom-linux-testimages: generated compressed ext4 image
The QCOMLT CI scripts expect to work with .img.gz files that can be flashed, and the .img.gz files are generated from .ext4.gz. For QEMU machine upstream seems to build .ext4 images, let's change that to build what we need. Change-Id: I42528f716e96de347c49f85e7285b4c4ed4fc357 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-linux-testimages.yaml')
-rw-r--r--lt-qcom-linux-testimages.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lt-qcom-linux-testimages.yaml b/lt-qcom-linux-testimages.yaml
index 2ed4a63b49..80de948336 100644
--- a/lt-qcom-linux-testimages.yaml
+++ b/lt-qcom-linux-testimages.yaml
@@ -62,6 +62,9 @@
- shell: |
#!/bin/bash
echo "PUB_DEST=member-builds/qcomlt/testimages/$(echo ${MACHINE} | sed 's/qemu//')/${BUILD_NUMBER}" > pub_dest_parameters
+ # 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
- inject:
properties-file: pub_dest_parameters
- shell: