QEMU user mode fun

This commit is contained in:
Ciro Santilli
2018-01-02 18:04:58 +00:00
parent 28b7a163e4
commit 21da1e9b76
3 changed files with 36 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ BR2_PTHREAD_DEBUG=y
# QEMU
BR2_PACKAGE_HOST_QEMU=y
# False because otherwise we need the host to be as recent as guest.
# False because otherwise we need the host to be as recent as guest, and the build fails with:
# package/qemu/qemu.mk:110: *** "Refusing to build qemu-user: target Linux version newer than host's.". Stop.
BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE=n
BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
BR2_PACKAGE_HOST_QEMU_VDE2=y