summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-06-14 17:57:21 -0400
committerRyan Eatmon <reatmon@ti.com>2024-06-15 08:07:44 -0500
commit3f09f2b995d9ec652430c3af29bd8905c087aa2f (patch)
tree3292ecff575af1fa90b3e207acbd1d608863b4f8 /meta-ti-bsp/conf/machine/beaglebone.conf
parentcceeec50a5b36f1ee88565236716674a3a26425b (diff)
downloadmeta-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.conf3
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
5require conf/machine/include/beagle.inc 5TI_PREFERRED_BSP ?= "bb_org"
6
6require conf/machine/include/ti33x.inc 7require conf/machine/include/ti33x.inc
7 8
8DT_VENDOR_PREFIX = "ti/omap/" 9DT_VENDOR_PREFIX = "ti/omap/"