diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-07 23:48:20 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-08 11:56:47 +0000 |
commit | 287700311bb9879f19d5b7b9977979c5692895c9 (patch) | |
tree | c073a0d69e21ef43da6dd35e8f2210cc3bc5d9d2 | |
parent | 41b0d5ca756d2a5e89bbb5580c43f097560a621d (diff) |
test templates: m3ulcb-nogfx: use core-image-minimal
The -nogfx build uses the core-image-minimal target, not the
agl-demo-platform build target, so ensure the NBD rootfs filename is
the right one.
Change-Id: I81fa24a55cfa6acfbeda987f31d6dca5fea9dd52
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10119
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | templates/machine/m3ulcb-nogfx/test/hwtest.short.environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment b/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment index 758ca7e6f..18f1f587e 100644 --- a/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment +++ b/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment @@ -3,7 +3,7 @@ DEVICE_NAME=m3ulcb-nogfx DEVICE_DTB=Image-r8a7796-m3ulcb.dtb DEVICE_KERNEL=Image DEVICE_INITRAMFS=initramfs-netboot-image-m3ulcb.ext4.gz -DEVICE_NBDROOT=agl-demo-platform-m3ulcb.ext4.xz +DEVICE_NBDROOT=core-image-minimal-m3ulcb.ext4.xz DEVICE_NBDROOT_COMPRESSION=xz DEVICE_BOOT_METHOD=u-boot DEVICE_BOOT_TYPE=booti |