From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 13 Aug 2023 21:28:58 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVGln-002jn6-Gi for lore@lore.pengutronix.de; Sun, 13 Aug 2023 21:28:58 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qVGll-0004Xm-AI; Sun, 13 Aug 2023 21:28:57 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qVGlh-0004ML-7k; Sun, 13 Aug 2023 21:28:53 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qVGlg-000Pk4-Ko; Sun, 13 Aug 2023 21:28:52 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qVGle-006Tp9-2i; Sun, 13 Aug 2023 21:28:50 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Sun, 13 Aug 2023 21:28:39 +0200 Message-Id: <20230813192846.1210986-2-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230813192846.1210986-1-rhi@pengutronix.de> References: <20230813192846.1210986-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 2/9] treewide: remove files that are identical in upstream PTXdist X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false There's no need in duplicating these files here; all changes to them have been applied in upstream PTXdist in the meantime. Signed-off-by: Roland Hieber --- platforms/blspec-entry.in | 27 ------------------- .../etc/NetworkManager/NetworkManager.conf | 6 ----- projectroot/loader/entries/default.conf | 6 ----- 3 files changed, 39 deletions(-) delete mode 100644 platforms/blspec-entry.in delete mode 100644 projectroot/etc/NetworkManager/NetworkManager.conf delete mode 100644 projectroot/loader/entries/default.conf diff --git a/platforms/blspec-entry.in b/platforms/blspec-entry.in deleted file mode 100644 index c2aea36dc8cc..000000000000 --- a/platforms/blspec-entry.in +++ /dev/null @@ -1,27 +0,0 @@ -## SECTION=blspec - -menuconfig BLSPEC_ENTRY - tristate - select KERNEL - select KERNEL_INSTALL if !KERNEL_FIT - prompt "default bootloader spec entry " - -if BLSPEC_ENTRY - -config BLSPEC_ENTRY_DEVICETREE - bool - default KERNEL_DTB && !KERNEL_FIT - -config BLSPEC_ENTRY_CMDLINE - string - prompt "kernel command-line" - -config BLSPEC_ENTRY_APPENDROOT - bool - prompt "Add 'linux-appendroot true'" - help - If enabled this options adds 'linux-appendroot true' to the blspec - entry. This is a barebox specific blspec option which tells barebox - to add the 'root=' kernel command line automatically if set. - -endif diff --git a/projectroot/etc/NetworkManager/NetworkManager.conf b/projectroot/etc/NetworkManager/NetworkManager.conf deleted file mode 100644 index d5182231c56b..000000000000 --- a/projectroot/etc/NetworkManager/NetworkManager.conf +++ /dev/null @@ -1,6 +0,0 @@ -[main] -plugins=ifupdown,keyfile -rc-manager=file - -[ifupdown] -managed=false diff --git a/projectroot/loader/entries/default.conf b/projectroot/loader/entries/default.conf deleted file mode 100644 index d2815697511e..000000000000 --- a/projectroot/loader/entries/default.conf +++ /dev/null @@ -1,6 +0,0 @@ -title @TITLE@ -version @VERSION@ -options @CMDLINE@ -linux @KERNEL@ -@DEVICETREE@ -@LINUXAPPENDROOT@ -- 2.39.2