summaryrefslogtreecommitdiff
path: root/linux-lng-preempt-rt.sh
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-12-04 13:25:47 +0100
committerAnders Roxell <anders.roxell@linaro.org>2013-12-04 13:25:47 +0100
commitb91ae62beb4b2ece91e3ff7de5355067c95085db (patch)
tree56668a4bbcf40a71b73f8dbb433c0bcd3abc1fb6 /linux-lng-preempt-rt.sh
parente0224d2abbb442e97105e69b95581bc98db36302 (diff)
change DEVICE_TYPE to use board_types
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'linux-lng-preempt-rt.sh')
-rwxr-xr-xlinux-lng-preempt-rt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-lng-preempt-rt.sh b/linux-lng-preempt-rt.sh
index 5a33a2f..a4aacb1 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.sh
@@ -55,7 +55,7 @@ case "${hwpack}" in
;;
vexpress64)
export hwpack_type="vexpress64"
- export board_types="vexpress64-rtsm"
+ export board_types="rtsm_foundation-armv8"
export kernel_flavour="vexpress64"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/preempt-rt.conf linaro/configs/ovs.conf linaro/configs/kvm-host.conf linaro/configs/no_hz_full.conf linaro/configs/vexpress64.conf"
export device_type="rtsm_foundation-armv8"
@@ -91,7 +91,7 @@ HWPACK_FILE_NAME=`ls hwpack_linaro-${hwpack}*.tar.gz`
IMAGE_URL=https://snapshots.linaro.org/kernel-hwpack/linux-lng-le-preempt-rt-${hwpack}/${BUILD_NUMBER}/${hwpack}-lng-sd.img.gz
BUNDLE_STREAM_NAME=/public/team/linaro/ci-linux-lng-preempt-rt/
LAVA_TEST_PLAN=hackbench ltp ltp-realtime kvm lmbench kvm-benchmark
-DEVICE_TYPE=${device_type}
+DEVICE_TYPE=${board_types}
DISTRIBUTION=openembedded
EOF