diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-03-17 10:20:53 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-31 09:25:37 -0500 |
commit | 4baa0cbd9b2dfa54dba4461926d8d3e6d033c405 (patch) | |
tree | 1b5fa7fb9b0559ab4ce9314d38863b3ecef6ca8d /meta-ti-bsp/conf/machine/am62xx-evm.conf | |
parent | 2d5d741f9b30639ae3ab1f75a6ae547c007cb3f5 (diff) | |
download | meta-ti-4baa0cbd9b2dfa54dba4461926d8d3e6d033c405.tar.gz |
linux-ti-*: Add filtering for which dtb/dtbo to include
We often carry more dtbs/dtbos in our kernel than we have upstreamed.
The inclusion of all of the dtb/dtbo in the KERNEL_DEVICETREE has become
problematic as we start testing the linux-next and 6.1 as part of our
LTS migration. To address this issue we are adding in two step method
for managing the KERNEL_DEVICETREE.
Going forward we will only accept dtb/dtbo in KERNEL_DEVICETREE if it is
available in upstream. This way we ensure that the variable is more
accurate for whichever kernel you might be looking at. We have also
added a new variable KERNEL_DEVICETREE_PREFIX which our kernel recipes
will use to auto set KERNEL_DEVICETREE based on what files are in the
kernel and not a fixed list in the conf files.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62xx-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-evm.conf | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf index 8892a05f..d54213d4 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf | |||
@@ -4,16 +4,10 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/am62xx.inc | 5 | require conf/machine/include/am62xx.inc |
6 | 6 | ||
7 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am625" | ||
8 | |||
7 | KERNEL_DEVICETREE = " \ | 9 | KERNEL_DEVICETREE = " \ |
8 | ti/k3-am625-sk.dtb \ | 10 | ti/k3-am625-sk.dtb \ |
9 | ti/k3-am625-skeleton.dtb \ | ||
10 | ti/k3-am625-sk-lpmdemo.dtb \ | ||
11 | ti/k3-am625-sk-csi2-ov5640.dtbo \ | ||
12 | ti/k3-am625-sk-csi2-tevi-ov5640.dtbo \ | ||
13 | ti/k3-am625-sk-ecap-capture.dtbo \ | ||
14 | ti/k3-am625-sk-hdmi-audio.dtbo \ | ||
15 | ti/k3-am625-sk-mcan.dtbo \ | ||
16 | ti/k3-am625-sk-oldi-panel.dtbo \ | ||
17 | " | 11 | " |
18 | 12 | ||
19 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 13 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" |