From acd8ab87dfe9f3afdd20db207e7ea65556fcd502 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 20 Oct 2023 20:44:57 +0000 Subject: u-boot-bb.org: add back Beagle-specific U-boot 2023.04 Majority of Beagle devices use ti-u-boot repo from u-boot-ti-staging directly. But some latest devices may need to point to own tree with additional support added that is not yet upstream, e.g. BeaglePlay. Add the Beagle-specific recipe and point beagleplay to use it. Other devices can switch to using it as well, if desired, but right now the code base is the same for other Beagle devices. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-ti-bsp/conf/machine/beagleplay-k3r5.conf') diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf index f8f08d63..c40615c9 100644 --- a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf +++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf @@ -4,6 +4,9 @@ require conf/machine/include/k3r5.inc +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" +PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" + SYSFW_SOC = "am62x" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "gp" -- cgit v1.2.3-54-g00ecf