Re: [OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Jamaluddin, Khairul Rohaizzat
My apologies for the mistake earlier.. I didn’t notice it was sent in that format.. Thank you & Kind regards, Khairul From: openembedded-core@lists.openembedded.org On Behalf Of Alexander Kanavin Sent: Tuesday, December 15, 2020 8:38 PM To: Jamaluddin, Khairul Rohaizzat Cc: OE-core Subject:

[OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin update version to 1.1.1i openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971) updates include fix for CVE: CVE-2020-1971 Signed-off-by: Khairul Rohaizzat Jamaluddin --- .../openssl/{openssl_1.1.1h.bb => openssl_1.1.1i.bb}

Re: [OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Alexander Kanavin
Please set up git so that it detects file renames - the patch is impossible to review. Alex On Tue, 15 Dec 2020 at 12:48, Jamaluddin, Khairul Rohaizzat < khairul.rohaizzat.jamalud...@intel.com> wrote: > From: Khairul Rohaizzat Jamaluddin > > > update version to 1.1.1i > > openssl 1.1.1i Fixed

[OE-core] [meta-oe][PATCH v2] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
Allow to include whether we want sudo, visudo, sudoreplay or cvtsudoers tools. Signed-off-by: Sinan Kaya --- meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 24 +- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb

Re: [OE-core] How to create a directory in multiple packages?

2020-12-15 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Mark Hatle > Sent: den 15 december 2020 02:02 > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] How to create a directory in multiple packages? > > On

[OE-core] Yocto Project Status WW50'20

2020-12-15 Thread Stephen Jolley
Current Dev Position: YP 3.3 M2 development Next Deadline: 18th January 2021 YP 3.3 M2 build Next Team Meetings: * Bug Triage meeting Thursday Dec. 17th at 7:30am PDT (

Re: [OE-core] [PATCH] gcc: Add patch to resolve i*86 tune configuration overrides

2020-12-15 Thread Khem Raj
On 12/15/20 12:34 AM, Nathan Rossi wrote: When compiling gcc-runtime for i686 libatomic, libgomp and libitm are compiled with additional '-march' and '-mtune' overrides. This typically does not cause build errors (e.g. core2-32 tune), and results in less optimally tuned outputs. However with

[OE-core] Canceled: OpenEmbedded Happy Hour December 30

2020-12-15 Thread Denys Dmytriyenko
All, FYI, our OpenEmbedded Happy Hour is being canceled for December 30 due to the Holiday season. We will resume the normal schedule in January. Thank you and Happy Holidays! -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5

[OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
Allow to include whether we want sudo, visudo, sudoreplay or cvtsudoers tools. Signed-off-by: Sinan Kaya --- meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 24 +- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb

Re: [OE-core] [SDK] How to use the gold linker

2020-12-15 Thread Khem Raj
On 12/15/20 8:50 AM, Christopher Larson wrote: This can be fixed via two changes, first removing real-ld, then adding the missing links to fix -fuse-ld=. I have this in one of my not-yet-submitted bbappends:     # Remove real-ld, as it prevents checking for ld or gold in the search path

Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Bruce Ashfield
On Tue, Dec 15, 2020 at 2:54 PM Sinan Kaya wrote: > > On 12/15/2020 2:44 PM, Bruce Ashfield wrote: > >> -FILES_${PN} += "${nonarch_libdir}/tmpfiles.d" > > I don't see this maintained in the split of changes below, why was it > > dropped ? > > > > I'll fix that. I thought ${libdir} would cover it

Re: [OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Alexander Kanavin
Thanks, looks much better :) Alex On Tue, 15 Dec 2020 at 13:26, Jamaluddin, Khairul Rohaizzat < khairul.rohaizzat.jamalud...@intel.com> wrote: > From: Khairul Rohaizzat Jamaluddin > > > update version to 1.1.1i > > openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971) > >

Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
On 12/15/2020 2:44 PM, Bruce Ashfield wrote: >> -FILES_${PN} += "${nonarch_libdir}/tmpfiles.d" > I don't see this maintained in the split of changes below, why was it dropped > ? > I'll fix that. I thought ${libdir} would cover it but apparently it does not. >> FILES_${PN}-dev +=

Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
On 12/15/2020 2:57 PM, Bruce Ashfield wrote: >> Interesting, I didn't know that RRECOMMENDS can be turned off. >> I was hoping to do a non-invasive change for existing users. > A good goal! > > It's this variable: >

Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Bruce Ashfield
On Tue, Dec 15, 2020 at 2:35 PM Sinan Kaya wrote: > > Allow to include whether we want sudo, visudo, sudoreplay > or cvtsudoers tools. > > Signed-off-by: Sinan Kaya > --- > meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 24 +- > 1 file changed, 23 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH] opkg: upgrade to version 0.4.4

2020-12-15 Thread Alex Stewart
Hey Alex, Thanks for bringing this up. One of the opkg test framework changes introduced in 0.4.4 doesn't play well with hosts that symlink their `/tmp` directory. I have a fix for it which I'll post to the opkg mainline soon. Since Alejandro is OOO for the holidays, I don't think he'll

Re: [OE-core] [PATCH v2 8/8] gstreamer1.0-plugins-bad: remove meson option for plugins with dependencies always present

2020-12-15 Thread Richard Purdie
Hi Jose, On Fri, 2020-12-11 at 21:13 +, Jose Quaresma wrote: > I have think about this patch and probably is better to drop it. > It is now on master-next > > Without this we have meson options for all the gstreamer plugins that > have external dependencies. > > Probably its better to have

[OE-core] [meta-oe][PATCH v4] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
Allow to include whether we want sudo, visudo, sudoreplay or cvtsudoers tools. Signed-off-by: Sinan Kaya --- meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 25 +- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb

Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Bruce Ashfield
On Tue, Dec 15, 2020 at 3:09 PM Sinan Kaya wrote: > > On 12/15/2020 2:57 PM, Bruce Ashfield wrote: > >> Interesting, I didn't know that RRECOMMENDS can be turned off. > >> I was hoping to do a non-invasive change for existing users. > > A good goal! > > > > It's this variable: > >

Re: [OE-core] How to create a directory in multiple packages?

2020-12-15 Thread Mark Hatle
On 12/15/20 8:24 AM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Mark Hatle >> Sent: den 15 december 2020 02:02 >> To: openembedded-core@lists.openembedded.org >> Subject: Re: [OE-core] How to

[OE-core] [AUH] libdnf: upgrading to 0.55.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libdnf* to *0.55.2* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake libdnf' failed Loading cache...done. Loaded 1425 entries from dependency cache.

[OE-core] [AUH] cmake: upgrading to 3.19.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *cmake* to *3.19.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe cmake failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] util-linux: upgrading to 2.36.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *util-linux* to *2.36.1* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake util-linux' failed Loading cache...done. Loaded 1420 entries from dependency

