summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/k3.inc
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:29 -0500
commit242846833a9f1b05b95fb9335ed01668bc0eef7e (patch)
tree363a0d6bcb5e22607ac7ead800701a4b23cb0cfc /meta-ti-bsp/conf/machine/include/k3.inc
parent9aef8115192fc78f6af76c4f4152d67fd7638796 (diff)
downloadmeta-ti-242846833a9f1b05b95fb9335ed01668bc0eef7e.tar.gz
conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc
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/conf/machine/include/k3.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index a8e80fa7..2415f0ba 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -40,6 +40,8 @@ FIT_SIGN_ALG ?= "rsa4096"
40 40
41EXTRA_IMAGEDEPENDS += "virtual/bootloader" 41EXTRA_IMAGEDEPENDS += "virtual/bootloader"
42 42
43MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image"
44
43TFA_PLATFORM = "k3" 45TFA_PLATFORM = "k3"
44 46
45# Use the expected value of the ubifs filesystem's volume name in the kernel 47# Use the expected value of the ubifs filesystem's volume name in the kernel