diff mbox series

[master] linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree

Message ID 20240213031904.3883616-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree | expand

Commit Message

Denys Dmytriyenko Feb. 13, 2024, 3:19 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

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>
---
 meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)
diff mbox series

Patch

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"
 PV:aarch64 = "6.1.46+git${SRCPV}"
 BRANCH:aarch64 = "v6.1.46-ti-arm64-r13"
 
-SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
-           file://defconfig \
-"
-
-FILES:${KERNEL_PACKAGE_NAME}-devicetree += " \
-    /${KERNEL_DTBDEST}/*/overlays/*.dtb \
-    /${KERNEL_DTBDEST}/*/overlays/*.dtbo \
+SRC_URI = " \
+    git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
+    file://defconfig \
 "