diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-07 23:48:20 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-12 22:34:05 +0000 |
commit | 2dcf3bb20b2a2f16136a47a21216484881824387 (patch) | |
tree | b87600ec8eefcf3ab36b91a365a3c270bff301e5 | |
parent | 0de328c6e21a14d8ff6b474c06cbefd560fbc650 (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>
(cherry picked from commit 287700311bb9879f19d5b7b9977979c5692895c9)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10151
-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 |