mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
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:
parent
9a55d44fbb
commit
7b8345df6d
@ -102,3 +102,6 @@ DONT_MOUNT_BOOT=1
|
||||
|
||||
# Both x86_64 and i386 targets are required for grub testing
|
||||
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"
|
||||
|
||||
# For cross build support.
|
||||
QEMU_USER_TARGETS="aarch64"
|
||||
|
Loading…
x
Reference in New Issue
Block a user