summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beagle-x15.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-02-12 22:33:24 -0500
committerRyan Eatmon <reatmon@ti.com>2024-02-14 12:11:10 -0600
commit44eb6f819817069ed53de4d44f6ed042f3ae8957 (patch)
tree2b6e7232149b8c0b70347ffbe65d7414b9429461 /meta-ti-bsp/conf/machine/beagle-x15.conf
parentef0ba74ca3ab26dc2b4ae89b7c82b1059d521720 (diff)
downloadmeta-ti-44eb6f819817069ed53de4d44f6ed042f3ae8957.tar.gz
meta-ti-bsp: update BeagleBoard.org BSP to the latest
* Update linux-bb.org to 6.1.69 for both 32 and 64 bit platforms * Update u-boot-bb.org to the latest 2023.04 based on SDK 9.1 release * Update DTB/DTBO lists to include latest renames and additions Note: all changes are in a single commit for bisectability Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beagle-x15.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beagle-x15.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf
index be27705c..d368fe1a 100644
--- a/meta-ti-bsp/conf/machine/beagle-x15.conf
+++ b/meta-ti-bsp/conf/machine/beagle-x15.conf
@@ -9,9 +9,11 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
9KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" 9KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15"
10 10
11KERNEL_DEVICETREE = " \ 11KERNEL_DEVICETREE = " \
12 am57xx-beagle-x15.dtb \ 12am57xx-beagle-x15.dtb \
13 am57xx-beagle-x15-revb1.dtb \ 13am57xx-beagle-x15-revb1.dtb \
14 am57xx-beagle-x15-revc.dtb \ 14am57xx-beagle-x15-revc.dtb \
15am57xx-idk-lcd-osd101t2045.dtbo \
16am57xx-idk-lcd-osd101t2587.dtbo \
15" 17"
16 18
17MACHINE_GUI_CLASS = "bigscreen" 19MACHINE_GUI_CLASS = "bigscreen"