diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2023-10-23 22:38:16 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-10-24 09:56:09 -0500 |
| commit | ef80a01ba0294d9f9c045c252ecef7883198b0cb (patch) | |
| tree | 4a58ab244750ce026fa65cbb1660a827e37ae0bc /meta-ti-bsp/conf/machine/include/ti-soc.inc | |
| parent | 2749107fb3951a49a9afdfb1fecbdb74177f5ecb (diff) | |
| download | meta-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/conf/machine/include/ti-soc.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc index 2792d2a0..a1fd3cbf 100644 --- a/meta-ti-bsp/conf/machine/include/ti-soc.inc +++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | # This is a generic TI SOC family. It is a superset of all other SOCs | 1 | # This is a generic TI SOC family. It is a superset of all other SOCs |
| 2 | # and platforms defined in meta-ti to allow BSP-level overrides. | 2 | # and platforms defined in meta-ti to allow BSP-level overrides. |
| 3 | SOC_FAMILY = "ti-soc" | 3 | SOC_FAMILY = "ti-soc" |
| 4 | |||
| 5 | # TI platforms all use devicetrees with overlays | ||
| 6 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" | ||
| 4 | KERNEL_DTB_OVERLAY_SUPPORT ?= "1" | 7 | KERNEL_DTB_OVERLAY_SUPPORT ?= "1" |
| 8 | |||
| 5 | require conf/machine/include/soc-family.inc | 9 | require conf/machine/include/soc-family.inc |
