From: Trevor Woerner <twoerner@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-rockchip][PATCH] rock-pi-4: remove MACHINE
Date: Sat, 28 Jan 2023 18:51:22 -0500 [thread overview]
Message-ID: <20230128235122.40693-1-twoerner@gmail.com> (raw)
The last kernel to not split the rock-pi-4[abc] MACHINEs into separate
device trees was 5.10. The linux-yocto kernels supported in this release
are all after 5.10. Therefore remove the rock-pi-4 MACHINE. By now, on master,
everyone should be selecting specific MACHINEs from one of the variants and
not using "rock-pi-4".
NOTE: this layer will continue to use "rock-pi-4" as a MACHINEOVERRIDE when
the specific variant doesn't matter
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
conf/machine/rock-pi-4.conf | 15 ---------------
1 file changed, 15 deletions(-)
delete mode 100644 conf/machine/rock-pi-4.conf
diff --git a/conf/machine/rock-pi-4.conf b/conf/machine/rock-pi-4.conf
deleted file mode 100644
index 23bbfc3bfcf8..000000000000
--- a/conf/machine/rock-pi-4.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (C) 2020 Garmin Ltd. or its subsidaries
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-#@TYPE: Machine
-#@NAME: Rock Pi 4 RK3399
-#@DESCRIPTION: Rock Pi 4 is a Raspberry Pi 4 Alternative based on Rockchip RK3399 Processor.
-#
-# NOTE: This machine is for Kernels before 5.10. If you are using an newer kernel
-# see rock-pi-4{a,b,c}.conf
-
-require conf/machine/include/rock-pi-4.inc
-
-KERNEL_DEVICETREE = "rockchip/rk3399-rock-pi-4.dtb"
-UBOOT_MACHINE = "rock-pi-4-rk3399_defconfig"
-
--
2.36.0.rc2.17.g4027e30c53
reply other threads:[~2023-01-28 23:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20230128235122.40693-1-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=yocto@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.