소스 검색

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 9 년 전
부모
커밋
e89ac6b914
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.