diff mbox series

[meta-ti,scarthgap/master,3/3] meta-beagle: beagle-bsp.inc: Fix versions in comments

Message ID 20250627192454.575458-3-afd@ti.com
State New
Headers show
Series [meta-ti,scarthgap/master,1/3] meta-ti: Remove bsp-ti-6_1 and bsp-bb_org-6_1 support | expand

Commit Message

Andrew Davis June 27, 2025, 7:24 p.m. UTC
Minor comment changes, fix versions listed for some items.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-beagle/conf/machine/include/beagle-bsp.inc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Denys Dmytriyenko June 27, 2025, 8:44 p.m. UTC | #1
On Fri, Jun 27, 2025 at 02:24:54PM -0500, Andrew Davis via lists.yoctoproject.org wrote:
> Minor comment changes, fix versions listed for some items.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  meta-beagle/conf/machine/include/beagle-bsp.inc | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

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 @@ 
 # Default is bb_org-6_12, but can override with any of the existing options
 TI_PREFERRED_BSP ?= "bb_org-6_12"
 
-# ==========
+# ===========
 # bb_org-6_12
-# BeagleBoard.org kernel 6.12, Upstream u-boot 2025.04
+# BeagleBoard.org kernel 6.12, u-boot 2025.04
 # based on TI staging trees with extra Beagle-specific features
 # but may not be up-to-date with TI version
-# ==========
+# ===========
 BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org"
 BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%"
 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%"
 BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%"
 BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%"
 
-# GC320 support requires out-of-tree drivers not yet available in bb.org 6.6
+# GC320 support requires out-of-tree drivers not yet available in bb.org 6.12
 MACHINE_FEATURES:remove:bsp-bb_org-6_12 = "gc320"
 
 # ==========
 # bb_org-6_6
-# BeagleBoard.org kernel 6.6, Upstream u-boot 2024.07
+# BeagleBoard.org kernel 6.6, u-boot 2024.10
 # based on TI staging trees with extra Beagle-specific features
 # but may not be up-to-date with TI version
 # ==========