summaryrefslogtreecommitdiffstats
path: root/meta-beagle/conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-07-22 14:49:17 -0400
committerRyan Eatmon <reatmon@ti.com>2025-07-24 17:08:58 -0500
commit162329a741312ad10a725f1eaaf3e5975c44d716 (patch)
treeaff4ca8a81f8db559f5372181ee0877effb8e1dc /meta-beagle/conf
parentb37f77aaff364cbb17314798701ea1f9217644b0 (diff)
downloadmeta-ti-162329a741312ad10a725f1eaaf3e5975c44d716.tar.gz
meta-beagle: beagle-bsp.inc: Fix versions in comments
Minor comment changes, fix versions listed for some items. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'meta-beagle/conf')
-rw-r--r--meta-beagle/conf/machine/include/beagle-bsp.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-beagle/conf/machine/include/beagle-bsp.inc b/meta-beagle/conf/machine/include/beagle-bsp.inc
index 7368b3af..d180c297 100644
--- a/meta-beagle/conf/machine/include/beagle-bsp.inc
+++ b/meta-beagle/conf/machine/include/beagle-bsp.inc
@@ -4,12 +4,12 @@
4# Default is bb_org-6_12, but can override with any of the existing options 4# Default is bb_org-6_12, but can override with any of the existing options
5TI_PREFERRED_BSP ?= "bb_org-6_12" 5TI_PREFERRED_BSP ?= "bb_org-6_12"
6 6
7# ========== 7# ===========
8# bb_org-6_12 8# bb_org-6_12
9# BeagleBoard.org kernel 6.12, Upstream u-boot 2025.04 9# BeagleBoard.org kernel 6.12, u-boot 2025.04
10# based on TI staging trees with extra Beagle-specific features 10# based on TI staging trees with extra Beagle-specific features
11# but may not be up-to-date with TI version 11# but may not be up-to-date with TI version
12# ========== 12# ===========
13BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org" 13BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org"
14BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%" 14BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%"
15BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" 15BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org"
@@ -24,12 +24,12 @@ BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "24%"
24BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%" 24BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%"
25BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" 25BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%"
26 26
27# GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 27# GC320 support requires out-of-tree drivers not yet available in bb.org 6.12
28MACHINE_FEATURES:remove:bsp-bb_org-6_12 = "gc320" 28MACHINE_FEATURES:remove:bsp-bb_org-6_12 = "gc320"
29 29
30# ========== 30# ==========
31# bb_org-6_6 31# bb_org-6_6
32# BeagleBoard.org kernel 6.6, Upstream u-boot 2024.07 32# BeagleBoard.org kernel 6.6, u-boot 2024.10
33# based on TI staging trees with extra Beagle-specific features 33# based on TI staging trees with extra Beagle-specific features
34# but may not be up-to-date with TI version 34# but may not be up-to-date with TI version
35# ========== 35# ==========