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

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.