diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-19 21:22:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-19 21:22:51 +0200 |
commit | 7b65f6b5d6bf70bb07d0ba172c46d193967ed9de (patch) | |
tree | 2e86c3eeae8db30a17450da7843508f48630b6fe /target | |
parent | d23e4f6c763663dbdb3edb1b6077d9e5c36a2e34 (diff) |
genimage disk images are only available for x86_64 for now
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 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. |