Re: [OE-core] [PATCH 1/2] libseccomp: Update to main branch

2021-07-13 Thread Khem Raj
On Tue, Jul 13, 2021 at 10:46 PM Martin Jansa wrote: > > Did you forget to replace AUTOREV with new SRCREV when you were done? > hmm yes i did > On Wed, Jul 14, 2021 at 4:13 AM Khem Raj wrote: >> >> Get RV32 imlementation >> >> Signed-off-by: Khem Raj >> --- >>

Re: [OE-core] [PATCH 1/2] libseccomp: Update to main branch

2021-07-13 Thread Martin Jansa
Did you forget to replace AUTOREV with new SRCREV when you were done? On Wed, Jul 14, 2021 at 4:13 AM Khem Raj wrote: > Get RV32 imlementation > > Signed-off-by: Khem Raj > --- > ...-configure.ac-Bump-version-to-2.5.99.patch | 26 +++ > .../libseccomp/libseccomp_2.5.1.bb

[OE-core] [PATCH 1/2] libseccomp: Update to main branch

2021-07-13 Thread Khem Raj
Get RV32 imlementation Signed-off-by: Khem Raj --- ...-configure.ac-Bump-version-to-2.5.99.patch | 26 +++ .../libseccomp/libseccomp_2.5.1.bb| 7 +++-- 2 files changed, 29 insertions(+), 4 deletions(-) create mode 100644

[OE-core] [PATCH 2/2] systemd: Fix libseccomp testcase involving __NR_ppoll

2021-07-13 Thread Khem Raj
Some architectures may not have this syscall Signed-off-by: Khem Raj --- ...comp-Check-for-__NR_ppoll-before-use.patch | 39 +++ meta/recipes-core/systemd/systemd_248.3.bb| 1 + 2 files changed, 40 insertions(+) create mode 100644

[OE-core] [PATCH] python3: Add a fix for a make install race

2021-07-13 Thread Richard Purdie
Add a fix for reproducibility issues where pyc files for python-config.py may not always be generated. Signed-off-by: Richard Purdie --- .../python/python3/makerace.patch | 23 +++ meta/recipes-devtools/python/python3_3.9.6.bb | 1 + 2 files changed, 24

Re: [OE-core][PATCH] busybox: add tmpdir option into mktemp applet

2021-07-13 Thread Steve Sakoman
On Mon, Jul 12, 2021 at 7:57 PM Andrej Valek wrote: > Would it be possible to include it into dunfell branch too? Or do I need to > submit the patch again? This patch doesn't apply cleanly to the busybox in dunfell since it is a different version. I've dealt with the issues and created a

[OE-core][PATCH] classes/package: Add extended packaged data

2021-07-13 Thread Joshua Watt
Adds extended package data which is encoded as JSON which allows it to encode more structure than the "flat" package data files. The extended data might be much larger than the standard package data, so it is not read by default and instead requires oe.packagedata.read_subpkgdata_extended() to be

[OE-core] Yocto Project Status WW28`21

2021-07-13 Thread Stephen Jolley
Current Dev Position: YP 3.4 M2 Next Deadline: 12th July 2021 YP 3.4 M2 build Next Team Meetings: * Bug Triage meeting Thursday July 15th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-07-13 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [OE-core] [hardknott][PATCH v4] binutils: Fix CVE-2021-20197

2021-07-13 Thread Vinay Kumar
Hi Anuj, This patch is a cherry-pick of "f628b052f6c4a957472f2520adfb4b816ef83d95" from master branch. Regards, Vinay On Tue, Jul 13, 2021 at 7:16 PM Vinay Kumar via lists.openembedded.org wrote: > > Source: git://sourceware.org/git/binutils-gdb.git > Tracking --

[OE-core] [hardknott][PATCH v4] binutils: Fix CVE-2021-20197

2021-07-13 Thread Vinay Kumar
Source: git://sourceware.org/git/binutils-gdb.git Tracking -- https://sourceware.org/bugzilla/show_bug.cgi?id=26945 Backported upstream commit d3edaa91d4cf7202ec14342410194841e2f67f12 to binutils-2.36 source along with commit id dependencies (8e03235147a9e774d3ba084e93c2da1aa94d1cec and

[OE-core] [hardknott][PATCH] xserver-xorg: Fix builds without glx

2021-07-13 Thread Wadim Egorov
Signed-off-by: Wadim Egorov --- ...nd-Makefile.am-fix-build-without-glx.patch | 46 +++ .../xorg-xserver/xserver-xorg_1.20.10.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644

[OE-core] [PATCH] cups: update to 2.3.3op2

2021-07-13 Thread Ross Burton
Apple are no longer maintaining CUPS, and future development is now happening under the OpenPrinting project: https://ftp.pwg.org/pub/pwg/liaison/openprinting/presentations/cups-plenary-may-2021.pdf Also stop disabling the manpage installation as manpages are useful, and remove some patch chunks

Re: [OE-core][hardknott][PATCH] gobject-introspection: fix default search path for girdir

2021-07-13 Thread Alexander Kanavin
This is not seen in the autobuilder, how can it be reproduced? Also, please submit upstream first. Alex On Tue 13. Jul 2021 at 11.34, Chen Qi wrote: > When running g-ir-scanner, we get the following error: > > Couldn't find include 'GObject-2.0.gir' (search path: > '['/usr/lib64',

Re: [OE-core] [PATCH] report-error: Mask AWS credentials to avoid leaking them

2021-07-13 Thread Josef Holzmayr
Howdy! Am 13.07.2021 um 11:22 schrieb Damian Wrobel: From: Adam Romanek Removes potentially presonal information from error reports. Signed-off-by: Adam Romanek Signed-off-by: Damian Wrobel --- meta/classes/report-error.bbclass | 15 ++- 1 file changed, 10 insertions(+), 5

[OE-core][hardknott][PATCH] gobject-introspection: fix default search path for girdir

2021-07-13 Thread Chen Qi
When running g-ir-scanner, we get the following error: Couldn't find include 'GObject-2.0.gir' (search path: '['/usr/lib64', 'gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']') This is because g-ir-tool-template.in is not setting

[OE-core] [PATCH] report-error: Mask AWS credentials to avoid leaking them

2021-07-13 Thread Damian Wrobel
From: Adam Romanek Removes potentially presonal information from error reports. Signed-off-by: Adam Romanek Signed-off-by: Damian Wrobel --- meta/classes/report-error.bbclass | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH] own-mirrors: Add support for s3:// scheme in SOURCE_MIRROR_URL

2021-07-13 Thread Damian Wrobel
From: Adam Romanek Signed-off-by: Adam Romanek Signed-off-by: Damian Wrobel --- meta/classes/own-mirrors.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index a777835138..d58a61fe0a 100644 ---