summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2016-04-27 17:43:44 -0700
committerNathan Rossi <nathan@nathanrossi.com>2016-05-03 02:25:48 +1000
commit397108ce8b60f2beb0967c255500abbfa82b0eff (patch)
tree998a88e5e7ab40aca254d5e93fd3fa7fee3037ea /docs
parentca731fb52eaa75d9417190f458e88b3842ae99ff (diff)
downloadmeta-xilinx-397108ce8b60f2beb0967c255500abbfa82b0eff.tar.gz
external-xilinx-toolchain: Remove toolchain support
This patch removes the Xilinx SDK toolchain support in meta-xilinx BSP layer. A new distro layer called meta-petalinux will be available as of May 9th 2016. The recipes to support the Xilinx SDK toolchain will added to this distro layer. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Toolchain15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/Toolchain b/docs/Toolchain
deleted file mode 100644
index 7e8d313b..00000000
--- a/docs/Toolchain
+++ /dev/null
@@ -1,15 +0,0 @@
1
2Configuring External Toolchain
3==============================
4
5In order to build with an external toolchain some additional configuration must
6be set in the build environments local.conf. First configure the use of an
7external toolchain, including the location to the toolchain:
8
9 TCMODE = "external-xilinx"
10 EXTERNAL_TOOLCHAIN = "<path to toolchain>"
11
12WARNING: There is a known issue with the MicroBlaze Linux toolchain provided by
13XSDK 2013.3 where certain shift instructions are not generated correctly, avoid
14using this toolchain. Use the newer XSDK 2013.4 or PetaLinux 2013.10 toolchains.
15