[OE-core] [PATCH] qemu: remove --with-gtkabi=3.0 configure flag

2019-02-05 Thread Chris Patterson
From: Chris Patterson Upstream dropped support for GTK2 (in v3.1.0) and this flag was dropped. Relevant upstream commit ID: 89d85cde75143325205e332dd97bf1bb8402d7c1 Signed-off-by: Chris Patterson --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OE-core] [PATCH] licence: Add license file CC-BY-SA-4.0

2018-11-30 Thread Chris Patterson
I was able to apply the patch and mbox found at: https://patchwork.openembedded.org/patch/156676/ However, I was unable to apply the mbox from this email directly, getting the same error as Ross. Whatever the issue is, patchwork seems to fix it. On Wed, Nov 28, 2018 at 11:49 AM Eric Chanudet wro

Re: [OE-core] [meta-oe][PATCH] strongswan: package up sbin debug files

2018-06-05 Thread Chris Patterson
(after looking at it again, I realize I misfired on the prefix tag and maintainer CC - will resend) On Tue, Jun 5, 2018 at 10:35 AM, Chris Patterson wrote: > ping :) > > On Fri, May 11, 2018 at 2:38 PM, Chris Patterson wrote: >> From: Chris Patterson >> >> Sig

Re: [OE-core] [meta-oe][PATCH] strongswan: package up sbin debug files

2018-06-05 Thread Chris Patterson
ping :) On Fri, May 11, 2018 at 2:38 PM, Chris Patterson wrote: > From: Chris Patterson > > Signed-off-by: Chris Patterson > --- > meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a

Re: [OE-core] [PATCH] qemu: add gettext to DEPENDS

2018-05-11 Thread Chris Patterson
On Fri, May 11, 2018 at 5:32 PM, Martin Jansa wrote: > On Fri, May 11, 2018 at 05:21:09PM -0400, Chris Patterson wrote: >> On Fri, May 11, 2018 at 3:10 PM, Christopher Larson >> wrote: >> > This is not a correct fix. We have a gettext bbclass for a reason. >> >

Re: [OE-core] [PATCH] qemu: add gettext to DEPENDS

2018-05-11 Thread Chris Patterson
On Fri, May 11, 2018 at 3:10 PM, Christopher Larson wrote: > This is not a correct fix. We have a gettext bbclass for a reason. > I did look at that prior to doing this. It was my initial approach, but inheriting gettext causes qemu build to fail when it modifies the EXTRA_OECONF options with th

[OE-core] [meta-oe][PATCH] strongswan: package up sbin debug files

2018-05-11 Thread Chris Patterson
From: Chris Patterson Signed-off-by: Chris Patterson --- meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb b/meta-networking/recipes-support

[OE-core] [PATCH v2] qemu: add gettext-native to DEPENDS

2018-05-11 Thread Chris Patterson
From: Chris Patterson Otherwise QEMU build may fail with missing `msgfmt` command. | make -C po install | GEN bg.mo | GEN tr.mo | GEN de_DE.mo | /bin/sh: msgfmt: command not found | /bin/sh: msgfmt: command not found Signed-off-by: Chris Patterson --- meta/recipes-devtools

[OE-core] [PATCH] qemu: add gettext to DEPENDS

2018-05-11 Thread Chris Patterson
From: Chris Patterson Otherwise QEMU build may fail with missing `msgfmt` command. | make -C po install | GEN bg.mo | GEN tr.mo | GEN de_DE.mo | /bin/sh: msgfmt: command not found | /bin/sh: msgfmt: command not found Signed-off-by: Chris Patterson --- meta/recipes-devtools

[OE-core] [PATCH v2] qemu: upgrade to 1.6.1

2013-11-02 Thread Chris Patterson
should now have a 0x1000 size with the proper path. Therefore, for nativesdk-qemu, the following patch should no longer be required and is also dropped: - relocatable_sdk.patch Signed-off-by: Chris Patterson --- meta/recipes-devtools/qemu/files/fdt_header.patch | 39 --- .../qemu/files

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-30 Thread Chris Patterson
On Tue, Oct 29, 2013 at 4:30 PM, Saul Wold wrote: > On 10/29/2013 01:20 PM, Chris Patterson wrote: > >> >> >> >> On Tue, Oct 29, 2013 at 3:27 AM, Laurentiu Palcu >> > <mailto:laurentiu.palcu@intel.**com>> >> wrote: >> >> H

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-29 Thread Chris Patterson
On Tue, Oct 29, 2013 at 3:27 AM, Laurentiu Palcu wrote: > Hi Chris, > > On Mon, Oct 28, 2013 at 07:54:51PM -0400, Chris Patterson wrote: > > > > I'm not terribly familiar with the nativesdk, and (foolishly) neglected > to test > > that. However, I lo

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-28 Thread Chris Patterson
s this issue. Cheers, Chris On Thu, Oct 24, 2013 at 4:48 AM, Saul Wold wrote: > On 10/15/2013 05:15 PM, Chris Patterson wrote: > >> This update also drops the following patches which appear to have been >> resolved upstream: >> - ftd_header.patch >>

[OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-15 Thread Chris Patterson
This update also drops the following patches which appear to have been resolved upstream: - ftd_header.patch - target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch - target-ppc_fix_bit_extraction.patch Signed-off-by: Chris Patterson --- meta/recipes-devtools/qemu/files/fdt_header.patch

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.0

2013-09-17 Thread Chris Patterson
Will do, thanks. On Tue, Sep 17, 2013 at 1:34 AM, Khem Raj wrote: > Hi Chris > > On Mon, Sep 16, 2013 at 6:26 PM, Chris Patterson wrote: > > This update also drops the following patches which appear to have been > resolved upstream: > > - ftd_header.patch > > - t

[OE-core] [PATCH] qemu: upgrade to 1.6.0

2013-09-16 Thread Chris Patterson
This update also drops the following patches which appear to have been resolved upstream: - ftd_header.patch - target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch Signed-off-by: Chris Patterson --- meta/recipes-devtools/qemu/files/fdt_header.patch | 39 --- ...-Fix-aflag-logic