aboutsummaryrefslogtreecommitdiff
path: root/mbl-openembedded
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-09-08 08:33:07 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-09-08 08:33:07 +0300
commit5bf60b5ca1d36bedcb4047a561092a1f08f81898 (patch)
tree617515279cb7ff45965a5d00e4338a1e03e3d2b3 /mbl-openembedded
parent34ff782ebcbc08b4ea10f9ab79161b944f202d02 (diff)
mbl-openembedded: skip sparse images for imx7s-warp and raspberrypi3
Change-Id: I91a444eba663ea8e505d4b72d5ff10754dbfba37 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'mbl-openembedded')
-rwxr-xr-xmbl-openembedded/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbl-openembedded/builders.sh b/mbl-openembedded/builders.sh
index df052c49dc..addb7cabbe 100755
--- a/mbl-openembedded/builders.sh
+++ b/mbl-openembedded/builders.sh
@@ -95,7 +95,7 @@ cat ${DEPLOY_DIR_IMAGE}/pinned-manifest.xml
# FIXME: Sparse images here, until it gets done by OE
case "${MACHINE}" in
- juno|stih410-b2260)
+ juno|stih410-b2260|imx7s-warp|raspberrypi3)
;;
*)
for rootfs in ${DEPLOY_DIR_IMAGE}/*.rootfs.ext4.gz; do