package/qemu: enable or1k support in host-qemu
This change enables host qemu support for or1k which among other things allows to test this architecture in gitlab. The or1k support was named or32 until Qemu 2.9.0 and then renamed or1k in upstream commit [1]. Since we're already using Qemu 4.2.0, we use the or1k name. Tested using qemu_or1k_defconfig. [1] https://git.qemu.org/?p=qemu.git;a=commit;h=4a09d0bb34ab030e09e87173b2e3ec0fd7616cff Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
791292c48d
commit
a41fae16d6
@ -11,6 +11,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
|
||||
default y if BR2_mips
|
||||
default y if BR2_mipsel
|
||||
default y if BR2_nios2
|
||||
default y if BR2_or1k
|
||||
default y if BR2_powerpc
|
||||
default y if BR2_powerpc64
|
||||
default y if BR2_powerpc64le
|
||||
|
@ -199,6 +199,7 @@ HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2 host-pixman host-p
|
||||
# mips64 mips64
|
||||
# mips64el mips64el
|
||||
# nios2 nios2
|
||||
# or1k or1k
|
||||
# powerpc ppc
|
||||
# powerpc64 ppc64
|
||||
# powerpc64le ppc64 (system) / ppc64le (usermode)
|
||||
|
Loading…
Reference in New Issue
Block a user