[OE-core] [AUH] libmodulemd: upgrading to 2.11.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libmodulemd* to *2.11.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] strace: upgrading to 5.10 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *strace* to *5.10* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake strace' failed Loading cache...done. Loaded 1442 entries from dependency cache.

[OE-core] [AUH] dnf: upgrading to 4.5.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dnf* to *4.5.2* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake dnf' failed Loading cache...done. Loaded 1425 entries from dependency cache. NOTE:

[OE-core] [AUH] autoconf: upgrading to 2.70 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *autoconf* to *2.70* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade autoconf -V 2.70 NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] python3-importlib-metadata: upgrading to 3.3.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-importlib-metadata* to *3.3.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake python3-importlib-metadata' failed Loading cache...done.

[OE-core] [AUH] libaio: upgrading to 0.3.112 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libaio* to *0.3.112* has Succeeded. Next steps: - apply the patch: git am 0001-libaio-upgrade-0.3.111-0.3.112.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] python3-packaging: upgrading to 20.8 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-packaging* to *20.8* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] llvm: upgrading to 11.0.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *llvm* to *11.0.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake llvm' failed Loading cache...done. Loaded 1425 entries from dependency cache.

[OE-core] [AUH] python3-setuptools-scm: upgrading to 5.0.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools-scm* to *5.0.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] ccache: upgrading to 4.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ccache* to *4.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-ccache-upgrade-3.7.11-4.1.patch -

[OE-core] [AUH] openssl: upgrading to 1.1.1i FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *openssl* to *1.1.1i* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake openssl' failed Loading cache...done. Loaded 1412 entries from dependency

