summaryrefslogtreecommitdiffstats
path: root/recipes-core/meta
Commit message (Collapse)AuthorAgeFilesLines
* external-xilinx-toolchain: Remove toolchain supportManjukumar Matha2016-05-032-173/+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>
* external-xilinx-toolchain.bb: Fix usage of getVar()Nathan Rossi2016-02-231-1/+1
| | | | | | getVar() has changed such that it now requires the expand argument. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* external-xilinx-toolchain: Fix up RDEPENDS for ldd and tzcodeNathan Rossi2014-11-041-0/+3
| | | | | | | * Fix-up RDEPENDS to resolve warning for 'ldd', 'tzcode'. Which REDEPEND on bash Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Buildfix due to eglibc -> glibcLiviu Gheorghisan2014-09-091-13/+13
| | | | | | | | | | | Changed all references of eglibc to glibc. This is required because eglibc was replaced by glibc in poky. ERROR: ParseError at /media/sdd1/fb/ligh/scm/master-enea/poky/ meta-xilinx/recipes-core/meta/external-xilinx-toolchain.bb:1: Could not include required file recipes-core/eglibc/eglibc-package.inc Signed-off-by: Liviu Gheorghisan <liviu.gheorghisan@enea.com>
* external-xilinx-toolchain: Add libatomic and libssp packagesNathan Rossi2014-07-101-4/+22
| | | | | | | * Add packages for libssp and libatomic which are provided by some Xilinx toolchains Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Update license checksumsNathan Rossi2014-01-071-4/+1
| | | | | | | * Remove ${COREBASE}/LICENSE, as this layer and recipe are only licensed under MIT Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Fix Parsing errorNathan Rossi2013-09-041-0/+7
| | | | | | * Fix Version Parsing error Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* external-xilinx-toolchain: Created recipeNathan Rossi2013-09-032-0/+148
* 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>