diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-04-04 08:37:32 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-04-04 08:40:57 -0500 |
commit | 5e701bce01b370b5bdecbb658f99c6b87cf700cb (patch) | |
tree | caa1b5e9122eb3a628f8e05eadf36a5ea62739e1 | |
parent | 5c049dcb30d7a644333762198771d7fd3795b686 (diff) | |
download | meta-ti-5e701bce01b370b5bdecbb658f99c6b87cf700cb.tar.gz |
conf: machine: beagleplay/beaglebone-ai64: Set KERNEL_DEVICETREE_PREFIX
Set the KERNEL_DEVICETREE_PREFIX so that, when using the various TI
kernel recipes, the "correct" DTB files are pulled in depending on what
is available in that kernel source.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay.conf | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf index 8ec52bba..a9be4d13 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf | |||
@@ -13,6 +13,10 @@ UBOOT_MACHINE = "j721e_evm_a72_config" | |||
13 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. | 13 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. |
14 | UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config" | 14 | UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config" |
15 | 15 | ||
16 | KERNEL_DEVICETREE_PREFIX = " \ | ||
17 | ti/k3-j721e \ | ||
18 | " | ||
19 | |||
16 | KERNEL_DEVICETREE = " \ | 20 | KERNEL_DEVICETREE = " \ |
17 | ti/k3-j721e-beagleboneai64.dtb \ | 21 | ti/k3-j721e-beagleboneai64.dtb \ |
18 | ti/k3-j721e-common-proc-board.dtb \ | 22 | ti/k3-j721e-common-proc-board.dtb \ |
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf index 75e62afd..65c14333 100644 --- a/meta-ti-bsp/conf/machine/beagleplay.conf +++ b/meta-ti-bsp/conf/machine/beagleplay.conf | |||
@@ -28,6 +28,11 @@ UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config" | |||
28 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | 28 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" |
29 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | 29 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" |
30 | 30 | ||
31 | KERNEL_DEVICETREE_PREFIX = " \ | ||
32 | ti/k3-am625 \ | ||
33 | ti/k3-am62x-sk \ | ||
34 | " | ||
35 | |||
31 | KERNEL_DEVICETREE = " \ | 36 | KERNEL_DEVICETREE = " \ |
32 | ti/k3-am625-beagleplay.dtb \ | 37 | ti/k3-am625-beagleplay.dtb \ |
33 | ti/k3-am625-beagleplay-csi2-ov5640.dtbo \ | 38 | ti/k3-am625-beagleplay-csi2-ov5640.dtbo \ |