summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
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 /doc/conf.py
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>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 0 insertions, 2 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