From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 09 Mar 2023 14:14:24 +0100 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 1paG6B-00EsRk-Ig for lore@lore.pengutronix.de; Thu, 09 Mar 2023 14:14:24 +0100 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 1paG6B-0004Nm-PX; Thu, 09 Mar 2023 14:14:23 +0100 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 1paG5j-0004NV-2B; Thu, 09 Mar 2023 14:13:55 +0100 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 1paG5i-002xee-ED; Thu, 09 Mar 2023 14:13:54 +0100 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1paG5h-00FbCA-Mr; Thu, 09 Mar 2023 14:13:53 +0100 From: Roland Hieber To: ptxdist@pengutronix.de Date: Thu, 9 Mar 2023 14:13:43 +0100 Message-Id: <20230309131342.3717841-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] doc: dev_patching: remove outdated note about 'extract --git' X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Such problems should no longer occur since commit 48f2895f519004d9fa4a (2023-03-03, Michael Olbrich: "ptxd_make_world_init: make sure git from 'ptxdist --git extract ...' is ignored"). Signed-off-by: Roland Hieber --- doc/dev_patching.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/dev_patching.rst b/doc/dev_patching.rst index a17983aa826a..d2a261636a02 100644 --- a/doc/dev_patching.rst +++ b/doc/dev_patching.rst @@ -127,9 +127,6 @@ and import the package source as the first commit. .. note:: Optionally, you can enable the setting *Developer Options → use git to apply patches* in `ptxdist setup` to get this behaviour as a default for every package. - However, note that this setting is meant for development only, and can lead - to failures – some packages try to determine if they are being compiled from - a Git source tree, and behave differently in that case. Then you can change into the package build directory (``platform-/build-target/foo-1.1.0``), -- 2.30.2