meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-ti@lists.yoctoproject.org
Cc: Denys Dmytriyenko <denys@konsulko.com>
Subject: [master][PATCH] linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
Date: Mon, 12 Feb 2024 22:19:04 -0500	[thread overview]
Message-ID: <20240213031904.3883616-1-denis@denix.org> (raw)

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 --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 \
 "
-- 
2.25.1



                 reply	other threads:[~2024-02-13  3:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240213031904.3883616-1-denis@denix.org \
    --to=denis@denix.org \
    --cc=denys@konsulko.com \
    --cc=meta-ti@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).