From 32c76bb5df70156020ecbb4510cbc9d745996e3e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 7 Apr 2023 20:36:36 +0000 Subject: [PATCH] machine: switch beaglebone and beagle-x15 to bb.org kernel/u-boot Switch 32-bit beaglebone and beagle-x15 platforms to use linux-bb.org and u-boot-bb.org recipes for simplicity and for additional Beagle-specific features that are added on top of TI reference kernel, such as dynamic management of capes and other OOBE enhancements. Cc: Robert Nelson Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/beagle-x15.conf | 4 ++++ meta-ti-bsp/conf/machine/beaglebone.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf index 8efd6e60..fb52245b 100644 --- a/meta-ti-bsp/conf/machine/beagle-x15.conf +++ b/meta-ti-bsp/conf/machine/beagle-x15.conf @@ -4,6 +4,10 @@ require conf/machine/include/am57xx.inc +PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" +PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" + KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" KERNEL_DEVICETREE = " \ diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf index 2a8dc6d7..dceef1db 100644 --- a/meta-ti-bsp/conf/machine/beaglebone.conf +++ b/meta-ti-bsp/conf/machine/beaglebone.conf @@ -4,6 +4,10 @@ require conf/machine/include/ti33x.inc +PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" +PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" + KERNEL_DEVICETREE_PREFIX = "am335x-bone" KERNEL_DEVICETREE = " \