aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2020-05-20 10:25:49 -0500
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2020-05-20 16:35:43 +0000
commit7899ae5ceb594e9499798430d9033857d0c67d29 (patch)
tree5d515888839c4d5b393bff8a0fcaa03b1a2bee4b /openembedded-lkft
parent5e552aad9b3b134dd42ab3736b6e6fe9f0e4a5fa (diff)
openembedded-lkft: lava-job-definition: x15: Use super partition
As of 5/20, X15 devices have a new U-boot and partition table which allow us to use this larger partition. This way, the same X15 boards can be shared between OE and Android. Related: https://projects.linaro.org/browse/LSS-1312 Change-Id: I16e0d932ba3f758115f7647c32d74e51eb583a95 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/devices/x155
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded-lkft/lava-job-definitions/devices/x15 b/openembedded-lkft/lava-job-definitions/devices/x15
index ee4e724f33..1df35ccb94 100644
--- a/openembedded-lkft/lava-job-definitions/devices/x15
+++ b/openembedded-lkft/lava-job-definitions/devices/x15
@@ -12,7 +12,7 @@
namespace: target
connection: lxc
images:
- userdata:
+ super:
url: lxc:///rpb-console-image-lkft.rootfs.img
apply-overlay: true
os: oe
@@ -30,7 +30,8 @@
- setenv fdtfile am57xx-beagle-x15.dtb
- setenv console ttyS2,115200n8
- setenv mmcdev 1
- - "setenv bootpart 1:9"
+ - part number mmc 1 super part_num
+ - "setenv bootpart 1:${part_num}"
- run mmcboot
timeout:
minutes: 15