From 7b8345df6d9b95e925ce4ad1cefae27323a18228 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 5 Aug 2015 14:54:10 -0700 Subject: [PATCH] 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 --- .../coreos-overlay/profiles/coreos/base/make.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults index 9dcf8cb33b..06889387d5 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults @@ -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"