diff options
author | Andrew Davis <afd@ti.com> | 2025-07-22 14:49:17 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-24 10:53:19 -0500 |
commit | b5f6c53a666a5a663dfdc6ee52e44b185429c43e (patch) | |
tree | f6c3925203a68ab0b7dfe884602b5ee4e25b09d6 | |
parent | 13cd6d709500b63febd4d5fdcb79e10e363000a7 (diff) | |
download | meta-ti-b5f6c53a666a5a663dfdc6ee52e44b185429c43e.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>
-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 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 |
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" |
@@ -24,12 +24,12 @@ BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "24%" | |||
24 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%" | 24 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%" |
25 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" | 25 | BSP_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 |
28 | MACHINE_FEATURES:remove:bsp-bb_org-6_12 = "gc320" | 28 | MACHINE_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 | # ========== |