summaryrefslogtreecommitdiffstats
path: root/recipes-microblaze/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Fix up use of '_append +='Nathan Rossi2015-11-261-1/+1
| | | | | | | | | | | | 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>
* recipes-microblaze: Move all MicroBlaze appendsNathan Rossi2015-04-1719-0/+2491
* Move recipes that are specifically for MicroBlaze support into the recipes-microblaze directory Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>