aboutsummaryrefslogtreecommitdiff
path: root/rpb-openembedded
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-02 11:36:24 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-02 11:36:24 +0200
commit00a173fd5bb62e80d93e84552c530be02083a871 (patch)
tree16f4b309ca6c4de0e10bc865e041f74eb10a499b /rpb-openembedded
parent16dc372cc405cf40b264725279f008415e5c6365 (diff)
rpb-openembedded: skip sparse images for OrangePi96
Change-Id: I4977cd278971a7b9646cdcb8938753ddf22ab346 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-openembedded')
-rwxr-xr-xrpb-openembedded/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpb-openembedded/builders.sh b/rpb-openembedded/builders.sh
index 4aa1bba177..878877873c 100755
--- a/rpb-openembedded/builders.sh
+++ b/rpb-openembedded/builders.sh
@@ -99,7 +99,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|orangepi-i96)
;;
*)
for rootfs in ${DEPLOY_DIR_IMAGE}/*.rootfs.ext4.gz; do