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

* Re: [OE-core] [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64
  2021-07-22  9:49 [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64 kai
@ 2021-07-22 12:46 ` Richard Purdie
  2021-07-22 18:50   ` Tom Rini
  2021-07-22 19:28 ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2021-07-22 12:46 UTC (permalink / raw)
  To: kai, openembedded-core

On Thu, 2021-07-22 at 17:49 +0800, kai wrote:
> 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(+)

Reading the link above, shouldn't we change the UBOOT_MACHINE definition
for qemumips/qemumips64 to point at malta instead?

Cheers,

Richard


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

* Re: [OE-core] [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64
  2021-07-22 12:46 ` [OE-core] " Richard Purdie
@ 2021-07-22 18:50   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-07-22 18:50 UTC (permalink / raw)
  To: Richard Purdie; +Cc: kai, openembedded-core

On Thu, Jul 22, 2021 at 01:46:57PM +0100, Richard Purdie wrote:
> On Thu, 2021-07-22 at 17:49 +0800, kai wrote:
> > 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(+)
> 
> Reading the link above, shouldn't we change the UBOOT_MACHINE definition
> for qemumips/qemumips64 to point at malta instead?

Yes please.  That's what U-Boot tests in qemu.

-- 
Tom

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

* Re: [OE-core] [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64
  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 19:28 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2021-07-22 19:28 UTC (permalink / raw)
  To: kai; +Cc: Patches and discussions about the oe-core layer

On Thu, Jul 22, 2021 at 2:49 AM kai <kai.kang@windriver.com> wrote:
>
> 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
>

thanks, I was seeing this failing in my world builds.

> 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	[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.