aboutsummaryrefslogtreecommitdiff
path: root/odp
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-05-10 07:48:18 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-05-10 07:48:30 +0200
commit3a2191d2fa220d04cc39243a01a722b0badfa7df (patch)
tree5f6427f36bc23a7286cae17ddc156c4fdfd47b96 /odp
parent529d1239248f829cc5f0849a5eb531438fc12a09 (diff)
odp/job-definition/juno: add dtb to deploy_linaro_kernel
Change-Id: I0753b2d8059db702dea9753bf2d0d9629f4b4df9 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp')
-rw-r--r--odp/lava-job-definitions/juno/template-base-nfs.yaml1
-rw-r--r--odp/lava-job-definitions/juno/template-base-ramdisk.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/odp/lava-job-definitions/juno/template-base-nfs.yaml b/odp/lava-job-definitions/juno/template-base-nfs.yaml
index 263f2dfb..a0f34238 100644
--- a/odp/lava-job-definitions/juno/template-base-nfs.yaml
+++ b/odp/lava-job-definitions/juno/template-base-nfs.yaml
@@ -2,6 +2,7 @@ actions:
- command: deploy_linaro_kernel
parameters:
bootloadertype: 'uefi'
+ dtb: '${DTB_URL}/juno.dtb'
kernel: '${KERNEL_URL}/Image'
nfsrootfs: '${ROOTFS_BUILD_URL}'
target_type: '${TARGET_TYPE}'
diff --git a/odp/lava-job-definitions/juno/template-base-ramdisk.yaml b/odp/lava-job-definitions/juno/template-base-ramdisk.yaml
index fa830518..81cb96db 100644
--- a/odp/lava-job-definitions/juno/template-base-ramdisk.yaml
+++ b/odp/lava-job-definitions/juno/template-base-ramdisk.yaml
@@ -2,6 +2,7 @@ actions:
- command: deploy_linaro_kernel
parameters:
bootloadertype: 'uefi'
+ dtb: '${DTB_URL}/juno.dtb'
kernel: '${KERNEL_URL}/Image'
ramdisk: '${ROOTFS_BUILD_URL}'
target_type: '${TARGET_TYPE}'