summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-10-23 22:38:16 +0000
committerRyan Eatmon <reatmon@ti.com>2023-10-24 09:56:09 -0500
commitef80a01ba0294d9f9c045c252ecef7883198b0cb (patch)
tree4a58ab244750ce026fa65cbb1660a827e37ae0bc /meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
parent2749107fb3951a49a9afdfb1fecbdb74177f5ecb (diff)
downloadmeta-ti-ef80a01ba0294d9f9c045c252ecef7883198b0cb.tar.gz
conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inccicd.master.202310260100cicd.master.202310250100
Instead of making kernel RDEPENDS on devicetree and different FW images with lots of machine-override appends that are hard to modify downstream, use proper MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS vars that are specifically designed for this purpose. This also makes such dependencies generic and not tied to a particular kernel recipe including kernel-rdepends.inc with the entire machine-specific list. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Acked-by: Andrew Davis <afd@ti.com> Acked-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
index dfa46f48..a7b5ca74 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
5 5
6inherit kernel 6inherit kernel
7 7
8require recipes-kernel/linux/kernel-rdepends.inc
9require recipes-kernel/linux/ti-kernel.inc 8require recipes-kernel/linux/ti-kernel.inc
10 9
11DEPENDS += "gmp-native libmpc-native" 10DEPENDS += "gmp-native libmpc-native"