Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \ |
| 2 | use with initramfs. It is deliberately written for small size, \ |
| 3 | minimal entaglement, and portability, not speed." |
| 4 | SECTION = "libs" |
| 5 | LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib" |
| 6 | LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b" |
| 7 | DEPENDS = "linux-libc-headers perl-native" |
| 8 | SRCREV = "4d19974d7020488f63651244e1f9f51727c3f66c" |
| 9 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git \ |
| 11 | ${ARMPATCHES} \ |
| 12 | file://klibc-linux-libc-dev.patch \ |
| 13 | file://staging.patch \ |
| 14 | file://klcc-consider-sysroot.patch \ |
| 15 | file://0001-dash-Specify-format-string-in-fmtstr.patch \ |
| 16 | file://0001-Define-in_-structs-for-non-glibc-system-libs.patch \ |
| 17 | file://0001-include-linux-sysinfo.h-directly.patch \ |
| 18 | file://0001-mkfifo-Implement-mkfifo.patch \ |
| 19 | file://0001-always-use-bfd-linker.patch \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 20 | file://0001-Kbuild.klibc-Use-print-libgcc-file-name-instead-of-p.patch \ |
| 21 | file://0001-Kbuild.klibc-Add-path-to-compiler-headers-via-isyste.patch \ |
| 22 | file://0001-arm-Do-not-set-a-fallback-march-and-mtune.patch \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 23 | " |
| 24 | |
| 25 | ARMPATCHES ?= "" |
| 26 | |
| 27 | ARMPATCHES_arm = "file://klibc-config-eabi.patch \ |
| 28 | file://armv4-fix-v4bx.patch \ |
| 29 | " |
| 30 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 31 | |
| 32 | S = "${WORKDIR}/git" |
| 33 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 34 | PARALLEL_MAKE = "" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 35 | EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ |
| 36 | 'CROSS_COMPILE=${TARGET_PREFIX}' \ |
| 37 | 'KLIBCKERNELSRC=${STAGING_DIR_TARGET}${exec_prefix}' \ |
| 38 | 'KLIBCLIBGCC=${STAGING_DIR_TARGET}${libdir}/${TARGET_SYS}/*/libgcc.a' \ |
| 39 | 'prefix=${exec_prefix}' \ |
| 40 | 'INSTALLROOT=${D}' \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 41 | 'INSTALLDIR=${libdir}/klibc' \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 42 | 'SHLIBDIR=${libdir}' \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 43 | '${KLIBCTHUMB}' \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 44 | 'KLIBCOPTFLAGS=${TUNE_CCARGS} -Os' \ |
| 45 | V=1 \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 46 | " |
| 47 | |
| 48 | export FIX_ARMV4_EABI_BX = "${FIX_V4BX}" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 49 | KLIBCTHUMB = "${@['CONFIG_KLIBC_THUMB=n', 'CONFIG_KLIBC_THUMB=y'][(d.getVar('ARM_INSTRUCTION_SET') == 'thumb')]}" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 50 | |
| 51 | do_configure () { |
| 52 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux |
| 53 | } |
| 54 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 55 | do_compile_prepend_toolchain-clang() { |
| 56 | sed -i -e 's#$(KLIBCROSS)gcc#$(KLIBCROSS)clang#g' ${S}/Makefile |
| 57 | } |
| 58 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 59 | INHIBIT_PACKAGE_STRIP = "1" |
| 60 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 61 | INSANE_SKIP_${PN} = "already-stripped" |
| 62 | INSANE_SKIP_libklibc-dev = "dev-elf" |
| 63 | KLIBC_ARCH = "${TARGET_ARCH}" |
| 64 | KLIBC_ARCH_aarch64 = "arm64" |
| 65 | KLIBC_ARCH_armeb = "arm" |
| 66 | KLIBC_ARCH_mipsel = "mips" |
| 67 | KLIBC_ARCH_x86 = "i386" |
| 68 | KLIBC_ARCH_x86-64 = "x86_64" |
| 69 | KLIBC_ARCH_powerpc = "ppc" |
| 70 | KLIBC_ARCH_powerpc64 = "ppc64" |
| 71 | THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 72 | |
| 73 | SECURITY_CFLAGS = "-fno-PIE -no-pie" |
| 74 | SECURITY_LDFLAGS = "-no-pie" |