projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
692d191
)
qemu: remove support for some PowerPC processors in host qemu
author
Adam Duskett
<aduskett@gmail.com>
Sun, 18 Mar 2018 19:01:27 +0000
(15:01 -0400)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 26 Mar 2018 19:53:36 +0000
(21:53 +0200)
The 620, 630, and 970 are not supported at this time by qemu.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qemu/Config.in.host
patch
|
blob
|
history
diff --git
a/package/qemu/Config.in.host
b/package/qemu/Config.in.host
index 78fe54a85cf92ef50153e0bb2afe926f9be4e0e4..bbc2aa27c50cc12812416776af3ee6c803a5f098 100644
(file)
--- a/
package/qemu/Config.in.host
+++ b/
package/qemu/Config.in.host
@@
-6,6
+6,7
@@
config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
BR2_mips64 || BR2_mips64el || BR2_powerpc || \
BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
BR2_sparc || BR2_x86_64
+ depends on !BR2_powerpc_620 && !BR2_powerpc_630 && !BR2_powerpc_970
config BR2_PACKAGE_HOST_QEMU
bool "host qemu"