* [meta-ti][master/scarthgap][PATCH v2] ti-bsp: Change to 6.12 as the default
@ 2025-01-08 19:53 Ryan Eatmon
2025-01-10 17:52 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2025-01-08 19:53 UTC (permalink / raw)
To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
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>
---
v2: Remove the DEFAULT_PREFERENCE settings on the kernel/u-boot recipes.
meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +-
meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb | 2 --
.../recipes-kernel/linux/linux-ti-staging-systest_6.12.bb | 2 --
meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb | 2 --
4 files changed, 1 insertion(+), 7 deletions(-)
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}:"
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb
index e71008fa..4a3b347d 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb
@@ -1,7 +1,5 @@
require u-boot-ti.inc
-DEFAULT_PREFERENCE = "-1"
-
include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''}
PR = "r0"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb
index 8ce23368..b0dcab52 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb
@@ -1,7 +1,5 @@
require linux-ti-staging_6.12.bb
-DEFAULT_PREFERENCE = "-1"
-
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.12:"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb
index 7f61b8ab..2ddced64 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
inherit ti-secdev
inherit kernel
-DEFAULT_PREFERENCE = "-1"
-
require recipes-kernel/linux/setup-defconfig.inc
require recipes-kernel/linux/ti-kernel.inc
include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''}
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-ti][master/scarthgap][PATCH v2] ti-bsp: Change to 6.12 as the default
2025-01-08 19:53 [meta-ti][master/scarthgap][PATCH v2] ti-bsp: Change to 6.12 as the default Ryan Eatmon
@ 2025-01-10 17:52 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2025-01-10 17:52 UTC (permalink / raw)
To: reatmon; +Cc: Praneeth Bajjuri, meta-ti
On Wed, Jan 08, 2025 at 01:53:44PM -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.
Sorry for piecemealing my comments one by one, but I just though it might be
a very good idea to explicitly call out a complete lack of graphics support
in 6.12 BSP (at least for now), especially since this is also targeted for
scarthgap.
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> v2: Remove the DEFAULT_PREFERENCE settings on the kernel/u-boot recipes.
>
> meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +-
> meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb | 2 --
> .../recipes-kernel/linux/linux-ti-staging-systest_6.12.bb | 2 --
> meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb | 2 --
> 4 files changed, 1 insertion(+), 7 deletions(-)
>
> 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}:"
> diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb
> index e71008fa..4a3b347d 100644
> --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb
> +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb
> @@ -1,7 +1,5 @@
> require u-boot-ti.inc
>
> -DEFAULT_PREFERENCE = "-1"
> -
> include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''}
>
> PR = "r0"
> diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb
> index 8ce23368..b0dcab52 100644
> --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb
> +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.12.bb
> @@ -1,7 +1,5 @@
> require linux-ti-staging_6.12.bb
>
> -DEFAULT_PREFERENCE = "-1"
> -
> # Look in the generic major.minor directory for files
> # This will have priority over generic non-rt path
> FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.12:"
> diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb
> index 7f61b8ab..2ddced64 100644
> --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb
> +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb
> @@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
> inherit ti-secdev
> inherit kernel
>
> -DEFAULT_PREFERENCE = "-1"
> -
> require recipes-kernel/linux/setup-defconfig.inc
> require recipes-kernel/linux/ti-kernel.inc
> include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''}
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-10 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 19:53 [meta-ti][master/scarthgap][PATCH v2] ti-bsp: Change to 6.12 as the default Ryan Eatmon
2025-01-10 17:52 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.