summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-07-18 13:22:46 -0500
committerRyan Eatmon <reatmon@ti.com>2024-07-19 11:15:51 -0500
commit249e45eaaa3c51e072fe64e3176e5d7e4384f652 (patch)
treed1232e7aea8c3a6c2b147d29b023a06b94db7ae7
parentcb644863574877d25e5d7636e05a274f7faedb31 (diff)
downloadmeta-ti-249e45eaaa3c51e072fe64e3176e5d7e4384f652.tar.gz
linux: Manage the kernel patches using the BSP system
Applying the patches to all kernels is not going to work. Each kernel might need different patches to address reproducibility issues. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc b/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
index f24fbe51..1831ba66 100644
--- a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
@@ -13,8 +13,12 @@ EXTRA_DTC_ARGS += "${@get_extra_dtc_args(d)}"
13KERNEL_DTBDEST = "${KERNEL_IMAGEDEST}/dtb" 13KERNEL_DTBDEST = "${KERNEL_IMAGEDEST}/dtb"
14KERNEL_DTBVENDORED = "1" 14KERNEL_DTBVENDORED = "1"
15 15
16SRC_URI:append = " \ 16KERNEL_PATCHES = ""
17file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \ 17
18file://0001-vt-conmakehash-improve-reproducibility.patch \ 18KERNEL_PATCHES:bsp-ti-6_6 = " \
19file://0001-pnmtologo-use-relocatable-file-name.patch \ 19 file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \
20 file://0001-vt-conmakehash-improve-reproducibility.patch \
21 file://0001-pnmtologo-use-relocatable-file-name.patch \
20" 22"
23
24SRC_URI:append = " ${KERNEL_PATCHES} "