[OE-core] pseudo FTBFS with recent glibc

2021-12-31 Thread Andrew Shadura
Hi, pseudo started failing to build from the source apparently after a glibc update [1] we had in Debian: In file included from pseudo_wrappers.c:46: ports/unix/guts/symlinkat.c: In function ‘wrap_symlinkat’: pseudo_client.h:14:65: error: ‘_STAT_VER’ undeclared (first use in this function)

Re: [OE-core] [PATCH v3 2/2] ghostscript: build and install libgs

2017-03-10 Thread Andrew Shadura
On 09/03/17 17:36, Burton, Ross wrote: > On 9 March 2017 at 14:31, Andrew Shadura <andrew.shad...@collabora.co.uk> > wrote: > >> Build and install libgs library, which is a build dependency >> of a few other libraries, such as libspectre. >> >> We don't wan

[OE-core] [PATCH v3 2/2] ghostscript: build and install libgs

2017-03-09 Thread Andrew Shadura
nstall. Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- meta/recipes-extended/ghostscript/ghostscript_9.20.bb | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/met

[OE-core] [PATCH v3 1/2] security_flags: disable -pie for ghostscript

2017-03-09 Thread Andrew Shadura
Otherwise ghostscript fails to build the libraries: relocation R_X86_64_PC32 against symbol `st_ttfInterpreter' can not be used when making a shared object; recompile with -fPIC Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- meta/conf/distro/include/security_flags.i

[OE-core] [PATCH v2] ghostscript: build and install libgs

2017-03-06 Thread Andrew Shadura
nstall. Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- meta/recipes-extended/ghostscript/ghostscript_9.20.bb | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/met

[OE-core] [PATCH] ghostscript: build and install libgs

2017-03-05 Thread Andrew Shadura
nstall. Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- meta/recipes-extended/ghostscript/ghostscript_9.19.bb | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/met

Re: [OE-core] [PATCH v2] u-boot: Update to 2016.05 release

2016-06-14 Thread Andrew Shadura
On 13/06/16 14:33, Burton, Ross wrote: > > On 10 June 2016 at 22:35, Andrew Shadura <andrew.shad...@collabora.co.uk > <mailto:andrew.shad...@collabora.co.uk>> wrote: > >> Is it something new in this version or is that something that's also >> been br

Re: [OE-core] [PATCH v2] u-boot: Update to 2016.05 release

2016-06-10 Thread Andrew Shadura
On 10/06/16 17:33, Burton, Ross wrote: > > On 7 June 2016 at 09:21, Andrew Shadura <andrew.shad...@collabora.co.uk > <mailto:andrew.shad...@collabora.co.uk>> wrote: > > Any news on this? It still hasn't been merged, even though the other > patch has been

Re: [OE-core] [PATCH v2] u-boot: Update to 2016.05 release

2016-06-07 Thread Andrew Shadura
On 27/05/16 16:00, Otavio Salvador wrote: > On Fri, May 27, 2016 at 10:58 AM, Andrew Shadura > <andrew.shad...@collabora.co.uk> wrote: >> > Upgrade U-Boot to the latest upstream version. >> > Add a patch to unbreak build on some toolchains. >> > >>

[OE-core] [PATCH v2] u-boot: Update to 2016.05 release

2016-05-27 Thread Andrew Shadura
Upgrade U-Boot to the latest upstream version. Add a patch to unbreak build on some toolchains. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- Changes since v1: * Fixes Upstream-Status of the patch. --- ...utils_2016.03.bb => u-boot-fw-utils_2016.05

Re: [OE-core] [PATCH] u-boot: Update to 2016.05 release

2016-05-27 Thread Andrew Shadura
On 27/05/16 15:53, Otavio Salvador wrote: >> +Upstream-Status: Inappropriate [comes from upstream's branch] > Is this a backport? If such, please fix the value. Oh, I didn't know that value exists. How about the yesterday's patch by the way? http://patchwork.openembedded.org/patch/123585/ --

[OE-core] [PATCH] u-boot: Update to 2016.05 release

2016-05-27 Thread Andrew Shadura
Upgrade U-Boot to the latest upstream version. Add a patch to unbreak build on some toolchains. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- ...utils_2016.03.bb => u-boot-fw-utils_2016.05.bb} | 4 +- ...kimage_2016.03.bb => u-boot-mkimage_2016.05.bb} | 4

[OE-core] [PATCH] u-boot: replace old-style shell syntax with the modern one

2016-05-26 Thread Andrew Shadura
Use "-n" operation instead of comparing with an "x"-ed empty string, use $(...) notation instead of the deprecated backticks. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- meta/recipes-bsp/u-boot/u-boot.inc | 60 +++-

[OE-core] [PATCH 1/2] dbus: use ${systemd_system_unitdir}

2016-02-02 Thread Andrew Shadura
Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- meta/recipes-core/dbus/dbus_1.10.6.bb | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_1.10.6.bb b/meta/recipes-core/dbus/dbus_1.10.6.bb index 5ba3f21..f

[OE-core] [PATCH 2/2] dbus: add user sessions support

2016-02-02 Thread Andrew Shadura
Enable the user-sessions support with a PACKAGECONFIG flag. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> --- meta/recipes-core/dbus/dbus_1.10.6.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH v2] cups: update systemd support

2016-01-08 Thread Andrew Shadura
On 08/01/16 16:34, Martin Jansa wrote: > On Wed, Dec 30, 2015 at 11:53:04AM +0100, Andrew Shadura wrote: >> > On 11/12/15 22:39, Burton, Ross wrote: >>> > > Sorry for the delay in looking at this. buildhistory-diff reports this: >>> > > >>> &g

Re: [OE-core] [PATCH v2] cups: update systemd support

2015-12-30 Thread Andrew Shadura
On 11/12/15 22:39, Burton, Ross wrote: > Sorry for the delay in looking at this. buildhistory-diff reports this: > > packages/corei7-64-poky-linux/cups/cups: FILELIST: removed > "/etc/rc2.d/S81cups /lib/systemd/system/cups.service /etc/rc5.d/S81cups > /etc/rc5.d/K36cups /etc/rc0.d/K36cups

Re: [OE-core] [PATCH 1/2] dbus: build with systemd support

2015-12-07 Thread Andrew Shadura
On 07/12/15 20:02, Patrick Ohly wrote: > On Fri, 2015-11-20 at 15:38 +0100, Andrew Shadura wrote: >> > It's good to have the extra functionality, such as seat support >> > provided with systemd support. Not least of all to support >> > systemd user-sessions. > Y

Re: [OE-core] [PATCH 2/2] dbus: add user sessions support

2015-11-24 Thread Andrew Shadura
On 24/11/15 15:03, Burton, Ross wrote: > On 20 November 2015 at 14:38, Andrew Shadura > <andrew.shad...@collabora.co.uk> wrote: > >>Enable the user-sessions support with a PACKAGECONFIG flag. > > What is the impact on this if someone is using systemd but doesn't wa

[OE-core] [PATCH v3 3/3] dbus: add apparmor support

2015-11-20 Thread Andrew Shadura
Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- meta/recipes-core/dbus/dbus_1.10.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/dbus/dbus_1.10.2.bb b/meta/recipes-core/dbus/dbus_1.10.2.bb index 9e24090..1abe067 100644 --- a/meta/recipes-cor

[OE-core] [PATCH v3 2/3] dbus: update the recipes to 1.10.2

2015-11-20 Thread Andrew Shadura
dbus 1.10.2 doesn't depend on dbus-glib anymore, so drop the dependency. Refresh python-config.patch. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> --- .../dbus/{dbus-test_1.8.20.bb => dbus-test_1.10.

[OE-core] [PATCH v3 1/3] dbus: merge .bb and .inc

2015-11-20 Thread Andrew Shadura
The split is no longer necessary, and only makes it more complicated to do changes in external layers. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> --- meta/recipes-core/dbus/dbus.inc

Re: [OE-core] [PATCH v2] cups: update systemd support

2015-11-20 Thread Andrew Shadura
On 26/10/15 23:33, Andrew Shadura wrote: > On 22/10/15 16:00, Andrew Shadura wrote: >> Add PACKAGECONFIG for systemd, enable it when systemd is enabled >> in DISTRO_FEATURES. Pass the correct path to systemd units, >> ensure they're installed into the package. > > Ro

[OE-core] [PATCH 1/2] dbus: build with systemd support

2015-11-20 Thread Andrew Shadura
by bitbake. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> --- meta/recipes-core/dbus/dbus_1.10.2.bb | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_

[OE-core] [PATCH 2/2] dbus: add user sessions support

2015-11-20 Thread Andrew Shadura
Enable the user-sessions support with a PACKAGECONFIG flag. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> Signed-off-by: Joshua Lock <joshua.l...@collabora.co.uk> --- meta/recipes-core/dbus/dbus_1.10.2.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)

Re: [OE-core] [PATCH 1/2] dbus: build with systemd support

2015-11-20 Thread Andrew Shadura
On 20/11/15 17:09, Jussi Kukkonen wrote: >> PACKAGECONFIG_class-native = "" >> PACKAGECONFIG_class-nativesdk = "" >> >> -# Would like to --enable-systemd but that's a circular > build-dependency between >> -# systemd<->dbus > > Has this issue been somehow resolved since the comment was added?

Re: [OE-core] [PATCH v2] cups: update systemd support

2015-11-02 Thread Andrew Shadura
On 22/10/15 16:00, Andrew Shadura wrote: > Add PACKAGECONFIG for systemd, enable it when systemd is enabled > in DISTRO_FEATURES. Pass the correct path to systemd units, > ensure they're installed into the package. > > Drop custom systemd unit files, use those shipped by the ups

Re: [OE-core] [PATCH] cups: explicitly configure with systemd when needed

2015-10-22 Thread Andrew Shadura
On 22 October 2015 12:59:13 CEST, "Burton, Ross" <ross.bur...@intel.com> wrote: >On 21 October 2015 at 18:41, Andrew Shadura ><andrew.shad...@collabora.co.uk> >wrote: > >> + ${systemd_system_unitdir} \ >> > >This isn't needed as sys

[OE-core] [PATCH v2] cups: update systemd support

2015-10-22 Thread Andrew Shadura
Add PACKAGECONFIG for systemd, enable it when systemd is enabled in DISTRO_FEATURES. Pass the correct path to systemd units, ensure they're installed into the package. Drop custom systemd unit files, use those shipped by the upstream instead. Signed-off-by: Andrew Shadura <andrew.s

[OE-core] [PATCH] cups: explicitly configure with systemd when needed

2015-10-21 Thread Andrew Shadura
Add PACKAGECONFIG for systemd, enable it when systemd is enabled in DISTRO_FEATURES. Pass the correct path to systemd units, ensure they're installed into the package. Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> --- I hope this patch will be merged before jethro is re

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-10-09 Thread Andrew Shadura
Hi, I just wanted to comment on this patch pulled with the recipe: > +From 74152ac74a3e1ea0f3be292aa1eeca5ad1fe69c0 Mon Sep 17 00:00:00 2001 > +From: Paul Gortmaker > +Date: Wed, 6 Aug 2014 15:12:11 -0400 > +Subject: [PATCH 2/2] inet[6].defn: fix inverted checks

Re: [OE-core] [PATCH v2 1/7] dbus: merge .bb and .inc

2015-09-29 Thread Andrew Shadura
Hi all, There hasn't been anything on this for two weeks already, has anyone considered merging these patches? -- Cheers, Andrew signature.asc Description: OpenPGP digital signature -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH v2 1/7] dbus: merge .bb and .inc

2015-09-29 Thread Andrew Shadura
On 29/09/15 16:41, Burton, Ross wrote: > On 29 September 2015 at 13:39, Andrew Shadura > <andrew.shad...@collabora.co.uk <mailto:andrew.shad...@collabora.co.uk>> > wrote: > >>There hasn't been anything on this for two weeks already, has anyone >>consid

Re: [OE-core] [PATCH v2 1/7] dbus: merge .bb and .inc

2015-09-29 Thread Andrew Shadura
On 29/09/15 16:50, Richard Purdie wrote: > On Tue, 2015-09-29 at 15:41 +0100, Burton, Ross wrote: >> > On 29 September 2015 at 13:39, Andrew Shadura >> > <andrew.shad...@collabora.co.uk> wrote: >> >>There hasn't been anything on this for two

Re: [OE-core] [PATCH v3 1/2] dbus: add user sessions support

2015-09-15 Thread Andrew Shadura
On 15/09/15 13:36, Tanu Kaskinen wrote: > I think user-session should be enabled by default when systemd is in > DISTRO_FEATURES. Some services, e.g. PulseAudio, can fully enable their > systemd integration only if dbus is compiled with --enable-user > -session. I think so too, but I think it's

[OE-core] [PATCH v3 1/2] dbus: add user sessions support

2015-09-14 Thread Andrew Shadura
--- meta/recipes-core/dbus/dbus_1.10.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb index 31cbef0..e099f4b 100644 --- a/meta/recipes-core/dbus/dbus_1.10.0.bb +++

[OE-core] [PATCH v3 2/2] dbus: build with systemd support

2015-09-14 Thread Andrew Shadura
--- meta/recipes-core/dbus/dbus_1.10.0.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb index e099f4b..a2bb493 100644 --- a/meta/recipes-core/dbus/dbus_1.10.0.bb +++

[OE-core] [PATCH v2 1/7] dbus: merge .bb and .inc

2015-09-14 Thread Andrew Shadura
The split is no longer necessary, and only makes it more complicated to do changes in external layers. --- meta/recipes-core/dbus/dbus.inc | 170 - meta/recipes-core/dbus/dbus_1.8.20.bb | 171 +- 2 files changed, 170

[OE-core] [PATCH v2 4/7] systemd: don't build against dbus unless required

2015-09-14 Thread Andrew Shadura
Modern systemd doesn't need dbus libraries normally, as it ships with its own dbus library. This is required to proceed with systemd support in dbus, as otherwise dependency loops occur. --- meta/recipes-core/systemd/systemd_225.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH v2 5/7] systemd: add gnuefi package configuration option, switched off by default

2015-09-14 Thread Andrew Shadura
--- meta/recipes-core/systemd/systemd_225.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 5751bea..942f6ce 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++

[OE-core] [PATCH v2 2/7] dbus: update the recipes to 1.10.0

2015-09-14 Thread Andrew Shadura
-6,19 +6,20 @@ Disable the python module check for cross compiling. Upstream-Status: Inappropriate [oe specific] Signed-off-by: Mark Hatle <mark.ha...@windriver.com> +Signed-off-by: Andrew Shadura <andrew.shad...@collabora.co.uk> dbus-1.6.8/configure.ac.orig 2013-07-11

[OE-core] [PATCH v2 7/7] dbus: build with systemd support

2015-09-14 Thread Andrew Shadura
--- meta/recipes-core/dbus/dbus_1.10.0.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb index 58210f4..d2bea13 100644 --- a/meta/recipes-core/dbus/dbus_1.10.0.bb +++

[OE-core] [PATCH v2 3/7] dbus: add apparmor support

2015-09-14 Thread Andrew Shadura
--- meta/recipes-core/dbus/dbus_1.10.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb index cbfdf05..31cbef0 100644 --- a/meta/recipes-core/dbus/dbus_1.10.0.bb +++ b/meta/recipes-core/dbus/dbus_1.10.0.bb @@

[OE-core] [PATCH v2 6/7] dbus: add user sessions support

2015-09-14 Thread Andrew Shadura
--- meta/recipes-core/dbus/dbus_1.10.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb index 31cbef0..58210f4 100644 --- a/meta/recipes-core/dbus/dbus_1.10.0.bb +++

Re: [OE-core] [PATCH 1/3] dbus: merge .bb and .inc

2015-08-28 Thread Andrew Shadura
On 28/08/15 05:53, Khem Raj wrote: On Thu, Aug 27, 2015 at 2:12 AM, Andrew Shadura andrew.shad...@collabora.co.uk wrote: The split is no longer necessary, and only makes it more complicated to do changes in external layers. Signed-off-by: Andrew Shadura andrew.shad...@collabora.co.uk

Re: [OE-core] [PATCH 1/3] dbus: merge .bb and .inc

2015-08-28 Thread Andrew Shadura
Hello again, By the way, Khem, what's new about your systemd update patches? I have more patches for dbus recipe, but they depend on a newer systemd, so I don't send them in yet. -- Cheers, Andrew signature.asc Description: OpenPGP digital signature --

Re: [OE-core] [PATCH 1/3] dbus: merge .bb and .inc

2015-08-28 Thread Andrew Shadura
On 28/08/15 16:23, Khem Raj wrote: On Fri, Aug 28, 2015 at 5:22 AM, Andrew Shadura andrew.shad...@collabora.co.uk wrote: can you send patch generated with -M 1 Gives me exact same patch, hmm. try -C No changes. -- Cheers, Andrew

Re: [OE-core] [PATCH 2/3] dbus: update the recipes to 1.10.0

2015-08-27 Thread Andrew Shadura
that patch. -- Cheers, Andrew From 863fb3ce148485e3838b68fc5bb1531465ac37bb Mon Sep 17 00:00:00 2001 From: Andrew Shadura andrew.shad...@collabora.co.uk Date: Wed, 29 Jul 2015 16:00:37 +0100 Subject: [PATCH 2/3] dbus: update the recipes to 1.10.0 Signed-off-by: Andrew Shadura andrew.shad

[OE-core] [PATCH 1/3] dbus: merge .bb and .inc

2015-08-27 Thread Andrew Shadura
The split is no longer necessary, and only makes it more complicated to do changes in external layers. Signed-off-by: Andrew Shadura andrew.shad...@collabora.co.uk --- meta/recipes-core/dbus/dbus.inc | 170 - meta/recipes-core/dbus/dbus_1.8.20.bb | 171

[OE-core] [PATCH 2/3] dbus: update the recipes to 1.10.0

2015-08-27 Thread Andrew Shadura
Signed-off-by: Andrew Shadura andrew.shad...@collabora.co.uk --- meta/recipes-core/dbus/dbus-test_1.10.0.bb | 61 meta/recipes-core/dbus/dbus-test_1.8.20.bb | 61 meta/recipes-core/dbus/dbus/python-config.patch | 13 +- meta/recipes-core/dbus/dbus_1.10.0.bb

[OE-core] [PATCH 3/3] dbus: add apparmor support

2015-08-27 Thread Andrew Shadura
Signed-off-by: Andrew Shadura andrew.shad...@collabora.co.uk --- meta/recipes-core/dbus/dbus_1.10.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb index cbfdf05..31cbef0 100644 --- a/meta/recipes-core/dbus