diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-12-09 12:37:16 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-12-19 09:57:39 -0600 |
| commit | 8267e14677d0f03a708c296da89d30c561c7e407 (patch) | |
| tree | 30f1059925a8be1cc332a3184b0bba0bacf8aa96 /meta-ti-bsp/conf/machine | |
| parent | 413cb964963bfacbf030f9ec85a315c6b20e527c (diff) | |
| download | meta-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/machine')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 11 |
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 |
| 7 | TI_PREFERRED_BSP ??= "ti-6_12" | 7 | TI_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 = "%" | |||
| 34 | MACHINE_FEATURES:remove:bsp-next = "gc320" | 34 | MACHINE_FEATURES:remove:bsp-next = "gc320" |
| 35 | 35 | ||
| 36 | # ========== | 36 | # ========== |
| 37 | # ti-6_18 | ||
| 38 | # TI staging kernel 6.18, u-boot 2026.01 | ||
| 39 | # ========== | ||
| 40 | BSP_KERNEL_PROVIDER:bsp-ti-6_18 = "linux-ti-staging" | ||
| 41 | BSP_KERNEL_VERSION:bsp-ti-6_18 = "6.18%" | ||
| 42 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_18 = "u-boot-ti-staging" | ||
| 43 | BSP_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 | # ========== |
