aboutsummaryrefslogtreecommitdiff
path: root/mbl-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2018-04-23 18:49:47 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2018-04-23 20:58:52 +0000
commitec046351447f46f311ae43e4da7939182c7ce8ca (patch)
tree49994d2e830ce289a2ff251082277aca47e48cd4 /mbl-openembedded
parentdd4e8be5fa71f5d2ae2a5e89289d17d026387011 (diff)
mbl: fix bananapi-zero disk image layout
BPi0 now has a .wic.gz disk image, like the other platforms, and it uses the same partition layout as the others. Also extend the timeouts as the board is quite slow at dd'ing over USB Mass Storage. Change-Id: I74489ef473a64a4b374fa7b6d58ddec36b413356 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'mbl-openembedded')
-rw-r--r--mbl-openembedded/lava-job-definitions/bananapi-zero/template.yaml9
-rwxr-xr-xmbl-openembedded/submit_for_testing.sh1
2 files changed, 5 insertions, 5 deletions
diff --git a/mbl-openembedded/lava-job-definitions/bananapi-zero/template.yaml b/mbl-openembedded/lava-job-definitions/bananapi-zero/template.yaml
index 1687574448..fba5804db5 100644
--- a/mbl-openembedded/lava-job-definitions/bananapi-zero/template.yaml
+++ b/mbl-openembedded/lava-job-definitions/bananapi-zero/template.yaml
@@ -3,9 +3,9 @@ device_type: sun8i-h2-plus-bananapi-m2-zero
job_name: MBL ${MACHINE} ${MANIFEST_BRANCH} ${BUILD_NUMBER}
timeouts:
job:
- minutes: 10
+ minutes: 100
action:
- minutes: 5
+ minutes: 50
connection:
minutes: 2
priority: medium
@@ -14,12 +14,13 @@ visibility: public
actions:
- deploy:
timeout:
- minutes: 5
+ minutes: 50
to: u-boot-ums
os: oe
image:
url: ${IMAGE_URL}
- root_partition: 1
+ compression: gz
+ root_partition: 2
- boot:
method: u-boot
diff --git a/mbl-openembedded/submit_for_testing.sh b/mbl-openembedded/submit_for_testing.sh
index fd040e9c04..a9df602f4e 100755
--- a/mbl-openembedded/submit_for_testing.sh
+++ b/mbl-openembedded/submit_for_testing.sh
@@ -20,7 +20,6 @@ case "${MACHINE}" in
bananapi-zero)
export DEVICE_TYPE=bananapi-zero
DTB_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "?Image-*-${MACHINE}-*-${BUILD_NUMBER}.dtb" | xargs -r basename)
- DISK_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "${IMAGES}-${MACHINE}-*-${BUILD_NUMBER}.rootfs.sunxi-sdimg" | xargs -r basename)
;;
esac