| Message ID | 20260602085022.3925257-1-frederikbraendstrup@gmail.com |
|---|---|
| State | Changes Requested |
| Headers | show |
| Series | u-boot-tools: include dtc yaml patch | expand |
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 --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 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(+)