summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-04-07 20:36:36 +0000
committerRyan Eatmon <reatmon@ti.com>2023-04-10 11:14:09 -0500
commita84da012ac0ff2d759a2ed7ba6ee7c8cf733db3c (patch)
tree04289a80d772909e03af4db0e72fb45160fcb063 /meta-ti-bsp/conf
parent336fb141f7c3b404ed6713b662db757bdc9272ae (diff)
downloadmeta-ti-a84da012ac0ff2d759a2ed7ba6ee7c8cf733db3c.tar.gz
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 <robertcnelson@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/beagle-x15.conf4
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone.conf4
2 files changed, 8 insertions, 0 deletions
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 @@
4 4
5require conf/machine/include/am57xx.inc 5require conf/machine/include/am57xx.inc
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org"
9PREFERRED_PROVIDER_u-boot = "u-boot-bb.org"
10
7KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" 11KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15"
8 12
9KERNEL_DEVICETREE = " \ 13KERNEL_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 @@
4 4
5require conf/machine/include/ti33x.inc 5require conf/machine/include/ti33x.inc
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org"
9PREFERRED_PROVIDER_u-boot = "u-boot-bb.org"
10
7KERNEL_DEVICETREE_PREFIX = "am335x-bone" 11KERNEL_DEVICETREE_PREFIX = "am335x-bone"
8 12
9KERNEL_DEVICETREE = " \ 13KERNEL_DEVICETREE = " \