From 397108ce8b60f2beb0967c255500abbfa82b0eff Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Wed, 27 Apr 2016 17:43:44 -0700 Subject: 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 Signed-off-by: Nathan Rossi --- docs/Toolchain | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/Toolchain (limited to 'docs') diff --git a/docs/Toolchain b/docs/Toolchain deleted file mode 100644 index 7e8d313b..00000000 --- a/docs/Toolchain +++ /dev/null @@ -1,15 +0,0 @@ - -Configuring External Toolchain -============================== - -In order to build with an external toolchain some additional configuration must -be set in the build environments local.conf. First configure the use of an -external toolchain, including the location to the toolchain: - - TCMODE = "external-xilinx" - EXTERNAL_TOOLCHAIN = "" - -WARNING: There is a known issue with the MicroBlaze Linux toolchain provided by -XSDK 2013.3 where certain shift instructions are not generated correctly, avoid -using this toolchain. Use the newer XSDK 2013.4 or PetaLinux 2013.10 toolchains. - -- cgit v1.2.3-54-g00ecf