Browse Source

target: ADK_TARGET_ROOTFS_GENIMAGE fails without ADK_TARGET_QEMU_WITH_BOOTLOADER

Therefore make the former select the latter.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 7 years ago
parent
commit
e89ac6b914
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/config/Config.in.rootfs

+ 1 - 0
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.