]> code.ossystems Code Review - openembedded-core.git/commit
newlib: Adds newlib and libgloss recipes
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Tue, 27 Mar 2018 00:20:25 +0000 (17:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2018 07:54:15 +0000 (08:54 +0100)
commitfe490ff829440b94124317759d856e2e2daf5047
treebdef2b03e3bcbd70142c71b388592da1e367437f
parentcec85a6fcadc24fd266fa34631cb095e0a773c1a
newlib: Adds newlib and libgloss recipes

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.

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
meta/recipes-core/newlib/libgloss/fix-rs6000-crt0.patch [new file with mode: 0644]
meta/recipes-core/newlib/libgloss/fix_makefile_include_arm_h.patch [new file with mode: 0644]
meta/recipes-core/newlib/libgloss_3.0.0.bb [new file with mode: 0644]
meta/recipes-core/newlib/newlib.inc [new file with mode: 0644]
meta/recipes-core/newlib/newlib_3.0.0.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-cross.inc