[OE-core] [AUH] ninja: upgrading to 1.10.2 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ninja* to *1.10.2* has Succeeded. Next steps: - apply the patch: git am 0001-ninja-upgrade-1.10.1-1.10.2.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] python3-setuptools: upgrading to 51.0.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *51.0.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake python3-setuptools' failed Loading cache...done. Loaded 1439 entries

[OE-core] [AUH] sudo: upgrading to 1.9.4 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sudo* to *1.9.4* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake sudo' failed Loading cache...done. Loaded 1451 entries from dependency cache.

[OE-core] [AUH] mtools: upgrading to 4.0.26 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mtools* to *4.0.26* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe mtools failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] python3-py: upgrading to 1.10.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-py* to *1.10.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake python3-py' failed Loading cache...done. Loaded 1433 entries from dependency

[OE-core] [AUH] python3-hypothesis: upgrading to 5.43.3 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-hypothesis* to *5.43.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] systemd-boot: upgrading to 247.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemd-boot* to *247.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe systemd-boot failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] ell: upgrading to 0.35 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ell* to *0.35* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake ell' failed Loading cache...done. Loaded 1412 entries from dependency cache. NOTE:

[OE-core] [AUH] kea: upgrading to 1.8.1 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *kea* to *1.8.1* has Succeeded. Next steps: - apply the patch: git am 0001-kea-upgrade-1.7.10-1.8.1.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] init-system-helpers: upgrading to 1.60 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *init-system-helpers* to *1.60* has Succeeded. Next steps: - apply the patch: git am 0001-init-system-helpers-upgrade-1.58-1.60.patch - check the changes to upstream patches

[OE-core] [AUH] binutils: upgrading to 2.35.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *binutils* to *2.35.1* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade binutils -V 2.35.1 -S

[OE-core] [AUH] gnu-config: upgrading to 90b8cb42ba3b244250a6986b8b78c80f30ed197a FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnu-config* to *90b8cb42ba3b244250a6986b8b78c80f30ed197a* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade gnu-config -S

[OE-core] [AUH] glib-2.0: upgrading to 2.66.3 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glib-2.0* to *2.66.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-glib-2.0-upgrade-2.66.2-2.66.3.patch

[OE-core] [AUH] sysvinit: upgrading to 2.98 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sysvinit* to *2.98* has Succeeded. Next steps: - apply the patch: git am 0001-sysvinit-upgrade-2.97-2.98.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] automake: upgrading to 1.16.3 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *automake* to *1.16.3* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade automake -V 1.16.3 NOTE: Starting bitbake server...

[OE-core] [AUH] readline: upgrading to 8.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *readline* to *8.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-readline-upgrade-8.0-8.1.patch -

[OE-core] [AUH] ovmf: upgrading to edk2-stable202011 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ovmf* to *edk2-stable202011* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade ovmf -V edk2-stable202011 -S

[OE-core] [AUH] go: upgrading to 1.15.6 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go* to *1.15.6* has Succeeded. Next steps: - apply the patch: git am 0001-go-upgrade-1.15.5-1.15.6.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] systemd: upgrading to 247.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemd* to *247.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe systemd failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] go-runtime: upgrading to 1.15.6 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go-runtime* to *1.15.6* has Succeeded. Next steps: - apply the patch: git am 0001-go-runtime-upgrade-1.15.5-1.15.6.patch - check the changes to upstream patches and

[OE-core] [AUH] libpam: upgrading to 1.5.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpam* to *1.5.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libpam failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] gdk-pixbuf: upgrading to 2.42.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gdk-pixbuf* to *2.42.2* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gdk-pixbuf' failed Loading cache...done. Loaded 1452 entries from dependency

[OE-core] [AUH] opkg: upgrading to 0.4.4 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *opkg* to *0.4.4* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake opkg' failed Loading cache...done. Loaded 1428 entries from dependency cache.

[OE-core] [AUH] python3-pytest: upgrading to 6.2.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pytest* to *6.2.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe python3-pytest failed. NOTE: Starting bitbake server...

[OE-core] [AUH] systemtap-uprobes: upgrading to 4.4 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemtap-uprobes* to *4.4* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake systemtap-uprobes' failed Loading cache...done. Loaded 1466 entries from

