Need to fix subject. v2 incoming.
On 7/17/2024 12:11 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
Testing shows that the SRC_URI += does not work for adding the new
patches. += takes place during parsing, we want :append instead to make
sure that no matter what SRC_URI is in the various kernel recipes, that
we we append the patches to the end.
Signed-off-by: Ryan Eatmon <[email protected]>
---
meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
b/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
index 43d2341a..f24fbe51 100644
--- a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
@@ -13,7 +13,7 @@ EXTRA_DTC_ARGS += "${@get_extra_dtc_args(d)}"
KERNEL_DTBDEST = "${KERNEL_IMAGEDEST}/dtb"
KERNEL_DTBVENDORED = "1"
-SRC_URI += " \
+SRC_URI:append = " \
file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \
file://0001-vt-conmakehash-improve-reproducibility.patch \
file://0001-pnmtologo-use-relocatable-file-name.patch \
--
Ryan Eatmon [email protected]
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17879):
https://lists.yoctoproject.org/g/meta-ti/message/17879
Mute This Topic: https://lists.yoctoproject.org/mt/107402023/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-