diff options
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 3f4758700..33be23c35 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -38,6 +38,7 @@ do_configure () { | |||
38 | 38 | ||
39 | INHIBIT_PACKAGE_STRIP = "1" | 39 | INHIBIT_PACKAGE_STRIP = "1" |
40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
41 | INSANE_SKIP_${PN} = "already-stripped" | ||
41 | INSANE_SKIP_libklibc-dev = "dev-elf" | 42 | INSANE_SKIP_libklibc-dev = "dev-elf" |
42 | KLIBC_ARCH = "${TARGET_ARCH}" | 43 | KLIBC_ARCH = "${TARGET_ARCH}" |
43 | KLIBC_ARCH_aarch64 = "arm64" | 44 | KLIBC_ARCH_aarch64 = "arm64" |