diff options
| -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 | # ========== |
