diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-04-07 20:36:36 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-04-10 11:14:09 -0500 |
commit | a84da012ac0ff2d759a2ed7ba6ee7c8cf733db3c (patch) | |
tree | 04289a80d772909e03af4db0e72fb45160fcb063 /meta-ti-bsp/conf | |
parent | 336fb141f7c3b404ed6713b662db757bdc9272ae (diff) | |
download | meta-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.conf | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone.conf | 4 |
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 | ||
5 | require conf/machine/include/am57xx.inc | 5 | require conf/machine/include/am57xx.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | ||
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
9 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
10 | |||
7 | KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" | 11 | KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" |
8 | 12 | ||
9 | KERNEL_DEVICETREE = " \ | 13 | 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 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/ti33x.inc | 5 | require conf/machine/include/ti33x.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | ||
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
9 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
10 | |||
7 | KERNEL_DEVICETREE_PREFIX = "am335x-bone" | 11 | KERNEL_DEVICETREE_PREFIX = "am335x-bone" |
8 | 12 | ||
9 | KERNEL_DEVICETREE = " \ | 13 | KERNEL_DEVICETREE = " \ |