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/beagle-x15.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-ti-bsp/conf/machine/beagle-x15.conf') diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf index d368fe1a..6fc7957c 100644 --- a/meta-ti-bsp/conf/machine/beagle-x15.conf +++ b/meta-ti-bsp/conf/machine/beagle-x15.conf @@ -2,10 +2,9 @@ #@NAME: BeagleBoard X15 #@DESCRIPTION: Machine configuration for the BeagleBoard X15 +require conf/machine/include/beagle.inc require conf/machine/include/am57xx.inc -PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" - KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" KERNEL_DEVICETREE = " \ -- cgit v1.2.3-54-g00ecf