From ef0ba74ca3ab26dc2b4ae89b7c82b1059d521720 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 12 Feb 2024 22:19:04 -0500 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 10 +++------- 1 file 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" 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 \ " -- cgit v1.2.3-54-g00ecf