diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-06-14 17:57:21 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-06-15 08:05:34 -0500 |
commit | 8090ce9a4b1108fe51b40b3d8997314a59bf89f1 (patch) | |
tree | 68f78d852210f1419a919e377857a09e0113a10f | |
parent | 16092e065bb03cfe29952d4ec792a0de3142879a (diff) | |
download | meta-ti-8090ce9a4b1108fe51b40b3d8997314a59bf89f1.tar.gz |
conf/machine: use the default TI BSP for BeaglePlay
BeaglePlay gains official support from latest TI lts-6.6 baseline, so set
it as the default. Other Beagle platforms will still use BB.org as default.
And these defaults can still be changed with TI_PREFERRED_BSP setting in a
distro config or by end user in the local.conf
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/beagle-x15.conf | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone.conf | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/beagle.inc | 1 |
7 files changed, 8 insertions, 7 deletions
diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf index 15815119..6f8c435b 100644 --- a/meta-ti-bsp/conf/machine/beagle-x15.conf +++ b/meta-ti-bsp/conf/machine/beagle-x15.conf | |||
@@ -2,7 +2,8 @@ | |||
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 | ||
5 | require conf/machine/include/beagle.inc | 5 | TI_PREFERRED_BSP ?= "bb_org" |
6 | |||
6 | require conf/machine/include/am57xx.inc | 7 | require conf/machine/include/am57xx.inc |
7 | 8 | ||
8 | DT_VENDOR_PREFIX = "ti/omap/" | 9 | DT_VENDOR_PREFIX = "ti/omap/" |
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf index 85669cca..d415a212 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf | |||
@@ -2,7 +2,8 @@ | |||
2 | #@NAME: BeagleBone AI-64 (R5F) | 2 | #@NAME: BeagleBone AI-64 (R5F) |
3 | #@DESCRIPTION: Machine configuration for the BeagleBone AI-64 (R5F core) | 3 | #@DESCRIPTION: Machine configuration for the BeagleBone AI-64 (R5F core) |
4 | 4 | ||
5 | require conf/machine/include/beagle.inc | 5 | TI_PREFERRED_BSP ?= "bb_org" |
6 | |||
6 | require conf/machine/include/k3r5.inc | 7 | require conf/machine/include/k3r5.inc |
7 | 8 | ||
8 | SYSFW_SOC = "j721e" | 9 | SYSFW_SOC = "j721e" |
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf index 618e27d7..2d681827 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf | |||
@@ -2,7 +2,8 @@ | |||
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 | ||
5 | require conf/machine/include/beagle.inc | 5 | TI_PREFERRED_BSP ?= "bb_org" |
6 | |||
6 | require conf/machine/include/j721e.inc | 7 | require conf/machine/include/j721e.inc |
7 | 8 | ||
8 | UBOOT_MACHINE = "j721e_evm_a72_config" | 9 | UBOOT_MACHINE = "j721e_evm_a72_config" |
diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf index 9f5f41e0..0db4d304 100644 --- a/meta-ti-bsp/conf/machine/beaglebone.conf +++ b/meta-ti-bsp/conf/machine/beaglebone.conf | |||
@@ -2,7 +2,8 @@ | |||
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 | ||
5 | require conf/machine/include/beagle.inc | 5 | TI_PREFERRED_BSP ?= "bb_org" |
6 | |||
6 | require conf/machine/include/ti33x.inc | 7 | require conf/machine/include/ti33x.inc |
7 | 8 | ||
8 | DT_VENDOR_PREFIX = "ti/omap/" | 9 | DT_VENDOR_PREFIX = "ti/omap/" |
diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf index 16503f09..338a6fbf 100644 --- a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf +++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | |||
@@ -2,7 +2,6 @@ | |||
2 | #@NAME: BeaglePlay (R5F) | 2 | #@NAME: BeaglePlay (R5F) |
3 | #@DESCRIPTION: Machine configuration for the BeaglePlay (R5F core) | 3 | #@DESCRIPTION: Machine configuration for the BeaglePlay (R5F core) |
4 | 4 | ||
5 | require conf/machine/include/beagle.inc | ||
6 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
7 | 6 | ||
8 | SYSFW_SOC = "am62x" | 7 | SYSFW_SOC = "am62x" |
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf index 6f042d03..8c83198a 100644 --- a/meta-ti-bsp/conf/machine/beagleplay.conf +++ b/meta-ti-bsp/conf/machine/beagleplay.conf | |||
@@ -2,7 +2,6 @@ | |||
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 | ||
5 | require conf/machine//include/beagle.inc | ||
6 | require conf/machine/include/k3.inc | 5 | require conf/machine/include/k3.inc |
7 | SOC_FAMILY:append = ":am62xx" | 6 | SOC_FAMILY:append = ":am62xx" |
8 | 7 | ||
diff --git a/meta-ti-bsp/conf/machine/include/beagle.inc b/meta-ti-bsp/conf/machine/include/beagle.inc deleted file mode 100644 index 4d5942c2..00000000 --- a/meta-ti-bsp/conf/machine/include/beagle.inc +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | TI_PREFERRED_BSP ?= "bb_org" | ||