Re: [OE-core] [PATCH] toolchain-scripts: make rpm work in toolchain

2019-05-27 Thread Lei, Maohui
ping > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded- > core-boun...@lists.openembedded.org] On Behalf Of Lei, Maohui > Sent: Tuesday, May 14, 2019 2:31 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH]

[OE-core] [PATCH 5/5] lsbtest: add initscripts-functions as rconflict

2019-05-27 Thread changqing.li
From: Changqing Li lsbtest rdepend on lsb, lsb rdepend on lsbinitscripts, lsbinitscripts rconflict with initscripts-functions. so also add rconflict for this one. Signed-off-by: Changqing Li --- meta/recipes-extended/lsb/lsbtest_1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 3/5] bootchart2: add initscripts-functions as rconflict

2019-05-27 Thread changqing.li
From: Changqing Li bootchart2 rdepend on lsb, lsb rdepend on lsbinitscripts, lsbinitscripts rconflict with initscripts-functions. so also add rconflict for this one. Signed-off-by: Changqing Li --- meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb | 1 + 1 file changed, 1 insertion(+)

[OE-core] [PATCH 0/5] add rconflicts for serval packages

2019-05-27 Thread changqing.li
From: Changqing Li Changqing Li (5): connman: add networkmanager as rconflict dropbear: add openssh/openssh-sshd as rconflict bootchart2: add initscripts-functions as rconflict lsb: add initscripts-functions as rconflict lsbtest: add initscripts-functions as rconflict

[OE-core] [PATCH 2/5] dropbear: add openssh/openssh-sshd as rconflict

2019-05-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta/recipes-core/dropbear/dropbear.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 2537603..b74d186 100644 ---

[OE-core] [PATCH 4/5] lsb: add initscripts-functions as rconflict

2019-05-27 Thread changqing.li
From: Changqing Li lsb rdepend on lsbinitscripts, lsbinitscripts rconflict with initscripts-functions. so also add rconflict for this one. Signed-off-by: Changqing Li --- meta/recipes-extended/lsb/lsb_5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 1/5] connman: add networkmanager as rconflict

2019-05-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta/recipes-connectivity/connman/connman_1.37.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/connman/connman_1.37.bb b/meta/recipes-connectivity/connman/connman_1.37.bb index 1265032..00852bf 100644 ---

[OE-core] [PATCH] perl: Preserve attributes when applying cross files

2019-05-27 Thread Joshua Watt
The file attributes (specifically the timestamps) must be preserved when applying the cross files to have reproducible builds. Otherwise, the cross files get the timestamp from when they are copied in the do_unpack task, and the reproducible_build class uses this timestamp since it is the youngest

Re: [OE-core] [PATCH] vim: Move PACKAGECONFIG[gtkgui] from GTK 2 to GTK 3

2019-05-27 Thread Tom Rini
On Mon, May 27, 2019 at 11:39:17PM +0300, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk Reviewed-by: Tom Rini -- Tom -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH v2] Revert "pigz: pigz is not gzip"

2019-05-27 Thread Anuj Mittal
This reverts commit a54c59f2a24904daffe51582b6863eebd071db0d. The compatibility issues have since been resolved [1][2] and pigz 2.4 annoucement also states that this can be considered as a drop-in replacemment [3] now. [1]

Re: [OE-core] [PATCH 08/11] gstreamer1.0-vaapi: upgrade to version 1.16.0

2019-05-27 Thread Mittal, Anuj
Looks like this needs a dependency on wayland-scanner and wayland- protocols as well for this version? Error log from autobuilder: https://errors.yoctoproject.org/Errors/Details/247143/ Thanks Anuj On Sun, 2019-05-26 at 13:06 +0200, Carlos Rafael Giani wrote: > Signed-off-by: Philippe Normand

[OE-core] [PATCH] go: Remove INSANE_SKIP_* textrel that are now handled in go.bbclass

