summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-microblaze/newlib
Commit message (Collapse)AuthorAgeFilesLines
* Move microblaze specific items to new meta-microblaze layerMark Hatle2020-08-1414-2580/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* libgloss, newlib: Upgrade version from 3.1 -> 3.3Sai Hari Chandana Kalluri2020-08-112-0/+0
| | | | | | Upgrade newlib and libgloss version from 3.1 to 3.3 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Correcting ':' placement for appending file pathsJaewon Lee2020-03-031-1/+1
| | | | | | | | | When appending file paths the ':' should be at the beginning of the path. The patched appending lines were still working because there was no paths added after the '__default:' Fixing typo to ensure no breakages later Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* newlib: Move microblaze supportMark Hatle2020-02-2714-0/+2580
meta-xilinx-standalone is only for baremetal work. Theoretically the newlib items can be used on other configurations, so move the microblaze newlib/libgloss work into meta-xilinx-bsp. This mirrors how other microblaze specific work has been handled. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>