summaryrefslogtreecommitdiffstats
path: root/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* 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>