2019-05-27 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-devtools/go/go-dep_0.5.0.bb | 10 -- 1 file changed, 10 deletions(-) diff --git a/meta/recipes-devtools/go/go-dep_0.5.0.bb b/meta/recipes-devtools/go/go-dep_0.5.0.bb index cfc2186b31..a4d631f8ea 100644 ---

[OE-core] [PATCH] Remove Go 1.11

2019-05-27 Thread Adrian Bunk
There doesn't seem to be a reason to keep it in addition to 1.12 now. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/go/go-1.11.inc | 23 -- ...ow-CC-and-CXX-to-have-multiple-words.patch | 31 -- ...ent-based-hash-generation-less-pedan.patch | 218 --

[OE-core] [PATCH] vim: Move PACKAGECONFIG[gtkgui] from GTK 2 to GTK 3

2019-05-27 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-support/vim/vim.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 433f233448..5f9f3d79de 100644 --- a/meta/recipes-support/vim/vim.inc +++

[OE-core] [PATCH v3] bluez5: manage udev dependency with PACKAGECONFIG

2019-05-27 Thread David Frey
udev is an optional dependency of bluez5, so use PACKAGECONFIG to give users the ability to build bluez5 without udev support. Signed-off-by: David Frey --- meta/recipes-connectivity/bluez5/bluez5.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH v2] bluez5: remove udev dependency

2019-05-27 Thread David Frey
On 5/25/2019 8:51 AM, Burton, Ross wrote: > The commit message and the patch disagree: you're not removing the > udev dependency but allowing the user to remove it. > > A better message would be 'bluez5: allow udev dependency to be > disabled with PACKAGECONFIG' Thanks for your feedback. I will

Re: [OE-core] [PATCH 1/2] Revert "pigz: pigz is not gzip"

2019-05-27 Thread Adrian Bunk
On Mon, May 27, 2019 at 09:44:18PM +0800, Anuj Mittal wrote: > This reverts commit a54c59f2a24904daffe51582b6863eebd071db0d. >... > # Point this at the homepage in case /fossils/ isn't updated > +PROVIDES_class-native += "gzip-native" > + > UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/; >

Re: [OE-core] [PATCH] base.bbclass: add named SRCREVs to the sstate hash

2019-05-27 Thread Martin Jansa
Hi Michael, sorry I wasn't clear in the reply, I meant that it's easy to work around this issue, but it's error prone. Your patch does it automatically and I don't see any cases where we wouldn't want all the SRCREVs included in do_fetch signature, so I like your patch. +1 from me. Cheers, On

Re: [OE-core] [PATCH V2 1/4] pam_systemd: Include missing.h for secure_getenv

2019-05-27 Thread Khem Raj
ping^1 for the whole series .. On Wed, May 22, 2019 at 4:40 PM Khem Raj wrote: > > 'secure_getenv' api is not uniformly implemented across all C libraries > therefore its good to include missing.h so it can use the alternative > implementation where its not awvailable > > Fixes >

Re: [OE-core] [PATCH] base.bbclass: add named SRCREVs to the sstate hash

2019-05-27 Thread Michael.Ho
Hi Martin, It seems a little tricky though to need to know about the sstate hashing in order to use named source revisions and it could be a bit confusing that using a normal SRCREV doesn’t require any extra effort but named SRCREVs require additional lines of metadata. As you can see in the

Re: [OE-core] [PATCH] wic: bootimg-efi: add label source parameter

2019-05-27 Thread Richard Purdie
On Mon, 2019-05-27 at 09:26 +0800, chee.yang@intel.com wrote: > From: Chee Yang Lee > > Add new source parameter label to allow boot.conf/grub.cfg label option > to set as "install-efi", so far it's hardcoded to "Boot". > > The label remain to "Boot" for systemd-boot or blank for grub-efi

Re: [OE-core] [PATCH] nginx: fix kill path in nginx systemd unit file

2019-05-27 Thread nick83ola
Thanks (and sorry again) On Fri, 24 May 2019 at 17:27, akuster808 wrote: > > > > On 5/24/19 7:36 AM, Nicola Lunghi wrote: > > Signed-off-by: Nicola Lunghi > > --- > > meta-webserver/recipes-httpd/nginx/files/nginx.service | 2 +- > > meta-webserver/recipes-httpd/nginx/nginx.inc | 2

