From 0071b9673743ee93ede97ce132bd898b0da13a0a Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 30 May 2017 21:01:59 +1000 Subject: libgloss_2.5.0: Add libgloss recipe Add a recipe for libgloss 2.5.0. This library is used to provide startup code, and IO for baremetal targets. This is used by newlib to provide a functional libc. This library is used by the Xilinx standalone libraries/applications. Signed-off-by: Nathan Rossi Tested-by: Alistair Francis Tested-by: Koteswararao Nayudu --- recipes-core/newlib/libgloss_2.5.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-core/newlib/libgloss_2.5.0.bb (limited to 'recipes-core') diff --git a/recipes-core/newlib/libgloss_2.5.0.bb b/recipes-core/newlib/libgloss_2.5.0.bb new file mode 100644 index 00000000..6fbafc1d --- /dev/null +++ b/recipes-core/newlib/libgloss_2.5.0.bb @@ -0,0 +1,18 @@ + +require newlib.inc + +DEPENDS += "newlib" + +do_configure() { + ${S}/libgloss/configure ${CONFIGUREOPTS} +} + +do_install_prepend() { + # install doesn't create this itself + install -d ${D}${prefix}/${TARGET_SYS}/lib +} + +FILES_${PN} += "${libdir}/*.ld ${libdir}/*.specs" + +INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -- cgit v1.2.3-54-g00ecf