On Tue, Feb 9, 2016 at 1:48 AM, Andrea Adami <[email protected]> wrote: > Keeping debian packaging-style we have a copy of klibc-xxx.so in libklibc-dev. > Wile there silence the warning about it being already stripped. > > NOTE: klcc in OE is used as cross-compiler so the packaging is tweaked and > there is no /bin/klcc for target (drifting from debian). > > Signed-off-by: Andrea Adami <[email protected]> > --- > meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc > b/meta-initramfs/recipes-devtools/klibc/klibc.inc > index a707ed5..654d9f1 100644 > --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc > +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc > @@ -38,6 +38,8 @@ do_configure () { > > INHIBIT_PACKAGE_STRIP = "1" > INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > +INSANE_SKIP_klibc += "already-stripped" > +INSANE_SKIP_libklibc-dev += "dev-elf" > KLIBC_ARCH = "${TARGET_ARCH}" > KLIBC_ARCH_aarch64 = "arm64" > KLIBC_ARCH_armeb = "arm" > -- > 1.9.1 >
Please discard this patch. I'm sending a more complete set fixing build for qemux86 with latest kernel. Thanks Andrea -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
