All of lore.kernel.org
 help / color / mirror / Atom feed
From: "kai" <kai.kang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64
Date: Thu, 22 Jul 2021 17:49:03 +0800	[thread overview]
Message-ID: <20210722094903.27281-1-kai.kang@windriver.com> (raw)

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


             reply	other threads:[~2021-07-22  9:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22  9:49 kai [this message]
2021-07-22 12:46 ` [OE-core] [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64 Richard Purdie
2021-07-22 18:50   ` Tom Rini
2021-07-22 19:28 ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210722094903.27281-1-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.