summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-03-09 14:13:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-03-10 12:38:07 +0100
commitd82210987aab0614d5a83c0cb924fe3fcd391b21 (patch)
tree2dc3a643663242cbb85ce3787335335f3f81c363
parent00d31655443b118b146d22dd3d36e9e21dfd526a (diff)
downloadptxdist-d82210987aab0614d5a83c0cb924fe3fcd391b21.tar.gz
ptxdist-d82210987aab0614d5a83c0cb924fe3fcd391b21.tar.xz
doc: dev_patching: remove outdated note about 'extract --git'
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 <rhi@pengutronix.de> Message-Id: <20230309131342.3717841-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/dev_patching.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/dev_patching.rst b/doc/dev_patching.rst
index a17983aa8..d2a261636 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-<name>/build-target/foo-1.1.0``),