summaryrefslogtreecommitdiffstats
path: root/doc/dev_manual.rst
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 11:35:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:58 +0200
commit7906f37d9c7914037da1e2cfaa69955b1a22c5e8 (patch)
tree1bc5f4e702a83c9304230558a3b5759d77c3714c /doc/dev_manual.rst
parent185c2bebaa1686f2faacca62fca24be1c6909163 (diff)
downloadptxdist-7906f37d9c7914037da1e2cfaa69955b1a22c5e8.tar.gz
ptxdist-7906f37d9c7914037da1e2cfaa69955b1a22c5e8.tar.xz
docs: use better variable name for the platform config directory
The directory containing the platformconfig is called platformconfigdir in ptxdist. Name the variable accordingly and set the default value correctly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc/dev_manual.rst')
-rw-r--r--doc/dev_manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index 70099b266..4bd22be1b 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -67,7 +67,7 @@ package in question.
One location is the project’s currently used platform directory. If the
currently used platform is located in ``configs/``, PTXdist searches in
-./configs/|ptxdistPlatformName|/patches/<package name>
+./configs/|ptxdistPlatformConfigDir|/patches/<package name>
If no patch series was found in the platform directory, the next
location PTXdist it searches for a patch series is the main project
@@ -1098,7 +1098,7 @@ for patches in:
#. project (``./patches/foo-1.1.0``)
-#. platform (``./configs/|ptxdistPlatformName|/patches/foo-1.1.0``)
+#. platform (``./configs/|ptxdistPlatformConfigDir|/patches/foo-1.1.0``)
#. ptxdist (``<ptxdist/installation/path>/patches/foo-1.1.0``)