Message ID | 20250108144108.26409-1-reatmon@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master/scarthgap] ti-bsp: Change to 6.12 as the default | expand |
On Wed, Jan 08, 2025 at 08:41:08AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > We are moving to 6.12 to be our new LTS, so we are switching the default > BSP to that. You can still access the 6.6 kernel if you need to by using > the BSP system and setting TI_PREFERRED_BSP = "ti-6_6" in your > local.conf. Do you also need to drop DEFAULT_PREFERENCE = "-1" in corresponding recipes? > Signed-off-by: Ryan Eatmon <reatmon@ti.com> > --- > meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +- > 1 file changed, 1 insertion(+), 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 083177dc..f19a0c9c 100644 > --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc > +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc > @@ -4,7 +4,7 @@ > # well as a dedicated machine override. > > # Supported options are: mainline, next, ti-6_12, ti-6_6, ti-6_1 > -TI_PREFERRED_BSP ??= "ti-6_6" > +TI_PREFERRED_BSP ??= "ti-6_12" > > # Use bsp-* namespace for overrides > MACHINEOVERRIDES =. "bsp-${TI_PREFERRED_BSP}:" > -- > 2.17.1
On 1/8/2025 12:24 PM, Denys Dmytriyenko wrote: > On Wed, Jan 08, 2025 at 08:41:08AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: >> We are moving to 6.12 to be our new LTS, so we are switching the default >> BSP to that. You can still access the 6.6 kernel if you need to by using >> the BSP system and setting TI_PREFERRED_BSP = "ti-6_6" in your >> local.conf. > > Do you also need to drop DEFAULT_PREFERENCE = "-1" in corresponding recipes? For 100% correctness, yes. But with the BSP system, it's just working. I'll send a v2. > >> Signed-off-by: Ryan Eatmon <reatmon@ti.com> >> --- >> meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +- >> 1 file changed, 1 insertion(+), 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 083177dc..f19a0c9c 100644 >> --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc >> +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc >> @@ -4,7 +4,7 @@ >> # well as a dedicated machine override. >> >> # Supported options are: mainline, next, ti-6_12, ti-6_6, ti-6_1 >> -TI_PREFERRED_BSP ??= "ti-6_6" >> +TI_PREFERRED_BSP ??= "ti-6_12" >> >> # Use bsp-* namespace for overrides >> MACHINEOVERRIDES =. "bsp-${TI_PREFERRED_BSP}:" >> -- >> 2.17.1
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index 083177dc..f19a0c9c 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc @@ -4,7 +4,7 @@ # well as a dedicated machine override. # Supported options are: mainline, next, ti-6_12, ti-6_6, ti-6_1 -TI_PREFERRED_BSP ??= "ti-6_6" +TI_PREFERRED_BSP ??= "ti-6_12" # Use bsp-* namespace for overrides MACHINEOVERRIDES =. "bsp-${TI_PREFERRED_BSP}:"
We are moving to 6.12 to be our new LTS, so we are switching the default BSP to that. You can still access the 6.6 kernel if you need to by using the BSP system and setting TI_PREFERRED_BSP = "ti-6_6" in your local.conf. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)