summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* meta-microblaze: xz: Add bbappend, microblaze does not support versioned symbolsMark Hatle2023-04-121-0/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: Remove grep bbappendMark Hatle2023-04-122-15/+0
| | | | | | Change is now upstream and no longer needed. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: Remove diffutils bbappendMark Hatle2023-04-102-15/+0
| | | | | | Change is no longer needed, now upstream. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Revert "ltp: Disable ltp gdb dependency only on Microblaze"Mark Hatle2022-11-101-2/+0
| | | | | | This reverts commit a88a734282fb007f81e0d8e365eccfc7d8a375e3. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* ltp: Disable ltp gdb dependency only on MicroblazeMark Hatle2022-09-211-0/+2
| | | | | | | On-target gdb does not work on microblaze, disable the dependency. This may affect certain ltp test cases. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-microblaze: zstd: Move bbappend to apply to all 1.5.x versionsMark Hatle2022-08-311-0/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* meta-microblaze: gdb is now availableMark Hatle2022-07-281-2/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* ltp: Disable ltp gdb dependency only on MicroblazeMark Hatle2022-03-281-0/+2
| | | | | | | On-target gdb does not work on microblaze, disable the dependency. This may affect certain ltp test cases. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* microblaze m4/diffutils/grep: Add stack direction info to m4 macrosMark Hatle2022-01-144-0/+30
| | | | | | | | | | | | These tools require knowledge of the stack direction, since we are cross compiling they are unable to detect the stack growth direction so it must be defined in the m4 macro. It turns out the direction was already set, but defined as 'microblaze' instead of 'microblaze*' which caused problems on little endian. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* zstd: Add libatomic for linkingMark Hatle2021-10-251-0/+2
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>