From cdb96240626f4a4df1aa3f58f0e0fdeaf3bf6ec2 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Thu, 9 Jun 2016 11:56:04 +0200 Subject: Remove a less used feature of PTXdist Using variants is used very seldom. Ignore it for now. Signed-off-by: Juergen Borleis --- doc/conf.py | 2 -- doc/user_manual.rst | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'doc') 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 = "" @@ -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 -- cgit v1.2.3