From e89ac6b9143e95b40cab8cdcf891cc928c8c5a43 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 8 Mar 2017 05:33:22 +0100 Subject: target: ADK_TARGET_ROOTFS_GENIMAGE fails without ADK_TARGET_QEMU_WITH_BOOTLOADER Therefore make the former select the latter. Signed-off-by: Phil Sutter --- target/config/Config.in.rootfs | 1 + 1 file changed, 1 insertion(+) diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index 096293e45..c24535f01 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -163,6 +163,7 @@ config ADK_TARGET_ROOTFS_GENIMAGE select ADK_KERNEL_EXT4_FS select ADK_KERNEL_VFAT_FS 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 help Create a complete disk image for the target with genimage. -- cgit v1.2.3