summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-10-20 20:44:57 +0000
committerRyan Eatmon <reatmon@ti.com>2023-10-20 17:34:11 -0500
commitacd8ab87dfe9f3afdd20db207e7ea65556fcd502 (patch)
treee446e92f621f2256b804ffabf905e3f2915d92be /meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
parentbbd550a8e5fa209c2daeb50f28864767c77f95e8 (diff)
downloadmeta-ti-acd8ab87dfe9f3afdd20db207e7ea65556fcd502.tar.gz
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 <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beagleplay-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay-k3r5.conf3
1 files changed, 3 insertions, 0 deletions
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 @@
4 4
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6 6
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org"
8PREFERRED_PROVIDER_u-boot = "u-boot-bb.org"
9
7SYSFW_SOC = "am62x" 10SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm" 11SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 12SYSFW_SUFFIX = "gp"