On Thu, Jul 22, 2021 at 2:49 AM kai <[email protected]> wrote: > > From: Kai Kang <[email protected]> > > 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 >
thanks, I was seeing this failing in my world builds. > Signed-off-by: Kai Kang <[email protected]> > --- > 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 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154068): https://lists.openembedded.org/g/openembedded-core/message/154068 Mute This Topic: https://lists.openembedded.org/mt/84375616/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
