mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00: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:
parent
6e359e26e3
commit
5755e6d7c3
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user