All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mingw: Remove 'nativesdk-glibc-utils' for windows sdk
@ 2021-03-08 21:42 anmolbir.mann
  2021-03-09 16:50 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: anmolbir.mann @ 2021-03-08 21:42 UTC (permalink / raw)
  To: openembedded-core

From: amann <anmolbir.mann@windriver.com>

Certain recipes require the "glibc-utils" recipe to include Glibc utility tools.
However, the native version is incompatible with the Windows host, and thus these
recipes will cause the Windows SDK to fail to build, particularly the kernel
development recipes.

[YOCTO #14286]

Signed-off-by: amann <anmolbir.mann@windriver.com>
Signed-off-by: dreyna <david.reyna@windriver.com>
---
 conf/machine-sdk/include/mingw32-common.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc
index bc6c91e..0109e75 100644
--- a/conf/machine-sdk/include/mingw32-common.inc
+++ b/conf/machine-sdk/include/mingw32-common.inc
@@ -24,6 +24,7 @@ SDK_PACKAGING_FUNC = "do_compile"
 SDKUSE_NLS = "no"
 SDKIMAGE_LINGUAS = ""
 SDK_DEPENDS_remove = "nativesdk-glibc-locale"
+SDK_DEPENDS_remove = "nativesdk-glibc-utils"
 
 SDKPKGSUFFIX = "nativesdk-mingw32"
 
-- 
2.25.1


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

* Re: [OE-core] [PATCH] mingw: Remove 'nativesdk-glibc-utils' for windows sdk
  2021-03-08 21:42 [PATCH] mingw: Remove 'nativesdk-glibc-utils' for windows sdk anmolbir.mann
@ 2021-03-09 16:50 ` Richard Purdie
  2021-03-09 18:40   ` Joshua Watt
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2021-03-09 16:50 UTC (permalink / raw)
  To: Anmolbir Mann, openembedded-core; +Cc: Joshua Watt

On Mon, 2021-03-08 at 13:42 -0800, Anmolbir Mann wrote:
> From: amann <anmolbir.mann@windriver.com>
> 
> Certain recipes require the "glibc-utils" recipe to include Glibc utility tools.
> However, the native version is incompatible with the Windows host, and thus these
> recipes will cause the Windows SDK to fail to build, particularly the kernel
> development recipes.
> 
> [YOCTO #14286]
> 
> Signed-off-by: amann <anmolbir.mann@windriver.com>
> Signed-off-by: dreyna <david.reyna@windriver.com>
> ---
>  conf/machine-sdk/include/mingw32-common.inc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc
> index bc6c91e..0109e75 100644
> --- a/conf/machine-sdk/include/mingw32-common.inc
> +++ b/conf/machine-sdk/include/mingw32-common.inc
> @@ -24,6 +24,7 @@ SDK_PACKAGING_FUNC = "do_compile"
>  SDKUSE_NLS = "no"
>  SDKIMAGE_LINGUAS = ""
>  SDK_DEPENDS_remove = "nativesdk-glibc-locale"
> +SDK_DEPENDS_remove = "nativesdk-glibc-utils"
>  
> 
>  SDKPKGSUFFIX = "nativesdk-mingw32"
>  

I think meta-mingw patches need to go to the yocto mailing list with
[meta-mingw] in the subject.

Cheers,

Richard


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

* Re: [OE-core] [PATCH] mingw: Remove 'nativesdk-glibc-utils' for windows sdk
  2021-03-09 16:50 ` [OE-core] " Richard Purdie
@ 2021-03-09 18:40   ` Joshua Watt
  0 siblings, 0 replies; 3+ messages in thread
From: Joshua Watt @ 2021-03-09 18:40 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Anmolbir Mann, OE-core

On Tue, Mar 9, 2021 at 10:50 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Mon, 2021-03-08 at 13:42 -0800, Anmolbir Mann wrote:
> > From: amann <anmolbir.mann@windriver.com>
> >
> > Certain recipes require the "glibc-utils" recipe to include Glibc utility tools.
> > However, the native version is incompatible with the Windows host, and thus these
> > recipes will cause the Windows SDK to fail to build, particularly the kernel
> > development recipes.
> >
> > [YOCTO #14286]
> >
> > Signed-off-by: amann <anmolbir.mann@windriver.com>
> > Signed-off-by: dreyna <david.reyna@windriver.com>
> > ---
> >  conf/machine-sdk/include/mingw32-common.inc | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc
> > index bc6c91e..0109e75 100644
> > --- a/conf/machine-sdk/include/mingw32-common.inc
> > +++ b/conf/machine-sdk/include/mingw32-common.inc
> > @@ -24,6 +24,7 @@ SDK_PACKAGING_FUNC = "do_compile"
> >  SDKUSE_NLS = "no"
> >  SDKIMAGE_LINGUAS = ""
> >  SDK_DEPENDS_remove = "nativesdk-glibc-locale"
> > +SDK_DEPENDS_remove = "nativesdk-glibc-utils"
> >
> >
> >  SDKPKGSUFFIX = "nativesdk-mingw32"
> >
>
> I think meta-mingw patches need to go to the yocto mailing list with
> [meta-mingw] in the subject.

Thanks Richard.

I pushed this to master-next for testing.

>
> Cheers,
>
> Richard
>

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

end of thread, other threads:[~2021-03-09 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 21:42 [PATCH] mingw: Remove 'nativesdk-glibc-utils' for windows sdk anmolbir.mann
2021-03-09 16:50 ` [OE-core] " Richard Purdie
2021-03-09 18:40   ` Joshua Watt

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.