summaryrefslogtreecommitdiffstats
path: root/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* external-xilinx-toolchain: Remove toolchain supportManjukumar Matha2016-05-032-193/+0
| | | | | | | | | | 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>
* Fix up use of '_append +='Nathan Rossi2015-11-261-1/+1
| | | | | | | | | | | | The use of '_append' and '+=' together is considered bad practice within recipes. It is preferred to explicitly add the preceeding spaces where they are applicable instead of using the '+=' to achieve the same result. Change all the uses of '_append +=' to match the recommended pattern, adding in spaces where explicitly required. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* tcmode-external-xilinx.inc: Setup overrides for specific architectureNathan Rossi2015-05-051-2/+2
| | | | | | | * Setup the overrides for the SYSROOT and DBGROOT variables based on the microblazeel architecture instead of for MicroBlaze generically Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Fix up toolchain flagsNathan Rossi2015-03-131-0/+3
| | | | | | * Add the as-needed.inc to add the as-needed linker flag Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Fix version detection for gccDavid Holsgrove2014-12-301-2/+5
| | | | | | | * Account for blank line in gcc -v output Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Fix up PREFERRED_PROVIDER for glibcNathan Rossi2014-11-041-1/+1
| | | | | | * Switch default provider for glibc Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Enforce default hash styleNathan Rossi2014-06-191-0/+2
| | | | | | | | | | * Some packages do not correctly handle LDFLAGS, as such toolchains that do not by default use GNU_HASH for symbols generated are not built with the GNU_HASH which causes a QA issue. * Add the expected linker hash style to TARGET_CC_ARCH to enforce the specified hash style. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Fix namespace changeNathan Rossi2014-01-071-1/+1
| | | | | | * Fix bb.mkdirhier -> bb.utils.mkdirhier due to namespace change Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Created recipeNathan Rossi2013-09-032-0/+185
* Allows use of external Xilinx MicroBlaze and Zynq pre-built toolchains * Does not require additional layer dependencies * Updated documentation regarding external toolchain Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>