Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] u-boot: move DT validation yaml removal patch to common SRC_URI
@ 2026-05-07 20:40 Ricardo Salveti
  2026-05-08 14:35 ` [OE-core] " Quentin Schulz
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Ricardo Salveti @ 2026-05-07 20:40 UTC (permalink / raw)
  To: openembedded-core

Commit 5e97f3c1e2cf ("u-boot-tools: drop yaml in DT validation") added the
backport through SRC_URI_RISCV, so only RISC-V u-boot builds picked it up.

This issue is because the v1 of the patch was merged instead the v2 (which
is also not fully correct as it is not patching u-boot-tools). Drop the
patch from SRC_URI_RISCV and move it to u-boot-common.inc so it is applied
consistently to both u-boot and u-boot-tools.

Fixes: 5e97f3c1e2cf ("u-boot-tools: drop yaml in DT validation")
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc | 5 ++++-
 meta/recipes-bsp/u-boot/u-boot_2026.04.bb | 1 -
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 574768b9f8..15e94a4e37 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -14,7 +14,10 @@ PE = "1"
 # repo during parse
 SRCREV = "88dc2788777babfd6322fa655df549a019aa1e69"
 
-SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV}"
+SRC_URI = "\
+    git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV} \
+    file://0001-scripts-dtc-drop-yaml-in-DT-validation.patch \
+"
 
 B = "${WORKDIR}/build"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot_2026.04.bb b/meta/recipes-bsp/u-boot/u-boot_2026.04.bb
index 9f09d91daa..5259fd5832 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2026.04.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2026.04.bb
@@ -14,7 +14,6 @@ SRC_URI_RISCV = "\
     ${@bb.utils.contains    ("TUNE_FEATURES", "d",      "file://u-boot-riscv-isa_d.cfg", "", d)} \
     ${@bb.utils.contains_any("TUNE_FEATURES", "b zbb",  "file://u-boot-riscv-isa_zbb.cfg", "", d)} \
     ${@bb.utils.contains    ("TUNE_FEATURES", "zicbom", "file://u-boot-riscv-isa_zicbom.cfg", "", d)} \
-    file://0001-scripts-dtc-drop-yaml-in-DT-validation.patch \
     "
 
 SRC_URI:append:riscv32 = "${SRC_URI_RISCV}"
-- 
2.53.0



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

end of thread, other threads:[~2026-05-20  8:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 20:40 [PATCH] u-boot: move DT validation yaml removal patch to common SRC_URI Ricardo Salveti
2026-05-08 14:35 ` [OE-core] " Quentin Schulz
2026-05-08 16:04   ` Ricardo de Araujo (Salveti)
2026-05-08 22:51   ` Joao Marcos Costa
2026-05-08 23:43     ` Ricardo de Araujo (Salveti)
2026-05-08 19:09 ` Dmitry Baryshkov
2026-05-08 20:57   ` Ricardo de Araujo (Salveti)
2026-05-08 22:55   ` [OE-core] " Joao Marcos Costa
2026-05-18 19:40     ` Michael Opdenacker
2026-05-19 11:59       ` Joao Marcos Costa
2026-05-19 16:29         ` Michael Opdenacker
2026-05-19 17:01           ` Ricardo de Araujo (Salveti)
2026-05-19 20:25             ` Dmitry Baryshkov
2026-05-20  8:10               ` Joao Marcos Costa
2026-05-20  0:21 ` [PATCH v2] u-boot: move DT validation yaml removal patch to SRC_URI Ricardo Salveti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox