diff options
author | Andrew Davis <afd@ti.com> | 2025-06-27 14:24:54 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-10 09:59:33 -0500 |
commit | 35c9838de074822066bd2d135e7ab089bc927529 (patch) | |
tree | 2ab0a372786d689dae6108e5849b1611fd05eb3c | |
parent | 8e0238b3a8aa8155522d7d21dd84694120beae87 (diff) | |
download | meta-ti-35c9838de074822066bd2d135e7ab089bc927529.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>
-rw-r--r-- | meta-beagle/conf/machine/include/beagle-bsp.inc | 10 |
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 f8b94487..3f9828f3 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 |
5 | TI_PREFERRED_BSP ?= "bb_org-6_12" | 5 | TI_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 | # =========== |
13 | BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org" | 13 | BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org" |
14 | BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%" | 14 | BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%" |
15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" | 15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" |
@@ -23,12 +23,12 @@ BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "24%" | |||
23 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%" | 23 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%" |
24 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" | 24 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" |
25 | 25 | ||
26 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 | 26 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.12 |
27 | MACHINE_FEATURES:remove:bsp-bb_org-6_12 = "gc320" | 27 | MACHINE_FEATURES:remove:bsp-bb_org-6_12 = "gc320" |
28 | 28 | ||
29 | # ========== | 29 | # ========== |
30 | # bb_org-6_6 | 30 | # bb_org-6_6 |
31 | # BeagleBoard.org kernel 6.6, Upstream u-boot 2024.07 | 31 | # BeagleBoard.org kernel 6.6, u-boot 2024.10 |
32 | # based on TI staging trees with extra Beagle-specific features | 32 | # based on TI staging trees with extra Beagle-specific features |
33 | # but may not be up-to-date with TI version | 33 | # but may not be up-to-date with TI version |
34 | # ========== | 34 | # ========== |