Re: [OE-core] [PATCH] base.bbclass: add named SRCREVs to the sstate hash

2019-05-27 Thread Martin Jansa
In those recipes which don't include SRCPV in PV (for whatever reason) we usually add them explicitly with: do_fetch[vardeps] += "SRCREV_common" it's not ideal as people sometimes forget about this. Good practice is to add this next to the SRCREV_FORMAT (if you set one, to clearly show which revs

[OE-core] [PATCH v2] base.bbclass: add named SRCREVs to the sstate hash

2019-05-27 Thread Michael Ho
Several fetchers support named sources that require setting a SRCREV with the source name as a suffix. These named SRCREV variables are not captured in the sstate hash calculation because they're only referenced within the bitbake fetcher function. Several recipes avoid this bug by adding the

Re: [OE-core] [PATCH] base.bbclass: add named SRCREVs to the sstate hash

2019-05-27 Thread Michael.Ho
Hi Christopher, Thank you for the feedback. Since SRCPV is not always enforced (correct me if I’m wrong), it seems easy to trip over this bug when just following the documentation on multiple named source uri’s (also if you purposely don’t want to include the secondary source revisions in the

[OE-core] [PATCH 1/2] Revert "pigz: pigz is not gzip"

2019-05-27 Thread Anuj Mittal
This reverts commit a54c59f2a24904daffe51582b6863eebd071db0d. The compatibility issues have since been resolved [1][2] and pigz 2.4 annoucement also states that this can be considered as a drop-in replacemment [3] now. [1]

[OE-core] [PATCH 2/2] Revert "image_types: use pigz to create .gz files"

2019-05-27 Thread Anuj Mittal
This reverts commit a559ffab30b7b45849ace023808c1fb20811d43d. This is not needed now that pigz has been marked as a drop-in replacement. Signed-off-by: Anuj Mittal --- meta/classes/image_types.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] libpam: Upgrade 1.3.0 -> 1.3.1

2019-05-27 Thread Adrian Bunk
ping Thanks Adrian On Mon, May 20, 2019 at 07:30:52PM +0300, Adrian Bunk wrote: > Remove patch applied upstream. > Upstream tarball location changed. > > Signed-off-by: Adrian Bunk > --- > ...libpam-xtests-remove-bash-dependency.patch | 226 -- > .../pam/{libpam_1.3.0.bb =>

Re: [OE-core] [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0

2019-05-27 Thread nick83ola
Done Thanks Nicola Lunghi On Fri, 24 May 2019 at 17:14, Randy MacLeod wrote: > > Nicola, > > Please re-send to: > openembedded-de...@lists.openembedded.org > rather than: > openembedded-core@lists.openembedded.org > > Did you read: >

Re: [OE-core] OE-Core status with gcc9

2019-05-27 Thread Khem Raj
On Sun, May 26, 2019 at 10:17 AM Khem Raj wrote: > > On Mon, May 13, 2019 at 8:39 PM Khem Raj wrote: > > > > On Sun, May 12, 2019 at 1:14 PM Khem Raj wrote: > > > > > > On Sun, May 12, 2019 at 6:21 AM Richard Purdie > > > wrote: > > > > > > > > I've run some tests and think we're now down to

[OE-core] [PATCH] musl: Upgrade to master tip

2019-05-27 Thread Khem Raj
Changes https://git.musl-libc.org/cgit/musl/log/?qt=range=65c8be380431eebe4d70d130bd38563f8df9a7d7..ac304227bb3ea1787d581f17d76a5f5f3abff51f Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] binutils: Workaround mips assembler crash on target

2019-05-27 Thread Khem Raj
assembler ends up crashing on target sometimes due to segfaults in libbfd, therefore avoid using -O2 for now Signed-off-by: Khem Raj --- meta/recipes-devtools/binutils/binutils_2.32.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/binutils/binutils_2.32.bb