summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-10 11:55:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:40 +0200
commit9099868cc2ba9a698156a9e8395fe0e07fc64ff1 (patch)
treee6bcc18e10fc41bc24f3bc7a7bf92bfe3708a888
parentcdb96240626f4a4df1aa3f58f0e0fdeaf3bf6ec2 (diff)
downloadptxdist-9099868cc2ba9a698156a9e8395fe0e07fc64ff1.tar.gz
ptxdist-9099868cc2ba9a698156a9e8395fe0e07fc64ff1.tar.xz
This is BSP specific and not PTXdist related
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--doc/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 7941cfc09..7ef33f81a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -115,8 +115,6 @@ oselasToolchainName = toolchain[-3] + "_" + re.sub(r"-([a-z])",r"_\1", toolchain
ptxdistBSPName = "OSELAS.BSP-" + os.getenv("PTXCONF_PROJECT_VENDOR") + "-" + os.getenv("PTXCONF_PROJECT", "") + os.getenv("PTXCONF_PROJECT_VERSION", "")
ptxdistCompilerName = gnu_target
ptxdistCompilerVersion = toolchain[-2]
-ptxdistPlatformKernelRev = os.getenv("PTXCONF_KERNEL_VERSION") or "4.5"
-ptxdistPlatformKernelRevNext = "4.6"
ptxdistPlatformName = "platform-" + os.getenv("PTXCONF_PLATFORM") or "versatilepb"
ptxdistPlatformCollection = "\ "
ptxdistVendorVersion = os.getenv("PTXDIST_VERSION_YEAR") + "." + os.getenv("PTXDIST_VERSION_MONTH") + "." + os.getenv("PTXDIST_VERSION_BUGFIX")
@@ -138,8 +136,6 @@ replace_dict = {
b"|ptxdistBSPName|": ptxdistBSPName,
b"|ptxdistCompilerName|": ptxdistCompilerName,
b"|ptxdistCompilerVersion|": ptxdistCompilerVersion,
- b"|ptxdistPlatformKernelRev|": ptxdistPlatformKernelRev,
- b"|ptxdistPlatformKernelRevNext|": ptxdistPlatformKernelRevNext,
b"|ptxdistPlatformName|": ptxdistPlatformName,
b"|ptxdistPlatformCollection|": ptxdistPlatformCollection,
b"|ptxdistVendorVersion|": ptxdistVendorVersion,