diff options
author | Phil Sutter <phil@nwl.cc> | 2017-03-08 05:33:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-17 04:00:53 +0100 |
commit | e89ac6b9143e95b40cab8cdcf891cc928c8c5a43 (patch) | |
tree | 3a4c18b152162fe12d1781b185dea8f7e62abe7c /target | |
parent | 3500f9130270882ca16a502d1b73647eb92e2657 (diff) |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.rootfs | 1 |
1 files changed, 1 insertions, 0 deletions
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. |