All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort
@ 2025-08-31 11:41 Trevor Woerner
  2025-08-31 11:41 ` [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel Trevor Woerner
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-08-31 11:41 UTC (permalink / raw)
  To: yocto-patches

Separate the entires into lists of 32 vs 64 bit machines, then sort each
list.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-kernel/linux/linux-yocto_%.bbappend | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
index 56ec9d7ea81b..cd5efcf9d25c 100644
--- a/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -1,27 +1,28 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
+COMPATIBLE_MACHINE:firefly-rk3288 = "firefly-rk3288"
 COMPATIBLE_MACHINE:marsboard-rk3066 = "marsboard-rk3066"
-COMPATIBLE_MACHINE:rock2-square = "rock2-square"
 COMPATIBLE_MACHINE:radxarock = "radxarock"
-COMPATIBLE_MACHINE:firefly-rk3288 = "firefly-rk3288"
-COMPATIBLE_MACHINE:vyasa-rk3288 = "vyasa-rk3288"
+COMPATIBLE_MACHINE:rock2-square = "rock2-square"
 COMPATIBLE_MACHINE:tinker-board = "tinker-board"
 COMPATIBLE_MACHINE:tinker-board-s = "tinker-board-s"
-COMPATIBLE_MACHINE:rock-pi-4 = "rock-pi-4"
+COMPATIBLE_MACHINE:vyasa-rk3288 = "vyasa-rk3288"
+
 COMPATIBLE_MACHINE:nanopi-m4 = "nanopi-m4"
 COMPATIBLE_MACHINE:nanopi-m4-2gb = "nanopi-m4-2gb"
-COMPATIBLE_MACHINE:rock64 = "rock64"
-COMPATIBLE_MACHINE:rock-pi-e = "rock-pi-e"
-COMPATIBLE_MACHINE:nanopi-r4s = "nanopi-r4s"
-COMPATIBLE_MACHINE:nanopi-r2s = "nanopi-r2s"
 COMPATIBLE_MACHINE:nanopi-m4b = "nanopi-m4b"
-COMPATIBLE_MACHINE:rock-pi-s = "rock-pi-s"
-COMPATIBLE_MACHINE:roc-rk3328-cc = "roc-rk3328-cc"
+COMPATIBLE_MACHINE:nanopi-r2s = "nanopi-r2s"
+COMPATIBLE_MACHINE:nanopi-r4s = "nanopi-r4s"
 COMPATIBLE_MACHINE:roc-rk3308-cc = "roc-rk3308-cc"
+COMPATIBLE_MACHINE:roc-rk3328-cc = "roc-rk3328-cc"
 COMPATIBLE_MACHINE:rock-3a = "rock-3a"
 COMPATIBLE_MACHINE:rock-4c-plus = "rock-4c-plus"
 COMPATIBLE_MACHINE:rock-5a = "rock-5a"
 COMPATIBLE_MACHINE:rock-5b = "rock-5b"
+COMPATIBLE_MACHINE:rock-pi-4 = "rock-pi-4"
+COMPATIBLE_MACHINE:rock-pi-e = "rock-pi-e"
+COMPATIBLE_MACHINE:rock-pi-s = "rock-pi-s"
+COMPATIBLE_MACHINE:rock64 = "rock64"
 COMPATIBLE_MACHINE:soquartz = "soquartz"
 
 SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
-- 
2.44.0.501.g19981daefd7c



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel
  2025-08-31 11:41 [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Trevor Woerner
@ 2025-08-31 11:41 ` Trevor Woerner
  2025-09-01 11:56   ` [yocto-patches] " Quentin Schulz
  2025-09-02 12:52   ` Trevor Woerner
  2025-08-31 11:41 ` [meta-rockchip][PATCH 3/4] orangepi-5-plus: " Trevor Woerner
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-08-31 11:41 UTC (permalink / raw)
  To: yocto-patches

Now that 6.16.y is the preferred version of the linux-yocto kernel, the
radxa-zero-3 machine that had been using the linux-yocto-dev kernel can be
switched to using the linux-yocto kernel instead.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/include/radxa-zero-3.inc         | 1 -
 recipes-kernel/linux/linux-yocto-dev.bbappend | 2 --
 recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/conf/machine/include/radxa-zero-3.inc b/conf/machine/include/radxa-zero-3.inc
index b351afae8c0f..b05a0872a511 100644
--- a/conf/machine/include/radxa-zero-3.inc
+++ b/conf/machine/include/radxa-zero-3.inc
@@ -2,7 +2,6 @@ MACHINEOVERRIDES =. "radxa-zero-3:"
 
 require conf/machine/include/rk3566.inc
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
 
 UBOOT_MACHINE = "radxa-zero-3-rk3566_defconfig"
diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend
index f49768ba57f1..b876a1cefedb 100644
--- a/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,9 +1,7 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
 COMPATIBLE_MACHINE:orangepi-5-plus = "orangepi-5-plus"
-COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"
 COMPATIBLE_MACHINE:nanopc-t6 = "nanopc-t6"
 
 SRC_URI:append:orangepi-5-plus = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
-SRC_URI:append:radxa-zero-3 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
 SRC_URI:append:nanopc-t6 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
index cd5efcf9d25c..9d60e2641ec5 100644
--- a/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -13,6 +13,7 @@ COMPATIBLE_MACHINE:nanopi-m4-2gb = "nanopi-m4-2gb"
 COMPATIBLE_MACHINE:nanopi-m4b = "nanopi-m4b"
 COMPATIBLE_MACHINE:nanopi-r2s = "nanopi-r2s"
 COMPATIBLE_MACHINE:nanopi-r4s = "nanopi-r4s"
+COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"
 COMPATIBLE_MACHINE:roc-rk3308-cc = "roc-rk3308-cc"
 COMPATIBLE_MACHINE:roc-rk3328-cc = "roc-rk3328-cc"
 COMPATIBLE_MACHINE:rock-3a = "rock-3a"
-- 
2.44.0.501.g19981daefd7c



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-rockchip][PATCH 3/4] orangepi-5-plus: use non -dev kernel
  2025-08-31 11:41 [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Trevor Woerner
  2025-08-31 11:41 ` [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel Trevor Woerner
@ 2025-08-31 11:41 ` Trevor Woerner
  2025-09-01 11:57   ` [yocto-patches] " Quentin Schulz
  2025-09-02 12:52   ` Trevor Woerner
  2025-08-31 11:41 ` [meta-rockchip][PATCH 4/4] nanopc-t6: " Trevor Woerner
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-08-31 11:41 UTC (permalink / raw)
  To: yocto-patches

Now that 6.16.y is the preferred version of the linux-yocto kernel, the
orangepi-5-plus machine that had been using the linux-yocto-dev kernel can
be switched to using the linux-yocto kernel instead.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/orangepi-5-plus.conf             | 1 -
 recipes-kernel/linux/linux-yocto-dev.bbappend | 2 --
 recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/conf/machine/orangepi-5-plus.conf b/conf/machine/orangepi-5-plus.conf
index 2731ff4d871d..a726b1c0ca67 100644
--- a/conf/machine/orangepi-5-plus.conf
+++ b/conf/machine/orangepi-5-plus.conf
@@ -5,7 +5,6 @@
 
 require conf/machine/include/rk3588.inc
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
 KERNEL_DEVICETREE = "rockchip/rk3588-orangepi-5-plus.dtb"
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
 
diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend
index b876a1cefedb..6f4981fe29e6 100644
--- a/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
-COMPATIBLE_MACHINE:orangepi-5-plus = "orangepi-5-plus"
 COMPATIBLE_MACHINE:nanopc-t6 = "nanopc-t6"
 
-SRC_URI:append:orangepi-5-plus = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
 SRC_URI:append:nanopc-t6 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
index 9d60e2641ec5..45cfb1c10b48 100644
--- a/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -13,6 +13,7 @@ COMPATIBLE_MACHINE:nanopi-m4-2gb = "nanopi-m4-2gb"
 COMPATIBLE_MACHINE:nanopi-m4b = "nanopi-m4b"
 COMPATIBLE_MACHINE:nanopi-r2s = "nanopi-r2s"
 COMPATIBLE_MACHINE:nanopi-r4s = "nanopi-r4s"
+COMPATIBLE_MACHINE:orangepi-5-plus = "orangepi-5-plus"
 COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"
 COMPATIBLE_MACHINE:roc-rk3308-cc = "roc-rk3308-cc"
 COMPATIBLE_MACHINE:roc-rk3328-cc = "roc-rk3328-cc"
-- 
2.44.0.501.g19981daefd7c



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-rockchip][PATCH 4/4] nanopc-t6: use non -dev kernel
  2025-08-31 11:41 [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Trevor Woerner
  2025-08-31 11:41 ` [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel Trevor Woerner
  2025-08-31 11:41 ` [meta-rockchip][PATCH 3/4] orangepi-5-plus: " Trevor Woerner
@ 2025-08-31 11:41 ` Trevor Woerner
  2025-09-01 11:49   ` [yocto-patches] " Quentin Schulz
  2025-09-02 12:51   ` Trevor Woerner
  2025-09-01 11:56 ` [yocto-patches] [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Quentin Schulz
  2025-09-02 12:51 ` Trevor Woerner
  4 siblings, 2 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-08-31 11:41 UTC (permalink / raw)
  To: yocto-patches

Now that 6.16.y is the preferred version of the linux-yocto kernel, the
nanopc-t6 machine that had been using the linux-yocto-dev kernel can be
switched to using the linux-yocto kernel instead.

NOTE: keep the various pieces of linux-yocto-dev infrastructure in place
      so it can be used more easily again should it be needed

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/nanopc-t6.conf                   | 1 -
 recipes-kernel/linux/linux-yocto-dev.bbappend | 4 +---
 recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/conf/machine/nanopc-t6.conf b/conf/machine/nanopc-t6.conf
index 5ed413d1c0e5..8d524bd764f6 100644
--- a/conf/machine/nanopc-t6.conf
+++ b/conf/machine/nanopc-t6.conf
@@ -5,7 +5,6 @@
 
 require conf/machine/include/rk3588.inc
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
 KERNEL_DEVICETREE = " \
     rockchip/rk3588-nanopc-t6.dtb \
     rockchip/rk3588-nanopc-t6-lts.dtb \
diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend
index 6f4981fe29e6..e06c8a4f717d 100644
--- a/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,5 +1,3 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
-COMPATIBLE_MACHINE:nanopc-t6 = "nanopc-t6"
-
-SRC_URI:append:nanopc-t6 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
+SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
index 45cfb1c10b48..470aeb8f16b1 100644
--- a/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -8,6 +8,7 @@ COMPATIBLE_MACHINE:tinker-board = "tinker-board"
 COMPATIBLE_MACHINE:tinker-board-s = "tinker-board-s"
 COMPATIBLE_MACHINE:vyasa-rk3288 = "vyasa-rk3288"
 
+COMPATIBLE_MACHINE:nanopc-t6 = "nanopc-t6"
 COMPATIBLE_MACHINE:nanopi-m4 = "nanopi-m4"
 COMPATIBLE_MACHINE:nanopi-m4-2gb = "nanopi-m4-2gb"
 COMPATIBLE_MACHINE:nanopi-m4b = "nanopi-m4b"
-- 
2.44.0.501.g19981daefd7c



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH 4/4] nanopc-t6: use non -dev kernel
  2025-08-31 11:41 ` [meta-rockchip][PATCH 4/4] nanopc-t6: " Trevor Woerner
@ 2025-09-01 11:49   ` Quentin Schulz
  2025-09-02 12:20     ` Trevor Woerner
  2025-09-02 12:51   ` Trevor Woerner
  1 sibling, 1 reply; 14+ messages in thread
From: Quentin Schulz @ 2025-09-01 11:49 UTC (permalink / raw)
  To: yocto-patches

Hi Trevor,

On 8/31/25 1:41 PM, Trevor Woerner via lists.yoctoproject.org wrote:
> Now that 6.16.y is the preferred version of the linux-yocto kernel, the
> nanopc-t6 machine that had been using the linux-yocto-dev kernel can be
> switched to using the linux-yocto kernel instead.
> 
> NOTE: keep the various pieces of linux-yocto-dev infrastructure in place
>        so it can be used more easily again should it be needed
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>   conf/machine/nanopc-t6.conf                   | 1 -
>   recipes-kernel/linux/linux-yocto-dev.bbappend | 4 +---
>   recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
>   3 files changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/conf/machine/nanopc-t6.conf b/conf/machine/nanopc-t6.conf
> index 5ed413d1c0e5..8d524bd764f6 100644
> --- a/conf/machine/nanopc-t6.conf
> +++ b/conf/machine/nanopc-t6.conf
> @@ -5,7 +5,6 @@
>   
>   require conf/machine/include/rk3588.inc
>   
> -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
>   KERNEL_DEVICETREE = " \
>       rockchip/rk3588-nanopc-t6.dtb \
>       rockchip/rk3588-nanopc-t6-lts.dtb \
> diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend
> index 6f4981fe29e6..e06c8a4f717d 100644
> --- a/recipes-kernel/linux/linux-yocto-dev.bbappend
> +++ b/recipes-kernel/linux/linux-yocto-dev.bbappend
> @@ -1,5 +1,3 @@
>   FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
>   
> -COMPATIBLE_MACHINE:nanopc-t6 = "nanopc-t6"
> -
> -SRC_URI:append:nanopc-t6 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
> +SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"

Shouldn't we have SRC_URI:append:rockchip here instead to avoid adding 
it when building non-Rockchip boards while having meta-rockchip layer 
included in bblayers.conf?

Same remark for the existing SRC_URI:append in linux-yocto_%.bbappend.

Otherwise looks ok to me!

Cheers,
Quentin


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort
  2025-08-31 11:41 [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Trevor Woerner
                   ` (2 preceding siblings ...)
  2025-08-31 11:41 ` [meta-rockchip][PATCH 4/4] nanopc-t6: " Trevor Woerner
@ 2025-09-01 11:56 ` Quentin Schulz
  2025-09-02 12:51 ` Trevor Woerner
  4 siblings, 0 replies; 14+ messages in thread
From: Quentin Schulz @ 2025-09-01 11:56 UTC (permalink / raw)
  To: yocto-patches

Hi Trevor,

On 8/31/25 1:41 PM, Trevor Woerner via lists.yoctoproject.org wrote:
> Separate the entires into lists of 32 vs 64 bit machines,


It would be most welcome to have a comment in linux-yocto_%.bbappend to 
explain this :)

> then sort each
> list.
> 

I did the change manually and ended up with the same diff so:

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel
  2025-08-31 11:41 ` [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel Trevor Woerner
@ 2025-09-01 11:56   ` Quentin Schulz
  2025-09-02 12:52   ` Trevor Woerner
  1 sibling, 0 replies; 14+ messages in thread
From: Quentin Schulz @ 2025-09-01 11:56 UTC (permalink / raw)
  To: yocto-patches

Hi Trevor,

On 8/31/25 1:41 PM, Trevor Woerner via lists.yoctoproject.org wrote:
> Now that 6.16.y is the preferred version of the linux-yocto kernel, the
> radxa-zero-3 machine that had been using the linux-yocto-dev kernel can be
> switched to using the linux-yocto kernel instead.
> 

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH 3/4] orangepi-5-plus: use non -dev kernel
  2025-08-31 11:41 ` [meta-rockchip][PATCH 3/4] orangepi-5-plus: " Trevor Woerner
@ 2025-09-01 11:57   ` Quentin Schulz
  2025-09-02 12:52   ` Trevor Woerner
  1 sibling, 0 replies; 14+ messages in thread
From: Quentin Schulz @ 2025-09-01 11:57 UTC (permalink / raw)
  To: yocto-patches

Hi Trevor,

On 8/31/25 1:41 PM, Trevor Woerner via lists.yoctoproject.org wrote:
> Now that 6.16.y is the preferred version of the linux-yocto kernel, the
> orangepi-5-plus machine that had been using the linux-yocto-dev kernel can
> be switched to using the linux-yocto kernel instead.
> 

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH 4/4] nanopc-t6: use non -dev kernel
  2025-09-01 11:49   ` [yocto-patches] " Quentin Schulz
@ 2025-09-02 12:20     ` Trevor Woerner
  2025-09-02 12:33       ` Quentin Schulz
  0 siblings, 1 reply; 14+ messages in thread
From: Trevor Woerner @ 2025-09-02 12:20 UTC (permalink / raw)
  To: yocto-patches

On Mon 2025-09-01 @ 01:49:24 PM, Quentin Schulz via lists.yoctoproject.org wrote:
> Hi Trevor,
> 
> On 8/31/25 1:41 PM, Trevor Woerner via lists.yoctoproject.org wrote:
> > Now that 6.16.y is the preferred version of the linux-yocto kernel, the
> > nanopc-t6 machine that had been using the linux-yocto-dev kernel can be
> > switched to using the linux-yocto kernel instead.
> > 
> > NOTE: keep the various pieces of linux-yocto-dev infrastructure in place
> >        so it can be used more easily again should it be needed
> > 
> > Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> > ---
> >   conf/machine/nanopc-t6.conf                   | 1 -
> >   recipes-kernel/linux/linux-yocto-dev.bbappend | 4 +---
> >   recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
> >   3 files changed, 2 insertions(+), 4 deletions(-)
> > 
> > diff --git a/conf/machine/nanopc-t6.conf b/conf/machine/nanopc-t6.conf
> > index 5ed413d1c0e5..8d524bd764f6 100644
> > --- a/conf/machine/nanopc-t6.conf
> > +++ b/conf/machine/nanopc-t6.conf
> > @@ -5,7 +5,6 @@
> >   require conf/machine/include/rk3588.inc
> > -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
> >   KERNEL_DEVICETREE = " \
> >       rockchip/rk3588-nanopc-t6.dtb \
> >       rockchip/rk3588-nanopc-t6-lts.dtb \
> > diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend
> > index 6f4981fe29e6..e06c8a4f717d 100644
> > --- a/recipes-kernel/linux/linux-yocto-dev.bbappend
> > +++ b/recipes-kernel/linux/linux-yocto-dev.bbappend
> > @@ -1,5 +1,3 @@
> >   FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
> > -COMPATIBLE_MACHINE:nanopc-t6 = "nanopc-t6"
> > -
> > -SRC_URI:append:nanopc-t6 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
> > +SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
> 
> Shouldn't we have SRC_URI:append:rockchip here instead to avoid adding it
> when building non-Rockchip boards while having meta-rockchip layer included
> in bblayers.conf?
> 
> Same remark for the existing SRC_URI:append in linux-yocto_%.bbappend.

Okay, I'll send a new series for this shortly.

> Otherwise looks ok to me!

Hmm... you have not provided any sign-off tag. Did you want to?

> Cheers,
> Quentin
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#2101): https://lists.yoctoproject.org/g/yocto-patches/message/2101
> Mute This Topic: https://lists.yoctoproject.org/mt/114989087/900817
> Group Owner: yocto-patches+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13168745/900817/63955952/xyzzy [twoerner@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH 4/4] nanopc-t6: use non -dev kernel
  2025-09-02 12:20     ` Trevor Woerner
@ 2025-09-02 12:33       ` Quentin Schulz
  0 siblings, 0 replies; 14+ messages in thread
From: Quentin Schulz @ 2025-09-02 12:33 UTC (permalink / raw)
  To: yocto-patches

Hi Trevor,

On 9/2/25 2:20 PM, Trevor Woerner via lists.yoctoproject.org wrote:
> On Mon 2025-09-01 @ 01:49:24 PM, Quentin Schulz via lists.yoctoproject.org wrote:
>> Hi Trevor,
>>
>> On 8/31/25 1:41 PM, Trevor Woerner via lists.yoctoproject.org wrote:
>>> Now that 6.16.y is the preferred version of the linux-yocto kernel, the
>>> nanopc-t6 machine that had been using the linux-yocto-dev kernel can be
>>> switched to using the linux-yocto kernel instead.
>>>
>>> NOTE: keep the various pieces of linux-yocto-dev infrastructure in place
>>>         so it can be used more easily again should it be needed
>>>
>>> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
>>> ---
>>>    conf/machine/nanopc-t6.conf                   | 1 -
>>>    recipes-kernel/linux/linux-yocto-dev.bbappend | 4 +---
>>>    recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
>>>    3 files changed, 2 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/conf/machine/nanopc-t6.conf b/conf/machine/nanopc-t6.conf
>>> index 5ed413d1c0e5..8d524bd764f6 100644
>>> --- a/conf/machine/nanopc-t6.conf
>>> +++ b/conf/machine/nanopc-t6.conf
>>> @@ -5,7 +5,6 @@
>>>    require conf/machine/include/rk3588.inc
>>> -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
>>>    KERNEL_DEVICETREE = " \
>>>        rockchip/rk3588-nanopc-t6.dtb \
>>>        rockchip/rk3588-nanopc-t6-lts.dtb \
>>> diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend
>>> index 6f4981fe29e6..e06c8a4f717d 100644
>>> --- a/recipes-kernel/linux/linux-yocto-dev.bbappend
>>> +++ b/recipes-kernel/linux/linux-yocto-dev.bbappend
>>> @@ -1,5 +1,3 @@
>>>    FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
>>> -COMPATIBLE_MACHINE:nanopc-t6 = "nanopc-t6"
>>> -
>>> -SRC_URI:append:nanopc-t6 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
>>> +SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
>>
>> Shouldn't we have SRC_URI:append:rockchip here instead to avoid adding it
>> when building non-Rockchip boards while having meta-rockchip layer included
>> in bblayers.conf?
>>
>> Same remark for the existing SRC_URI:append in linux-yocto_%.bbappend.
> 
> Okay, I'll send a new series for this shortly.
> 
>> Otherwise looks ok to me!
> 
> Hmm... you have not provided any sign-off tag. Did you want to?
> 

Nope, I think we really should have SRC_URI:append:rockchip in 
linux-yocto-dev instead of SRC_URI:append. This is introduced in this 
series, so I'd prefer to have it fixed before giving my Reviewed-by :)

Quentin


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort
  2025-08-31 11:41 [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Trevor Woerner
                   ` (3 preceding siblings ...)
  2025-09-01 11:56 ` [yocto-patches] [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Quentin Schulz
@ 2025-09-02 12:51 ` Trevor Woerner
  4 siblings, 0 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-09-02 12:51 UTC (permalink / raw)
  To: yocto-patches

On Sun 2025-08-31 @ 07:41:02 AM, Trevor Woerner wrote:
> Separate the entires into lists of 32 vs 64 bit machines, then sort each
> list.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  recipes-kernel/linux/linux-yocto_%.bbappend | 21 +++++++++++----------
>  1 file changed, 11 insertions(+), 10 deletions(-)

Added to meta-rockchip, master branch.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [meta-rockchip][PATCH 4/4] nanopc-t6: use non -dev kernel
  2025-08-31 11:41 ` [meta-rockchip][PATCH 4/4] nanopc-t6: " Trevor Woerner
  2025-09-01 11:49   ` [yocto-patches] " Quentin Schulz
@ 2025-09-02 12:51   ` Trevor Woerner
  1 sibling, 0 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-09-02 12:51 UTC (permalink / raw)
  To: yocto-patches

On Sun 2025-08-31 @ 07:41:05 AM, Trevor Woerner wrote:
> Now that 6.16.y is the preferred version of the linux-yocto kernel, the
> nanopc-t6 machine that had been using the linux-yocto-dev kernel can be
> switched to using the linux-yocto kernel instead.
> 
> NOTE: keep the various pieces of linux-yocto-dev infrastructure in place
>       so it can be used more easily again should it be needed
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  conf/machine/nanopc-t6.conf                   | 1 -
>  recipes-kernel/linux/linux-yocto-dev.bbappend | 4 +---
>  recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
>  3 files changed, 2 insertions(+), 4 deletions(-)

Added to meta-rockchip, master branch.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel
  2025-08-31 11:41 ` [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel Trevor Woerner
  2025-09-01 11:56   ` [yocto-patches] " Quentin Schulz
@ 2025-09-02 12:52   ` Trevor Woerner
  1 sibling, 0 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-09-02 12:52 UTC (permalink / raw)
  To: yocto-patches

On Sun 2025-08-31 @ 07:41:03 AM, Trevor Woerner wrote:
> Now that 6.16.y is the preferred version of the linux-yocto kernel, the
> radxa-zero-3 machine that had been using the linux-yocto-dev kernel can be
> switched to using the linux-yocto kernel instead.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  conf/machine/include/radxa-zero-3.inc         | 1 -
>  recipes-kernel/linux/linux-yocto-dev.bbappend | 2 --
>  recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
>  3 files changed, 1 insertion(+), 3 deletions(-)

Added to meta-rockchip, master branch.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [meta-rockchip][PATCH 3/4] orangepi-5-plus: use non -dev kernel
  2025-08-31 11:41 ` [meta-rockchip][PATCH 3/4] orangepi-5-plus: " Trevor Woerner
  2025-09-01 11:57   ` [yocto-patches] " Quentin Schulz
@ 2025-09-02 12:52   ` Trevor Woerner
  1 sibling, 0 replies; 14+ messages in thread
From: Trevor Woerner @ 2025-09-02 12:52 UTC (permalink / raw)
  To: yocto-patches

On Sun 2025-08-31 @ 07:41:04 AM, Trevor Woerner wrote:
> Now that 6.16.y is the preferred version of the linux-yocto kernel, the
> orangepi-5-plus machine that had been using the linux-yocto-dev kernel can
> be switched to using the linux-yocto kernel instead.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  conf/machine/orangepi-5-plus.conf             | 1 -
>  recipes-kernel/linux/linux-yocto-dev.bbappend | 2 --
>  recipes-kernel/linux/linux-yocto_%.bbappend   | 1 +
>  3 files changed, 1 insertion(+), 3 deletions(-)

Added to meta-rockchip, master branch.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-09-02 12:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-31 11:41 [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Trevor Woerner
2025-08-31 11:41 ` [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel Trevor Woerner
2025-09-01 11:56   ` [yocto-patches] " Quentin Schulz
2025-09-02 12:52   ` Trevor Woerner
2025-08-31 11:41 ` [meta-rockchip][PATCH 3/4] orangepi-5-plus: " Trevor Woerner
2025-09-01 11:57   ` [yocto-patches] " Quentin Schulz
2025-09-02 12:52   ` Trevor Woerner
2025-08-31 11:41 ` [meta-rockchip][PATCH 4/4] nanopc-t6: " Trevor Woerner
2025-09-01 11:49   ` [yocto-patches] " Quentin Schulz
2025-09-02 12:20     ` Trevor Woerner
2025-09-02 12:33       ` Quentin Schulz
2025-09-02 12:51   ` Trevor Woerner
2025-09-01 11:56 ` [yocto-patches] [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Quentin Schulz
2025-09-02 12:51 ` Trevor Woerner

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.