[OE-core] [AUH] sbc: upgrading to 1.5 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sbc* to *1.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-sbc-upgrade-1.4-1.5.patch - check the

[OE-core] [AUH] libcap-ng: upgrading to 0.8.2 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcap-ng* to *0.8.2* has Succeeded. Next steps: - apply the patch: git am 0001-libcap-ng-upgrade-0.8.1-0.8.2.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] bash: upgrading to 5.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *bash* to *5.1* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake bash' failed Loading cache...done. Loaded 1444 entries from dependency cache. Parsing

[OE-core] [AUH] diffoscope: upgrading to 163 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *163* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-161-163.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] piglit: upgrading to 4170beab7ad585fc02beaacfb433d26cf0a2b9c7 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *piglit* to *4170beab7ad585fc02beaacfb433d26cf0a2b9c7* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake piglit' failed Loading cache...done. Loaded

[OE-core] [AUH] libjitterentropy: upgrading to 3.0.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libjitterentropy* to *3.0.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libjitterentropy failed. NOTE: Starting bitbake server...

[OE-core] [AUH] enchant2: upgrading to 2.2.14 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *enchant2* to *2.2.14* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake enchant2' failed Loading cache...done. Loaded 1479 entries from dependency

[OE-core] [AUH] libcap: upgrading to 2.46 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcap* to *2.46* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libcap failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] p11-kit: upgrading to 0.23.22 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *p11-kit* to *0.23.22* has Succeeded. Next steps: - apply the patch: git am 0001-p11-kit-upgrade-0.23.21-0.23.22.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] vulkan-loader: upgrading to 1.2.162.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-loader* to *1.2.162.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] gstreamer1.0: upgrading to 1.18.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.18.2* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0' failed Loading cache...done. Loaded 1472 entries from

[OE-core] [AUH] libva: upgrading to 2.10.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva* to *2.10.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake libva' failed Loading cache...done. Loaded 1455 entries from dependency cache.

[OE-core] [AUH] boost: upgrading to 1.75.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *boost* to *1.75.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake boost' failed Loading cache...done. Loaded 1474 entries from dependency cache.

[OE-core] [AUH] libksba: upgrading to 1.5.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libksba* to *1.5.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libksba failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] systemtap: upgrading to 4.4 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemtap* to *4.4* has Succeeded. Next steps: - apply the patch: git am 0001-systemtap-upgrade-4.3-4.4.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] libva-initial: upgrading to 2.10.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva-initial* to *2.10.0* has Failed (devtool error). Detailed error information: The following devtool command failed: finish -f libva-initial

[OE-core] [AUH] gstreamer1.0-libav: upgrading to 1.18.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-libav* to *1.18.2* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-libav' failed Loading cache...done. Loaded 1467 entries

[OE-core] [AUH] spirv-tools: upgrading to 2020.6 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *spirv-tools* to *2020.6* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade spirv-tools -V 2020.6 -S

[OE-core] [AUH] python3: upgrading to 3.9.1 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3* to *3.9.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-upgrade-3.9.0-3.9.1.patch -

[OE-core] [AUH] stress-ng: upgrading to 0.12.00 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *stress-ng* to *0.12.00* has Succeeded. Next steps: - apply the patch: git am 0001-stress-ng-upgrade-0.11.24-0.12.00.patch - check the changes to upstream patches and

[OE-core] [AUH] vala: upgrading to 0.50.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vala* to *0.50.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-vala-upgrade-0.50.1-0.50.2.patch -

[OE-core] [AUH] python3-pygments: upgrading to 2.7.3 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pygments* to *2.7.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] gnutls: upgrading to 3.7.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnutls* to *3.7.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gnutls failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] gstreamer1.0-rtsp-server: upgrading to 1.18.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-rtsp-server* to *1.18.2* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-rtsp-server' failed Loading cache...done. Loaded

[OE-core] [AUH] curl: upgrading to 7.74.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *curl* to *7.74.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-curl-upgrade-7.73.0-7.74.0.patch -

[OE-core] [AUH] libcap-ng-python: upgrading to 0.8.2 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcap-ng-python* to *0.8.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] Upgrade status: 2020-12-15

