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:07:44 -0500 |
commit | 3f09f2b995d9ec652430c3af29bd8905c087aa2f (patch) | |
tree | 3292ecff575af1fa90b3e207acbd1d608863b4f8 /meta-ti-bsp/conf/machine/beaglebone.conf | |
parent | cceeec50a5b36f1ee88565236716674a3a26425b (diff) | |
download | meta-ti-3f09f2b995d9ec652430c3af29bd8905c087aa2f.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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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/" |