summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-09 11:56:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:39 +0200
commitcdb96240626f4a4df1aa3f58f0e0fdeaf3bf6ec2 (patch)
treef26fb03a6ce79b27aa1bc1b4c6bd4c0ddea4492e
parentf1549426d68556ef0ea952c67d2c9f6827ee9c64 (diff)
downloadptxdist-cdb96240626f4a4df1aa3f58f0e0fdeaf3bf6ec2.tar.gz
ptxdist-cdb96240626f4a4df1aa3f58f0e0fdeaf3bf6ec2.tar.xz
Remove a less used feature of PTXdist
Using variants is used very seldom. Ignore it for now. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-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