summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py2
-rw-r--r--doc/user_manual.rst4
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index b2c727a45..7941cfc09 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -118,7 +118,6 @@ ptxdistCompilerVersion = toolchain[-2]
ptxdistPlatformKernelRev = os.getenv("PTXCONF_KERNEL_VERSION") or "4.5"
ptxdistPlatformKernelRevNext = "4.6"
ptxdistPlatformName = "platform-" + os.getenv("PTXCONF_PLATFORM") or "versatilepb"
-ptxdistPlatformVariant = "\ "
ptxdistPlatformCollection = "\ "
ptxdistVendorVersion = os.getenv("PTXDIST_VERSION_YEAR") + "." + os.getenv("PTXDIST_VERSION_MONTH") + "." + os.getenv("PTXDIST_VERSION_BUGFIX")
package = "<package>"
@@ -142,7 +141,6 @@ replace_dict = {
b"|ptxdistPlatformKernelRev|": ptxdistPlatformKernelRev,
b"|ptxdistPlatformKernelRevNext|": ptxdistPlatformKernelRevNext,
b"|ptxdistPlatformName|": ptxdistPlatformName,
- b"|ptxdistPlatformVariant|": ptxdistPlatformVariant,
b"|ptxdistPlatformCollection|": ptxdistPlatformCollection,
b"|ptxdistVendorVersion|": ptxdistVendorVersion,
b"|package|": package
diff --git a/doc/user_manual.rst b/doc/user_manual.rst
index fe4ae1745..0ec387ec7 100644
--- a/doc/user_manual.rst
+++ b/doc/user_manual.rst
@@ -334,9 +334,9 @@ platforms to build for. In this case we want to build for the :
::
- $ ptxdist platform configs/|ptxdistPlatformName|/platformconfig|ptxdistPlatformVariant|
+ $ ptxdist platform configs/|ptxdistPlatformName|/platformconfig
info: selected platformconfig:
- 'configs/|ptxdistPlatformName|/platformconfig|ptxdistPlatformVariant|'
+ 'configs/|ptxdistPlatformName|/platformconfig'
.. note:: If you have installed the OSELAS.Toolchain() at its default
location, PTXdist should already have detected the proper toolchain