mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
committed by
Thomas Petazzoni
parent
6e359e26e3
commit
5755e6d7c3
@@ -10,6 +10,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
|
|||||||
default y if BR2_microblazebe
|
default y if BR2_microblazebe
|
||||||
default y if BR2_mips
|
default y if BR2_mips
|
||||||
default y if BR2_mipsel
|
default y if BR2_mipsel
|
||||||
|
default y if BR2_nios2
|
||||||
default y if BR2_powerpc
|
default y if BR2_powerpc
|
||||||
default y if BR2_powerpc64
|
default y if BR2_powerpc64
|
||||||
default y if BR2_powerpc64le
|
default y if BR2_powerpc64le
|
||||||
|
|||||||
@@ -177,6 +177,7 @@ HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2 host-pixman
|
|||||||
# mipsel mipsel
|
# mipsel mipsel
|
||||||
# mips64 mips64
|
# mips64 mips64
|
||||||
# mips64el mips64el
|
# mips64el mips64el
|
||||||
|
# nios2 nios2
|
||||||
# powerpc ppc
|
# powerpc ppc
|
||||||
# powerpc64 ppc64
|
# powerpc64 ppc64
|
||||||
# powerpc64le ppc64 (system) / ppc64le (usermode)
|
# powerpc64le ppc64 (system) / ppc64le (usermode)
|
||||||
|
|||||||
Reference in New Issue
Block a user