aboutsummaryrefslogtreecommitdiff
path: root/odp-debian-validation.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-05-07 11:11:35 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-05-07 11:11:53 +0200
commit5fefcd8f893e5dcbfac30bd245790a052eec9693 (patch)
tree303310bcb8aebbf5b22f65d82346ba08cd7d065a /odp-debian-validation.yaml
parentd01a25e35306190b09cf9040decfb96ae72c9475 (diff)
odp-debian-validation: export vars where yaml-to-json is used
If we don't do it in the same shell they wont end up in the json file we try to create. Change-Id: Icc202c2d8b3260cda7ccca1f1cda7b80944b7e0b Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp-debian-validation.yaml')
-rw-r--r--odp-debian-validation.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/odp-debian-validation.yaml b/odp-debian-validation.yaml
index c3bbd2a9a0..1a18e4ee29 100644
--- a/odp-debian-validation.yaml
+++ b/odp-debian-validation.yaml
@@ -56,9 +56,6 @@
ROOTFS_BUILD_URL="http://releases.linaro.org/debian/images"
ROOTFS_RELEASE_NUMBER=16.03
- export DIST=debian
- export TARGET_TYPE=ubuntu
- export ROOTFS_TYPE=jessie-developer
case "${arch}" in
armv7a)
hwpack="arndale"
@@ -82,7 +79,6 @@
hwpack="x86_64"
DEVICE_TYPE="x86"
ROOTFS_BUILD_URL="http://images.validation.linaro.org/x86/debian/linaro-jessie-nano-20150123-1.tar.gz"
- ROOTFS_TYPE=jessie-nano
;;
esac
@@ -106,11 +102,18 @@
set -ex
+ export DIST=debian
+ export TARGET_TYPE=ubuntu
+ export ROOTFS_TYPE=jessie-developer
+
template_file="template-base"
case "${arch}" in
armv7ab)
template_file="template-be-base"
;;
+ x86_64)
+ ROOTFS_TYPE=jessie-nano
+ ;;
esac
mkdir -p ${WORKSPACE}/out/lava