summaryrefslogtreecommitdiffstats
path: root/doc/user_manual.rst
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-07 06:45:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:33 +0200
commit3b42ee9d3adca8683a2e639661a50bc7b0db6e60 (patch)
treed375e7f42323e6311d3bbc88269f0ba9065ff810 /doc/user_manual.rst
parent9fec8ddfeb1128a34ab1cf09aff8bd998b96916d (diff)
downloadptxdist-3b42ee9d3adca8683a2e639661a50bc7b0db6e60.tar.gz
ptxdist-3b42ee9d3adca8683a2e639661a50bc7b0db6e60.tar.xz
doc: remove oselasTCNVendorPatchLevel variable
The toolchain version should contain the patch-level version in all cases so a separate variable is not needed. This fixes several instances where the toolchain version was used incorrectly without the patch-level version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc/user_manual.rst')
-rw-r--r--doc/user_manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user_manual.rst b/doc/user_manual.rst
index 353a6b2c6..f011edcd0 100644
--- a/doc/user_manual.rst
+++ b/doc/user_manual.rst
@@ -345,7 +345,7 @@ platforms to build for. In this case we want to build for the :
.. parsed-literal::
found and using toolchain:
- '/opt/OSELAS.Toolchain-\ |oselasTCNVendorVersion|\ |oselasTCNVendorPatchLevel|\ /\ |ptxdistCompilerName|\ /\
+ '/opt/OSELAS.Toolchain-\ |oselasTCNVendorVersion|\ /\ |ptxdistCompilerName|\ /\
|ptxdistCompilerVersion|\ /bin'
If it fails you can continue to select the toolchain manually as
@@ -376,7 +376,7 @@ for the target.
.. parsed-literal::
- $ ptxdist toolchain /opt/OSELAS.Toolchain-\ |oselasTCNVendorVersion|\ |oselasTCNVendorPatchLevel|\ /\ |ptxdistCompilerName|\ /\ |ptxdistCompilerVersion|\ /bin
+ $ ptxdist toolchain /opt/OSELAS.Toolchain-\ |oselasTCNVendorVersion|\ /\ |ptxdistCompilerName|\ /\ |ptxdistCompilerVersion|\ /bin
Building the Root Filesystem Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~