From: Trevor Woerner <twoerner@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Subject: [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel
Date: Sun, 31 Aug 2025 07:41:03 -0400 [thread overview]
Message-ID: <20250831114105.27494-2-twoerner@gmail.com> (raw)
In-Reply-To: <20250831114105.27494-1-twoerner@gmail.com>
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
next prev parent reply other threads:[~2025-08-31 11:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-31 11:41 [meta-rockchip][PATCH 1/4] linux-yocto bbappend: sort Trevor Woerner
2025-08-31 11:41 ` Trevor Woerner [this message]
2025-09-01 11:56 ` [yocto-patches] [meta-rockchip][PATCH 2/4] radxa-zero-3: use non -dev kernel 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250831114105.27494-2-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.