summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-01-12 09:48:42 -0600
committerRyan Eatmon <reatmon@ti.com>2026-01-20 13:13:40 -0600
commit85c3cc60bea8bae345c22eda82fc81d5cc9bcbc1 (patch)
tree83ffe2e1dbd15c2848edb497c7930329fe3ecd3e /meta-ti-bsp/recipes-bsp
parentfc26d5dc11e24ba44afe8cbd9fa7639631b3d209 (diff)
downloadmeta-ti-85c3cc60bea8bae345c22eda82fc81d5cc9bcbc1.tar.gz
u-boot: Adapt to upstream change to UBOOT_CONFIG flow
A recent change to the UBOOT_CONFIG flow in oe-core [1], introduced support for UBOOT_FRAGMENTS. We need to stop using our internal UBOOT_CONFIG_FRAGMENTS and start using the new UBOOT_FRAGMENTS. [1] https://git.openembedded.org/openembedded-core/commit/?id=cd9e7304481b24b27df61c03ad73496d18e4d47c Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-mergeconfig.inc7
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc1
2 files changed, 0 insertions, 8 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-mergeconfig.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-mergeconfig.inc
deleted file mode 100644
index c7ce5047..00000000
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-mergeconfig.inc
+++ /dev/null
@@ -1,7 +0,0 @@
1do_configure:append () {
2 if [ -n "${UBOOT_CONFIG_FRAGMENTS}" ] && [ -n "${UBOOT_MACHINE}" ]
3 then
4 oe_runmake -C ${S} O=${B} ${UBOOT_MACHINE} ${UBOOT_CONFIG_FRAGMENTS}
5 oe_runmake -C ${S} O=${B} olddefconfig
6 fi
7}
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 9801ffbe..97a895b0 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -7,7 +7,6 @@ do_compile:prepend () {
7 7
8require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot-common.inc 8require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot-common.inc
9require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 9require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
10require u-boot-mergeconfig.inc
11 10
12FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:" 11FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:"
13 12