From 0139eacc8695690bc29f1248627d775ed1fdffef Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 13 Mar 2024 09:07:08 -0500 Subject: 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 --- meta-ti-bsp/conf/machine/beaglebone.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-ti-bsp/conf/machine/beaglebone.conf') 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 @@ #@NAME: BeagleBone machine #@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board +require conf/machine/include/beagle.inc require conf/machine/include/ti33x.inc -PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" - KERNEL_DEVICETREE_PREFIX = "am335x-bone" KERNEL_DEVICETREE = " \ -- cgit v1.2.3-54-g00ecf