make.defaults: Enable qemu user mode emulation

Enable building arm64 qemu user mode emulation (qemu-aarch64) in
the SDK to allow for running target utilities like ldconfig during
the image build stage.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-08-05 14:54:10 -07:00
parent 9a55d44fbb
commit 7b8345df6d

View File

@ -102,3 +102,6 @@ DONT_MOUNT_BOOT=1
# Both x86_64 and i386 targets are required for grub testing # Both x86_64 and i386 targets are required for grub testing
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64" QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"
# For cross build support.
QEMU_USER_TARGETS="aarch64"