summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-12-09 12:37:16 -0600
committerRyan Eatmon <reatmon@ti.com>2025-12-19 09:57:39 -0600
commit8267e14677d0f03a708c296da89d30c561c7e407 (patch)
tree30f1059925a8be1cc332a3184b0bba0bacf8aa96 /meta-ti-bsp/conf
parent413cb964963bfacbf030f9ec85a315c6b20e527c (diff)
downloadmeta-ti-8267e14677d0f03a708c296da89d30c561c7e407.tar.gz
ti-bsp: Add ti-6_18 for LTS development
Add entries for ti-6_18 for the upcoming LTS development effort. This includes: kernel: 6.18 u-boot: 2026.01 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-bsp.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
index eaa501c3..0ca2de64 100644
--- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
@@ -3,7 +3,7 @@
3# preferences for kernel, bootloader and graphics components, as 3# preferences for kernel, bootloader and graphics components, as
4# well as a dedicated machine override. 4# well as a dedicated machine override.
5 5
6# Supported options are: mainline, next, ti-6_12, ti-6_6 6# Supported options are: mainline, next, ti-6_18, ti-6_12, ti-6_6
7TI_PREFERRED_BSP ??= "ti-6_12" 7TI_PREFERRED_BSP ??= "ti-6_12"
8 8
9# Use bsp-* namespace for overrides 9# Use bsp-* namespace for overrides
@@ -34,6 +34,15 @@ BSP_BOOTLOADER_VERSION:bsp-next = "%"
34MACHINE_FEATURES:remove:bsp-next = "gc320" 34MACHINE_FEATURES:remove:bsp-next = "gc320"
35 35
36# ========== 36# ==========
37# ti-6_18
38# TI staging kernel 6.18, u-boot 2026.01
39# ==========
40BSP_KERNEL_PROVIDER:bsp-ti-6_18 = "linux-ti-staging"
41BSP_KERNEL_VERSION:bsp-ti-6_18 = "6.18%"
42BSP_BOOTLOADER_PROVIDER:bsp-ti-6_18 = "u-boot-ti-staging"
43BSP_BOOTLOADER_VERSION:bsp-ti-6_18 = "2026.01%"
44
45# ==========
37# ti-6_12 46# ti-6_12
38# TI staging kernel 6.12, u-boot 2025.01 47# TI staging kernel 6.12, u-boot 2025.01
39# ========== 48# ==========