aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-07-18 22:16:31 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-19 12:19:39 +0000
commitd630d90f25accfe40c328132ce34ff2a0fd7b40d (patch)
tree0ce9bcf27562a94d1b74dc7312d9d2eca18bfc0f
parent81463792c2066e99861081b7f4528f90cbbd8bf3 (diff)
tests: templates/qemux86-64: add MACHINE name to rootfs filename
Change-Id: I99457bbef1d5b1e0bdb07ba44898652d447d8593 Signed-off-by: Kevin Hilman <khilman@baylibre.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10257 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--templates/machine/qemux86-64/test/hwtest.short.environment2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/qemux86-64/test/hwtest.short.environment b/templates/machine/qemux86-64/test/hwtest.short.environment
index a207771ce..95bd585b3 100644
--- a/templates/machine/qemux86-64/test/hwtest.short.environment
+++ b/templates/machine/qemux86-64/test/hwtest.short.environment
@@ -3,7 +3,7 @@ DEVICE_TYPE=qemu
DEVICE_NAME=qemux86-64
DEVICE_DTB=
DEVICE_KERNEL=bzImage
-DEVICE_INITRAMFS=agl-demo-platform.ext4.xz
+DEVICE_INITRAMFS=agl-demo-platform-qemux86-64.ext4.xz
DEVICE_INITRAMFS_COMPRESSION=xz
DEVICE_BOOT_METHOD=qemu
DEVICE_QEMU_ARGS='"-cpu Nehalem,check=false"'