package/qemu: enable nios2 support in host-qemu

This change enables host qemu support for nios2 which among other
things allows to test this architecture in gitlab.

Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jugurtha BELKALEM 2019-05-05 18:53:53 +02:00 committed by Thomas Petazzoni
parent 6e359e26e3
commit 5755e6d7c3
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
default y if BR2_microblazebe
default y if BR2_mips
default y if BR2_mipsel
default y if BR2_nios2
default y if BR2_powerpc
default y if BR2_powerpc64
default y if BR2_powerpc64le

View File

@ -177,6 +177,7 @@ HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2 host-pixman
# mipsel mipsel
# mips64 mips64
# mips64el mips64el
# nios2 nios2
# powerpc ppc
# powerpc64 ppc64
# powerpc64le ppc64 (system) / ppc64le (usermode)