summaryrefslogtreecommitdiffstats
path: root/recipes-microblaze
Commit message (Collapse)AuthorAgeFilesLines
* gdb-7.7.1.inc: Setup the SRC_URI to point to a specific tarballNathan Rossi2016-07-171-0/+1
| | | | | | | | This forces the recipe to use only the source from the target tarball, avoiding any of the patches or sources provided by the meta/ layer includes. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc-source_6.1.bbappend: Include MB patchManjukumar Matha2016-07-171-0/+7
| | | | | | | Patch GCC 6 for addi3 and subdi3 instruction definitions Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Remove this patch as it is no longer requiredManjukumar Matha2016-07-171-44/+0
| | | | | | | This patch is applied upstream, and no longer required Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Remove old references to GCC 4.9 and 5.3Manjukumar Matha2016-07-172-15/+0
| | | | | | | Remove older GCC support Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc-source_4.9: Backport MicroBlaze musl libc supportNathan Rossi2016-05-101-0/+7
| | | | | | | Backport the patch from GCC to handle musl libc for MicroBlaze, this patch sets up the correct path for ld. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc-source_5.3: Fix MicroBlaze musl libc supportNathan Rossi2016-01-062-0/+45
| | | | | | | Backport the patch from GCC to handle musl libc for MicroBlaze, this patch sets up the correct path for ld. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc: Update bbappend for GCC 5.3Nathan Rossi2015-12-281-0/+0
| | | | Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Fix up use of '_append +='Nathan Rossi2015-11-263-3/+3
| | | | | | | | | | | | 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>
* gcc_4.8: Drop appendsNathan Rossi2015-11-236-501/+0
| | | | | | * The recipe is no longer provided in oe-core Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc_5.2: Add patch to fix MicroBlaze 'adddi3' instruction issueNathan Rossi2015-11-122-0/+73
| | | | | | | | * This patch improves and fixes an issue with the MicroBlaze instruction definitions for 64-bit addition with immediate/constant operands. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc: Clean up bbappend, remove microblaze.incNathan Rossi2015-11-122-11/+11
| | | | | | | * Remove the microblaze.inc, this bbappend is already in the recipes-microblaze subdirectory Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* binutils: Update and drop patchesNathan Rossi2015-09-0211-482/+7
| | | | | | | | | | * Update recipe for minor 2.25 update in core * Drop any patches which are not upstream and are not required for a functional linux system * Use wildcard to make the recipe append to multiple versions of binutils Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc: Update patches for gcc 4.8.4Nathan Rossi2015-05-117-500/+0
| | | | | | * Remove patches that are available in gcc 4.8.4 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* qemu: Add 'microblaze' to QEMU_TARGETS for big endian QEMU machinesNathan Rossi2015-05-051-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* python: MicroBlaze override no longer requiredNathan Rossi2015-04-281-4/+0
| | | | | | | | * This override was added to the core-layer and is not required as a seperate bbappend. See the below commit id for more info: 4302cc20dbe0f0490a5e7b62baeb632322c40200 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* binutils: Update MicroBlaze recipes to binutils 2.25Nathan Rossi2015-04-285-1/+1
| | | | | | * Patches for MicroBlaze functionality only Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* recipes-microblaze: Move all MicroBlaze appendsNathan Rossi2015-04-1747-0/+4102
| | | | | | | * Move recipes that are specifically for MicroBlaze support into the recipes-microblaze directory Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* python: Add bbappend to fix issue with MicroBlazeNathan Rossi2015-04-091-0/+4
Python 2.7.9 introduces a change that causes issues with building the in tree libffi for MicroBlaze. To resolve this issue rely on the libffi built for the target instead of re-building an additional version just for Python. This change is only applied to MicroBlaze specifically. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>