aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-microblaze/gdb
AgeCommit message (Collapse)Author
2016-07-17gdb-7.7.1.inc: Setup the SRC_URI to point to a specific tarballNathan Rossi
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>
2015-11-26Fix up use of '_append +='Nathan Rossi
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>
2015-04-17recipes-microblaze: Move all MicroBlaze appendsNathan Rossi
* Move recipes that are specifically for MicroBlaze support into the recipes-microblaze directory Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>