From 7b65f6b5d6bf70bb07d0ba172c46d193967ed9de Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 19 May 2018 21:22:51 +0200 Subject: genimage disk images are only available for x86_64 for now --- target/config/Config.in.rootfs | 1 + 1 file changed, 1 insertion(+) (limited to 'target/config/Config.in.rootfs') diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index d479c8be3..9be04b6e5 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -193,6 +193,7 @@ config ADK_TARGET_ROOTFS_GENIMAGE select ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_QEMU select ADK_TARGET_QEMU_WITH_BOOTLOADER if ADK_TARGET_QEMU select ADK_HOST_BUILD_GENIMAGE + depends on ADK_TARGET_ARCH_X86_64 help Create a complete disk image for the target with genimage. -- cgit v1.2.3