| Message ID | 20251211202234.4064350-3-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master,v2,1/5] linux-ti-staging: Add initial 6.18 recipes for LTS development | expand |
On Thu, Dec 11, 2025 at 02:22:32PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > 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> > --- > v2: No change. > > meta-ti-bsp/conf/machine/include/ti-bsp.inc | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > 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 @@ > # preferences for kernel, bootloader and graphics components, as > # well as a dedicated machine override. > > -# Supported options are: mainline, next, ti-6_12, ti-6_6 > +# Supported options are: mainline, next, ti-6_18, ti-6_12, ti-6_6 > TI_PREFERRED_BSP ??= "ti-6_12" > > # Use bsp-* namespace for overrides > @@ -33,6 +33,15 @@ BSP_BOOTLOADER_VERSION:bsp-next = "%" > # GC320 support requires out-of-tree drivers not yet available in next > MACHINE_FEATURES:remove:bsp-next = "gc320" Is this needed for 6.18 as well, or is it already enabled there? > +# ========== > +# ti-6_18 > +# TI staging kernel 6.18, u-boot 2026.01 > +# ========== > +BSP_KERNEL_PROVIDER:bsp-ti-6_18 = "linux-ti-staging" > +BSP_KERNEL_VERSION:bsp-ti-6_18 = "6.18%" > +BSP_BOOTLOADER_PROVIDER:bsp-ti-6_18 = "u-boot-ti-staging" > +BSP_BOOTLOADER_VERSION:bsp-ti-6_18 = "2026.01%" > + > # ========== > # ti-6_12 > # TI staging kernel 6.12, u-boot 2025.01 > -- > 2.43.0
On 12/11/2025 2:35 PM, Denys Dmytriyenko wrote: > On Thu, Dec 11, 2025 at 02:22:32PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: >> 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> >> --- >> v2: No change. >> >> meta-ti-bsp/conf/machine/include/ti-bsp.inc | 11 ++++++++++- >> 1 file changed, 10 insertions(+), 1 deletion(-) >> >> 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 @@ >> # preferences for kernel, bootloader and graphics components, as >> # well as a dedicated machine override. >> >> -# Supported options are: mainline, next, ti-6_12, ti-6_6 >> +# Supported options are: mainline, next, ti-6_18, ti-6_12, ti-6_6 >> TI_PREFERRED_BSP ??= "ti-6_12" >> >> # Use bsp-* namespace for overrides >> @@ -33,6 +33,15 @@ BSP_BOOTLOADER_VERSION:bsp-next = "%" >> # GC320 support requires out-of-tree drivers not yet available in next >> MACHINE_FEATURES:remove:bsp-next = "gc320" > > Is this needed for 6.18 as well, or is it already enabled there? We are going to try to get it working. Since it only impacts am57, I'm ok to leave it in so that they can at least fix the build issue. We might turn it off later... > >> +# ========== >> +# ti-6_18 >> +# TI staging kernel 6.18, u-boot 2026.01 >> +# ========== >> +BSP_KERNEL_PROVIDER:bsp-ti-6_18 = "linux-ti-staging" >> +BSP_KERNEL_VERSION:bsp-ti-6_18 = "6.18%" >> +BSP_BOOTLOADER_PROVIDER:bsp-ti-6_18 = "u-boot-ti-staging" >> +BSP_BOOTLOADER_VERSION:bsp-ti-6_18 = "2026.01%" >> + >> # ========== >> # ti-6_12 >> # TI staging kernel 6.12, u-boot 2025.01 >> -- >> 2.43.0
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 @@ # preferences for kernel, bootloader and graphics components, as # well as a dedicated machine override. -# Supported options are: mainline, next, ti-6_12, ti-6_6 +# Supported options are: mainline, next, ti-6_18, ti-6_12, ti-6_6 TI_PREFERRED_BSP ??= "ti-6_12" # Use bsp-* namespace for overrides @@ -33,6 +33,15 @@ BSP_BOOTLOADER_VERSION:bsp-next = "%" # GC320 support requires out-of-tree drivers not yet available in next MACHINE_FEATURES:remove:bsp-next = "gc320" +# ========== +# ti-6_18 +# TI staging kernel 6.18, u-boot 2026.01 +# ========== +BSP_KERNEL_PROVIDER:bsp-ti-6_18 = "linux-ti-staging" +BSP_KERNEL_VERSION:bsp-ti-6_18 = "6.18%" +BSP_BOOTLOADER_PROVIDER:bsp-ti-6_18 = "u-boot-ti-staging" +BSP_BOOTLOADER_VERSION:bsp-ti-6_18 = "2026.01%" + # ========== # ti-6_12 # TI staging kernel 6.12, u-boot 2025.01
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> --- v2: No change. meta-ti-bsp/conf/machine/include/ti-bsp.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)