2020-12-15 Thread auh
Recipe upgrade statistics: * Failed(do_compile): 26 dhcpcd, 9.3.4, Armin Kuster glib-2.0, 2.66.3, Anuj Mittal readline, 8.1, Hongxu Jia ccache, 4.1, Robert Yang libmodulemd, 2.11.0, Alexander Kanavin python3-hypothesis, 5.43.3, Tim Orling

[OE-core] [AUH] gnupg: upgrading to 2.2.25 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnupg* to *2.2.25* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gnupg failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] mesa: upgrading to 20.3.0 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mesa* to *20.3.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe mesa failed. NOTE: Starting bitbake server... NOTE: Reconnecting to

[OE-core] [AUH] xprop: upgrading to 1.2.5 FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xprop* to *1.2.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-xprop-upgrade-1.2.4-1.2.5.patch -

[OE-core] [AUH] vulkan-samples: upgrading to e8e31cce8a5f5b2d6634fde9249ff2396313f40b FAILED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-samples* to *e8e31cce8a5f5b2d6634fde9249ff2396313f40b* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-samples

[OE-core] [AUH] shaderc: upgrading to 2020.4 SUCCEEDED

2020-12-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *shaderc* to *2020.4* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2020.3-2020.4.patch - check the changes to upstream patches and summarize

[OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin update version to 1.1.1i openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971) updates include fix for CVE: CVE-2020-1971 Signed-off-by: Khairul Rohaizzat Jamaluddin --- .../recipes-connectivity/openssl/openssl_1.1.1h.bb | 216

[OE-core] [meta-oe][PATCH v2] iproute2: split ip to individual package

2020-12-15 Thread Sinan Kaya
Move the ip tool into its own package. Useful for size constrained systems that only want the ip tool. Signed-off-by: Sinan Kaya --- meta/recipes-connectivity/iproute2/iproute2.inc | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] meta: add missing descriptions in some support recipes

2020-12-15 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger --- meta/recipes-support/apr/apr_1.7.0.bb| 4 meta/recipes-support/aspell/aspell_0.60.8.bb | 4 meta/recipes-support/atk/at-spi2-core_2.38.0.bb | 2 ++ meta/recipes-support/attr/acl_2.2.53.bb

[OE-core] [PATCH] ncurses: Prevent LDFLAGS being emitted in .pc files

2020-12-15 Thread Nathan Rossi
By default ncurses includes the values of LDFLAGS in its output pkgconfig .pc files. This causes issues because OE includes options that are specific to either the build host, or build configuration. These options are not expected to be embedded in the pkgconfig output that is installed.

[OE-core] [PATCH] sed: add nativesdk to BBCLASSEXTEND

2020-12-15 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- meta/recipes-extended/sed/sed_4.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/sed/sed_4.8.bb b/meta/recipes-extended/sed/sed_4.8.bb index 39e3a61df5..048db47e14 100644 --- a/meta/recipes-extended/sed/sed_4.8.bb +++

[OE-core] [PATCH] which: add nativesdk to BBCLASSEXTEND

2020-12-15 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- meta/recipes-extended/which/which_2.21.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/which/which_2.21.bb b/meta/recipes-extended/which/which_2.21.bb index fc9185061b..1da69c548e 100644 ---

[OE-core] [PATCH] gcc: Add patch to resolve i*86 tune configuration overrides

2020-12-15 Thread Nathan Rossi
When compiling gcc-runtime for i686 libatomic, libgomp and libitm are compiled with additional '-march' and '-mtune' overrides. This typically does not cause build errors (e.g. core2-32 tune), and results in less optimally tuned outputs. However with specific TUNE_CCARGS (e.g. has '-mfpmath=sse'

[OE-core] [PATCH] grep: add nativesdk to BBCLASSEXTEND

2020-12-15 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- meta/recipes-extended/grep/grep_3.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/grep/grep_3.6.bb b/meta/recipes-extended/grep/grep_3.6.bb index edf9b29c8f..cb009b9132 100644 --- a/meta/recipes-extended/grep/grep_3.6.bb +++

[OE-core] [PATCH] qemu.inc: Add seccomp PACKAGECONFIG option

2020-12-15 Thread Nathan Rossi
Add the seccomp PACKAGECONFIG option to allow building seccomp features in QEMU. The libseccomp library is available in additional layers (e.g. meta-security). Additionally this serves as a way to disable seccomp by default to avoid the configure of QEMU automatically finding it (via pkg-config)

  1   2   >