All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64
@ 2021-07-22  9:49 kai
  2021-07-22 12:46 ` [OE-core] " Richard Purdie
  2021-07-22 19:28 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: kai @ 2021-07-22  9:49 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

u-boot 2021.07 is not compatible with qemumips and qemumips64:

| *** Can't find default configuration "arch/../configs/qemu_mips64_defconfig"!

The supports have been removed by upstream:

https://source.denx.de/u-boot/u-boot/-/commit/5308a71

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-bsp/u-boot/u-boot_2021.07.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.07.bb b/meta/recipes-bsp/u-boot/u-boot_2021.07.bb
index bbbc99bf8d..64c20537e6 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2021.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2021.07.bb
@@ -4,3 +4,6 @@ require u-boot.inc
 SRC_URI_append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch"
 
 DEPENDS += "bc-native dtc-native python3-setuptools-native"
+
+COMPATIBLE_MACHINE_qemumips = '(!.*mips).*'
+COMPATIBLE_MACHINE_qemumips64 = '(!.*mips64).*'
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-22 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22  9:49 [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64 kai
2021-07-22 12:46 ` [OE-core] " Richard Purdie
2021-07-22 18:50   ` Tom Rini
2021-07-22 19:28 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.