diff mbox series

u-boot-tools: include dtc yaml patch

Message ID 20260602085022.3925257-1-frederikbraendstrup@gmail.com
State Changes Requested
Headers show
Series u-boot-tools: include dtc yaml patch | expand

Commit Message

Frederik Brændstrup June 2, 2026, 8:50 a.m. UTC
This patch was recently added to u-boot itself, but u-boot-tools also
need this to avoid the need for libyaml which was dropped

Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
---
 meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Joao Marcos Costa June 2, 2026, 4:23 p.m. UTC | #1
Hello, Frederik

On 6/2/26 10:50, Frederik Brændstrup via lists.openembedded.org wrote:
> This patch was recently added to u-boot itself, but u-boot-tools also
> need this to avoid the need for libyaml which was dropped
> 
> Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
> ---
>   meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb
> index 7eaf721ca8..6c3ef7efd1 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb
> +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb
> @@ -1,2 +1,4 @@
>   require u-boot-common.inc
>   require u-boot-tools.inc
> +
> +SRC_URI += "file://0001-scripts-dtc-drop-yaml-in-DT-validation.patch"

This change was already merged in master branch. Please see:
e10fa40acd41e4622e74b154b38a4aeb2182fe6e: u-boot: move DT validation 
yaml removal patch to SRC_URI.
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb
index 7eaf721ca8..6c3ef7efd1 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2026.04.bb
@@ -1,2 +1,4 @@ 
 require u-boot-common.inc
 require u-boot-tools.inc
+
+SRC_URI += "file://0001-scripts-dtc-drop-yaml-in-DT-validation.patch"