All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-initramfs][PATCH] klibc: silence QA Error about packaging
@ 2016-02-09  0:48 Andrea Adami
  2016-02-11 21:45 ` Andrea Adami
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Adami @ 2016-02-09  0:48 UTC (permalink / raw)
  To: openembedded-devel

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 <andrea.adami@gmail.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-initramfs][PATCH] klibc: silence QA Error about packaging
  2016-02-09  0:48 [meta-initramfs][PATCH] klibc: silence QA Error about packaging Andrea Adami
@ 2016-02-11 21:45 ` Andrea Adami
  0 siblings, 0 replies; 2+ messages in thread
From: Andrea Adami @ 2016-02-11 21:45 UTC (permalink / raw)
  To: openembeded-devel

On Tue, Feb 9, 2016 at 1:48 AM, Andrea Adami <andrea.adami@gmail.com> 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 <andrea.adami@gmail.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-11 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09  0:48 [meta-initramfs][PATCH] klibc: silence QA Error about packaging Andrea Adami
2016-02-11 21:45 ` Andrea Adami

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.