summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx: Restructuring meta-xilinx to support multiple layersManjukumar Matha2017-12-133-88/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed previously on mailing list, we are proceeding with layer restructuring. For rocko release we will have the following layers meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-xilinx-contrib In the subsequent releases we will add other layers from Xilinx meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-petalinux ->meta-xilinx-tools ->meta-xilinx-contrib This will provide one clone to get all the required meta layers from Xilinx for a complete solution, and the users can blacklist any layer which they don't want to use using bblayer.conf. This will enables us to help our vendors/partners to add their reference designs, board definitions etc. Recipe changes : * Move reference design zybo-linux-bd.bb to meta-xilinx-contrib * Move kernel patches realted to zybo-linux-bd-zynq7 board to meta-xilinx-contrib * Update README Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* libgloss_2.5.0: Add libgloss recipeNathan Rossi2017-06-031-0/+18
| | | | | | | | | | | | Add a recipe for libgloss 2.5.0. This library is used to provide startup code, and IO for baremetal targets. This is used by newlib to provide a functional libc. This library is used by the Xilinx standalone libraries/applications. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Tested-by: Alistair Francis <alistair.francis@xilinx.com> Tested-by: Koteswararao Nayudu <kotin@xilinx.com>
* newlib_2.5.0: Add recipe for the newlib libcNathan Rossi2017-06-032-0/+70
| | | | | | | | | | Add a recipe for newlib version 2.5.0 which provides a libc for embedded targets. Specifically this is required for building programs using the Xilinx standalone drivers/applications. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Tested-by: Alistair Francis <alistair.francis@xilinx.com> Tested-by: Koteswararao Nayudu <kotin@xilinx.com>
* 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>
* coreutils: MicroBlaze specific define no longer requiredNathan Rossi2015-02-121-4/+0
| | | | | | * coreutils handles __ELF__ not being defined Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.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>
* coreutils: Fix build for microblazeNathan Rossi2014-05-201-0/+4
| | | | | | | | * microblaze does not correctly define __ELF__, coreutils is expecting it to be defined for ELF platforms. * Define __ELF__ in CPPFLAGS specifically for microblaze 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>
* util-linux: 2.23.2 contains submitted patchNathan Rossi2013-08-072-34/+0
| | | | | | * oe-core master has updated to use util-linux 2.23.2 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* util-linux: Update to match oe-core versionNathan Rossi2013-06-171-0/+0
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* util-linux: Replace local patch with submitted patchNathan Rossi2013-06-133-15/+30
| | | | | | * Initial MicroBlaze patch has been submitted up-stream Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* util-linux: Update to match oe-core versionNathan Rossi2013-06-041-0/+0
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Remove rootfs symlink generation.Sipke Vriend2013-05-222-18/+0
| | | | Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* gettext: Remove non-required overrideNathan Rossi2013-04-301-3/+0
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* util-linux: Updated for newer util-linux in oe-coreNathan Rossi2013-04-302-10/+7
| | | | | | * Updated patch, added upstream status Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Add creation of symlink uramdisk.image.gz which is default name for uboot ↵Sipke Vriend2013-04-292-0/+18
| | | | | | ramdisk image. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* sysvinit-inittab: Remove postinst package overrideNathan Rossi2013-04-091-21/+0
| | | | | | * This is not required for MicroBlaze/Zynq Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* ncurses: Remove recipe overrideNathan Rossi2013-04-092-49/+0
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* glib-2.0: Overrides no longer requiredNathan Rossi2013-03-191-23/+0
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* site/microblaze-common: Replaces manual overridesNathan Rossi2013-03-191-12/+12
| | | | | | * Updated for newest glib version Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* recipes: Updated recipes to match 'danny' versionsNathan Rossi2013-03-183-0/+21
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* strip out distro policy and workaroundsJohn Williams2013-03-141-25/+0
| | | | | | machine conf only in meta-xilinx Signed-off-by: John Williams <john.williams@xilinx.com>
* glib-2.0: Override microblaze(el) configurationNathan Rossi2012-11-011-0/+23
| | | | | | * Add support for building glib-2.0 for microblaze(el) Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* util-linux: Added patch to fix microblaze supportNathan Rossi2012-10-092-0/+22
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* ncurses: Added patch to add "microblazeel" support to config.subNathan Rossi2012-10-042-0/+49
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* image-tiny: Created a core image which is smallerNathan Rossi2012-09-271-0/+25
| | | | | | 'core-image-tiny' intends to be smaller then 'core-image-minimal'. Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>
* Added bbappends to fix gettext build issue.Nathan Rossi2012-09-271-0/+3
gettext does not recognised the -lpthread LDFLAG correctly during the configure stage. Force it to use -lpthread Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>