summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beaglebone.conf
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 /meta-ti-bsp/conf/machine/beaglebone.conf
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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone.conf3
1 files changed, 1 insertions, 2 deletions
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 = " \