Merge pull request #1424 from glevand/for-merge-ldconfig

coreos-overlay Enable qemu user mode emulation
This commit is contained in:
Geoff Levand 2015-08-05 17:12:33 -07:00
commit 0bae3f232c

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"