aboutsummaryrefslogtreecommitdiff
path: root/odp
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-05-06 10:05:33 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-05-06 10:07:32 +0200
commit16826809b6d47738f162f4e946281636a6aa2f81 (patch)
tree46e5dc015357e29aab6387e6e7909d4ce7f97ed3 /odp
parent09dbc143eb97cce762837afe7938c6ae15ac9b73 (diff)
odp/* add target type to job definitions
Change-Id: I5fbc95bddfa91fad3bc61cc67b5dd48b2e93669f Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp')
-rw-r--r--odp/lava-job-definitions/arndale/template-base-nfs.yaml1
-rw-r--r--odp/lava-job-definitions/arndale/template-be-base-nfs.yaml1
-rw-r--r--odp/lava-job-definitions/x86/template-base-nfs.yaml1
-rw-r--r--odp/lava-job-definitions/x86/template-base-ramdisk.yaml1
4 files changed, 4 insertions, 0 deletions
diff --git a/odp/lava-job-definitions/arndale/template-base-nfs.yaml b/odp/lava-job-definitions/arndale/template-base-nfs.yaml
index a7e38170..4e458d12 100644
--- a/odp/lava-job-definitions/arndale/template-base-nfs.yaml
+++ b/odp/lava-job-definitions/arndale/template-base-nfs.yaml
@@ -4,6 +4,7 @@ actions:
dtb: '${DTB_URL}/exynos5250-arndale.dtb'
kernel: '${KERNEL_URL}/zImage'
nfsrootfs: '${ROOTFS_BUILD_URL}'
+ target_type: '${TARGET_TYPE}'
metadata:
distribution: '${DIST}'
hwpack.build: '${BUILD_NUMBER}'
diff --git a/odp/lava-job-definitions/arndale/template-be-base-nfs.yaml b/odp/lava-job-definitions/arndale/template-be-base-nfs.yaml
index 4cc356be..91414890 100644
--- a/odp/lava-job-definitions/arndale/template-be-base-nfs.yaml
+++ b/odp/lava-job-definitions/arndale/template-be-base-nfs.yaml
@@ -4,6 +4,7 @@ actions:
dtb: '${DTB_URL}/exynos5250-arndale.dtb'
kernel: '${KERNEL_URL}/zImage'
nfsrootfs: '${ROOTFS_BUILD_URL}'
+ target_type: '${TARGET_TYPE}'
metadata:
distribution: '${DIST}'
hwpack.build: '${BUILD_NUMBER}'
diff --git a/odp/lava-job-definitions/x86/template-base-nfs.yaml b/odp/lava-job-definitions/x86/template-base-nfs.yaml
index 247fc3ab..420f942e 100644
--- a/odp/lava-job-definitions/x86/template-base-nfs.yaml
+++ b/odp/lava-job-definitions/x86/template-base-nfs.yaml
@@ -4,6 +4,7 @@ actions:
bootloadertype: 'ipxe'
kernel: '${KERNEL_URL}/bzImage-x86-64'
nfsrootfs: '${ROOTFS_BUILD_URL}'
+ target_type: '${TARGET_TYPE}'
metadata:
distribution: '${DIST}'
kernel.build: '${BUILD_NUMBER}'
diff --git a/odp/lava-job-definitions/x86/template-base-ramdisk.yaml b/odp/lava-job-definitions/x86/template-base-ramdisk.yaml
index 21d7dbef..67ab666b 100644
--- a/odp/lava-job-definitions/x86/template-base-ramdisk.yaml
+++ b/odp/lava-job-definitions/x86/template-base-ramdisk.yaml
@@ -4,6 +4,7 @@ actions:
bootloadertype: 'ipxe'
kernel: '${KERNEL_URL}/bzImage-x86-64'
ramdisk: '${ROOTFS_BUILD_URL}'
+ target_type: '${TARGET_TYPE}'
metadata:
distribution: '${DIST}'
kernel.build: '${BUILD_NUMBER}'