summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-03-13 09:07:08 -0500
committerRyan Eatmon <reatmon@ti.com>2024-03-13 11:20:34 -0500
commit0139eacc8695690bc29f1248627d775ed1fdffef (patch)
tree2db28e69b4e22b40bfa8a9430746d0aba1e3242d
parente1be7ec5b9ea303c3bf9e6dfcfe8d499fdf1e838 (diff)
downloadmeta-ti-0139eacc8695690bc29f1248627d775ed1fdffef.tar.gz
conf: machine: beagle: Centralize some settings for all beagle boards
We have a request to be able to override the beagle kernel set in PREFERRED_PROVIDER_virtual/kernel, but it is being absolutely set and not loosely set with ?=. Take this time to create a central include for all beagle boards like we have for the k3.inc. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/beagle-x15.conf3
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64.conf3
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone.conf3
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay.conf2
-rw-r--r--meta-ti-bsp/conf/machine/include/beagle.inc3
5 files changed, 7 insertions, 7 deletions
diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf
index d368fe1a..6fc7957c 100644
--- a/meta-ti-bsp/conf/machine/beagle-x15.conf
+++ b/meta-ti-bsp/conf/machine/beagle-x15.conf
@@ -2,10 +2,9 @@
2#@NAME: BeagleBoard X15 2#@NAME: BeagleBoard X15
3#@DESCRIPTION: Machine configuration for the BeagleBoard X15 3#@DESCRIPTION: Machine configuration for the BeagleBoard X15
4 4
5require conf/machine/include/beagle.inc
5require conf/machine/include/am57xx.inc 6require conf/machine/include/am57xx.inc
6 7
7PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
8
9KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" 8KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15"
10 9
11KERNEL_DEVICETREE = " \ 10KERNEL_DEVICETREE = " \
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
index a19a3e29..8ec52bba 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
@@ -2,6 +2,7 @@
2#@NAME: BeagleBone AI-64 (A72) 2#@NAME: BeagleBone AI-64 (A72)
3#@DESCRIPTION: Machine configuration for the BeagleBone AI-64 board (A72 core) 3#@DESCRIPTION: Machine configuration for the BeagleBone AI-64 board (A72 core)
4 4
5require conf/machine/include/beagle.inc
5require conf/machine/include/j721e.inc 6require conf/machine/include/j721e.inc
6 7
7UBOOT_MACHINE = "j721e_evm_a72_config" 8UBOOT_MACHINE = "j721e_evm_a72_config"
@@ -12,8 +13,6 @@ UBOOT_MACHINE = "j721e_evm_a72_config"
12# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 13# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
13UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config" 14UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config"
14 15
15PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
16
17KERNEL_DEVICETREE = " \ 16KERNEL_DEVICETREE = " \
18ti/k3-j721e-beagleboneai64.dtb \ 17ti/k3-j721e-beagleboneai64.dtb \
19ti/k3-j721e-common-proc-board.dtb \ 18ti/k3-j721e-common-proc-board.dtb \
diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf
index 7f78b297..8b8b9d29 100644
--- a/meta-ti-bsp/conf/machine/beaglebone.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone.conf
@@ -2,10 +2,9 @@
2#@NAME: BeagleBone machine 2#@NAME: BeagleBone machine
3#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board 3#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
4 4
5require conf/machine/include/beagle.inc
5require conf/machine/include/ti33x.inc 6require conf/machine/include/ti33x.inc
6 7
7PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
8
9KERNEL_DEVICETREE_PREFIX = "am335x-bone" 8KERNEL_DEVICETREE_PREFIX = "am335x-bone"
10 9
11KERNEL_DEVICETREE = " \ 10KERNEL_DEVICETREE = " \
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf
index 9f926b86..75e62afd 100644
--- a/meta-ti-bsp/conf/machine/beagleplay.conf
+++ b/meta-ti-bsp/conf/machine/beagleplay.conf
@@ -2,6 +2,7 @@
2#@NAME: BeaglePlay (A53) 2#@NAME: BeaglePlay (A53)
3#@DESCRIPTION: Machine configuration for the BeaglePlay board (A53 core) 3#@DESCRIPTION: Machine configuration for the BeaglePlay board (A53 core)
4 4
5require conf/machine//include/beagle.inc
5require conf/machine/include/k3.inc 6require conf/machine/include/k3.inc
6SOC_FAMILY:append = ":am62xx" 7SOC_FAMILY:append = ":am62xx"
7 8
@@ -24,7 +25,6 @@ UBOOT_MACHINE = "am62x_evm_a53_defconfig"
24# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 25# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
25UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config" 26UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config"
26 27
27PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
28PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" 28PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org"
29PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" 29PREFERRED_PROVIDER_u-boot = "u-boot-bb.org"
30 30
diff --git a/meta-ti-bsp/conf/machine/include/beagle.inc b/meta-ti-bsp/conf/machine/include/beagle.inc
new file mode 100644
index 00000000..27e3298d
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/beagle.inc
@@ -0,0 +1,3 @@
1
2PREFERRED_PROVIDER_virtual/kernel ?= "linux-bb.org"
3