aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-11-21 16:29:47 +0100
committerDaniel Díaz <daniel.diaz@linaro.org>2019-12-02 17:38:55 +0000
commit4707dc369466cf78b014b72370779ff2b0401ecd (patch)
tree7eba4c53d3faa315c1ee2fd099cef0db1c738c4f /openembedded-lkft
parentfc43043a20d580b82877f7c875fbf7c8153bfd50 (diff)
lkft: lava-test-plan: devices: add moduls support for juno and x86
Both juno and x86 jobs can use 'modules' keyword under the 'deploy' step to prepare us to split up the kernel artifacts with the rootfs artifact. Prepare jobs for LKFT-2.0. Change-Id: I3411395384abf1704c44ac7162d21d0f389d7982 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/devices/juno-r23
-rw-r--r--openembedded-lkft/lava-job-definitions/devices/x863
2 files changed, 6 insertions, 0 deletions
diff --git a/openembedded-lkft/lava-job-definitions/devices/juno-r2 b/openembedded-lkft/lava-job-definitions/devices/juno-r2
index feb848e1..a4eca423 100644
--- a/openembedded-lkft/lava-job-definitions/devices/juno-r2
+++ b/openembedded-lkft/lava-job-definitions/devices/juno-r2
@@ -20,6 +20,9 @@ context:
type: image
dtb:
url: {{DTB_URL}}
+ modules:
+ url: {{MODULES_URL}}
+ compression: gz
nfsrootfs:
url: {{NFSROOTFS_URL}}
compression: xz
diff --git a/openembedded-lkft/lava-job-definitions/devices/x86 b/openembedded-lkft/lava-job-definitions/devices/x86
index 50697845..fc9ce7ac 100644
--- a/openembedded-lkft/lava-job-definitions/devices/x86
+++ b/openembedded-lkft/lava-job-definitions/devices/x86
@@ -16,6 +16,9 @@ context:
to: tftp
kernel:
url: {{KERNEL_URL}}
+ modules:
+ url: {{MODULES_URL}}
+ compression: gz
nfsrootfs:
url: {{NFSROOTFS_URL}}
compression: xz