summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/newlib/libgloss
Commit message (Collapse)AuthorAgeFilesLines
* newlib: Adds newlib and libgloss recipesAlejandro Enedino Hernandez Samaniego2018-06-152-0/+71
Newlib is a C library that is intended to be used on embedded systems. It is a conglomeration of several library parts, all under free software licenses that make them easily usable on embedded products. Newlib provides a C library alternative that can run on baremetal, mainly for resource constrained devices. Libgloss is the BSP part of the C library, which can be easily modified to port for new hardware platforms. (From OE-Core rev: fe490ff829440b94124317759d856e2e2daf5047) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>