summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-02-12 22:19:04 -0500
committerRyan Eatmon <reatmon@ti.com>2024-02-14 12:11:10 -0600
commitef0ba74ca3ab26dc2b4ae89b7c82b1059d521720 (patch)
treedb79aa948de80640bf124441a5a1a84dedb09d4d
parent98b918587866f9e060a19802c17b79039731bacb (diff)
downloadmeta-ti-ef0ba74ca3ab26dc2b4ae89b7c82b1059d521720.tar.gz
linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
Upstream now includes all DTB/DTBO files recursively, no need to extend corresponding FILES list. Revert "linux-bb.org: also package DT overlays in separate dir" This reverts commit f22ea63f66b02297e5a1e66b1d90ebc356bc5eeb. Note: adjust SRC_URI cosmetically, so it now matches kirkstone Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
index cd472036..9d798b9f 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
@@ -29,11 +29,7 @@ SRCREV:aarch64 = "f47f74d11b19d8ae2f146de92c258f40e0930d86"
29PV:aarch64 = "6.1.46+git${SRCPV}" 29PV:aarch64 = "6.1.46+git${SRCPV}"
30BRANCH:aarch64 = "v6.1.46-ti-arm64-r13" 30BRANCH:aarch64 = "v6.1.46-ti-arm64-r13"
31 31
32SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \ 32SRC_URI = " \
33 file://defconfig \ 33 git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
34" 34 file://defconfig \
35
36FILES:${KERNEL_PACKAGE_NAME}-devicetree += " \
37 /${KERNEL_DTBDEST}/*/overlays/*.dtb \
38 /${KERNEL_DTBDEST}/*/overlays/*.dtbo \
39" 35"