aboutsummaryrefslogtreecommitdiffstats
path: root/templates
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:30 +0000
commitee845aa073a818fefe5a23ea37bd14bbd812d4fc (patch)
treee40837087e8e64c6301c8f37d2c23a0f84380011 /templates
parent84d8bb6b4cd14f4afd7c963f8b7b776184ada596 (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/10239 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-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"'