Re: [OE-core] [PATCH] glibc: fix create thread failed in unprivileged process

2022-02-15 Thread Alexander Kanavin
This is presumably to support builds on some old distribution, so it would help if you specify which distribution and which versions of docker require this. Otherwise we'll never know when we can drop the patch. Alex On Wed, 16 Feb 2022 at 03:54, hongxu wrote: > > Since upstream commit [d8ea0d01

Re: [OE-core][dunfell 00/20] Pull request (cover letter only)

2022-02-15 Thread Ranjitsinh Rathod
May I know by when this will be available on dunfell branch? Thanks, Ranjitsinh On Tue, 15 Feb, 2022, 10:59 pm Steve Sakoman, wrote: > The following changes since commit > f3be01483b01c88f8c4ba24ca73ccf1bcc33665c: > > build-appliance-image: Update to dunfell head revision (2022-01-27 > 16:16:

Re: [OE-core] [PATCH] go: upgrade 1.17.6 -> 1.17.7

2022-02-15 Thread Alejandro Hernandez Samaniego
Hello, This is causing a do_fetch failure in the autobuilder for go-binary-native: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3231 Cheers, Alejandro On 2/14/22 14:27, wangmy wrote: Signed-off-by: Wang Mingyu --- meta/recipes-devtools/go/{go-1.17.6.inc => go-1.17.7.i

Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-15 Thread Khem Raj
On Tue, Feb 15, 2022 at 6:28 PM Jia, Hongxu wrote: > Hi khem, > > Upstream glibc reject it because the latest docker has supported it[1], > and upstream glibc does not backward compatibility with old docker[2] > > In order to build Yocto with uninative in old docker, we need this local > patch >

[OE-core] [dunfell][PATCH v2] openssl: upgrade to 1.1.1m for CVE-2021-4160

2022-02-15 Thread Tim Orling
Changes are only security and bug fixes. https://www.openssl.org/news/cl111.txt https://git.openssl.org/?p=openssl.git;a=log;h=refs/tags/OpenSSL_1_1_1m CVE: CVE-2021-4160 https://nvd.nist.gov/vuln/detail/CVE-2021-4160 Signed-off-by: Tim Orling --- Changes in v2: - drop SRC_URI[md5sum] that de

[OE-core] [dunfell][PATCH] openssl: upgrade to 1.1.1m for CVE-2021-4160

2022-02-15 Thread Tim Orling
Changes are only security and bug fixes. https://www.openssl.org/news/cl111.txt https://git.openssl.org/?p=openssl.git;a=log;h=refs/tags/OpenSSL_1_1_1m CVE: CVE-2021-4160 https://nvd.nist.gov/vuln/detail/CVE-2021-4160 Signed-off-by: Tim Orling --- .../openssl/{openssl_1.1.1l.bb => openssl_1.1

[OE-core] [PATCH] glibc: fix create thread failed in unprivileged process

2022-02-15 Thread hongxu
Since upstream commit [d8ea0d0168 Add an internal wrapper for clone, clone2 and clone3] applied, start a unprivileged container (docker run without --privileged), it creates a thread failed in container. In commit d8ea0d0168, it calls __clone3 if HAVE_CLONE3_WAPPER is defined. If __clone3 returns

Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-15 Thread hongxu
Hi khem, Upstream glibc reject it because the latest docker has supported it[1], and upstream glibc does not backward compatibility with old docker[2] In order to build Yocto with uninative in old docker, we need this local patch [1] https://github.com/moby/moby/commit/9f6b562dd12ef7b1f9e2f8e6f

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.14.rc1)

2022-02-15 Thread Richard Purdie
On Tue, 2022-02-15 at 12:46 +, Teoh, Jay Shen wrote: > Hi All, > > This is the full report for yocto-3.1.14.rc1: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. > > No new issue

[OE-core] Yocto Project Status WW07`22

2022-02-15 Thread Stephen Jolley
Current Dev Position: YP 3.5 M3 Next Deadline: 21th Feb. 2022 YP 3.5 M3 build Next Team Meetings: * Bug Triage meeting Thursday Feb. 17th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [OE-core] [PATCH 1/2] opensbi: Upgrade to 1.0

2022-02-15 Thread Alistair Francis
On Tue, Feb 15, 2022 at 9:37 AM Khem Raj wrote: > > Drop OE specific patch to shunt march/mabi > this seems to work fine now. > > unset CLANG_TARGET so it can compile with OE produced clang toolchain > which provides --target itself > > Signed-off-by: Khem Raj > Cc: Alistair Francis Reviewed-by

Re: [OE-core] [PATCH] cmake: read asm flags correctly from environment in toolchain file

2022-02-15 Thread Martin Beeger
The docs say that cmake is consuming ASMFLAGS (https://cmake.org/cmake/help/v3.23/envvar/ASM_DIALECTFLAGS.html). If that is not the correct spelling for the given langage mode for gcc, we should probably set CMAKE_AS_FLAGS instead and assume the general mechanism in https://cmake.org/cmake/hel

Re: [OE-core] [PATCH 1/2] linux-yocto/5.10: fix dssall build error with binutils 2.3.8

2022-02-15 Thread Khem Raj
title should say 2.38 instead of 2.3.8 On Tue, Feb 15, 2022 at 6:57 AM Bruce Ashfield wrote: > > From: Bruce Ashfield > > Integrating the following commit(s) to linux-yocto/5.10: > > c0b313d988a1 powerpc/mm: Switch obsolete dssall to .long > > Signed-off-by: Bruce Ashfield > --- > .../linu

[OE-core][dunfell 00/20] Pull request (cover letter only)

2022-02-15 Thread Steve Sakoman
The following changes since commit f3be01483b01c88f8c4ba24ca73ccf1bcc33665c: build-appliance-image: Update to dunfell head revision (2022-01-27 16:16:08 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.ope

[OE-core] [PATCH] wic: Use custom kernel path if provided

2022-02-15 Thread Bill Pittman
If the custom kernel path is provided in options, then use that path instead of the default path. Signed-off-by: Bill Pittman --- scripts/wic | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/wic b/scripts/wic index a741aed364..29a157bf37 100755 --- a/scripts/wic +++ b/scripts/wic @

Re: [OE-core] [PATCH] gmp: fix EXTRA_OECONF for mipsarchr6

2022-02-15 Thread Khem Raj
On Tue, Feb 15, 2022 at 4:41 AM Konrad Weihmann wrote: > > previously used mipsarchr6:append created an empty set for > EXTRA_OECONF and then appended --disable-assembly > while it should be just added to the existing var value. > Without this patch gmp will be configured without > --enable-cxx=de

Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-15 Thread Khem Raj
On Tue, Feb 15, 2022 at 12:25 AM Jia, Hongxu wrote: > > On 2/9/22 06:53, Khem Raj wrote: > > diff --git > a/meta/recipes-core/glibc/glibc/0001-fix-create-thread-failed-in-unprivileged-process-BZ-.patch > > b/meta/recipes-core/glibc/glibc/0001-fix-create-thread-failed-in-unprivileged-process-BZ-

Re: [OE-core] [PATCH] curl: configure with '--without-ssl' if ssl is disabled

2022-02-15 Thread Robert Joslyn
> On Feb 15, 2022, at 4:54 AM, Christian Eggers wrote: > > curl requires that at least one SSL implementation or explicitly > '--without-ssl' is specified. This is particularly the case if > PACKAGECONFIG is empty. > > | configure: error: select TLS backend(s) or disable TLS with > --without-ss

[OE-core] [PATCH 2/2] linux-yocto/5.15: fix dssall build error with binutils 2.3.8

2022-02-15 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: 7f685244afb3 powerpc/mm: Switch obsolete dssall to .long Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.15.bb | 2 +- .../linux/linux-yocto-tiny_5.15.bb| 4 ++-- meta/rec

[OE-core] [PATCH 1/2] linux-yocto/5.10: fix dssall build error with binutils 2.3.8

2022-02-15 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.10: c0b313d988a1 powerpc/mm: Switch obsolete dssall to .long Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.10.bb | 4 ++-- .../linux/linux-yocto-tiny_5.10.bb| 6 ++--- meta/

Re: [OE-core] [PATCH] binutils: Upgrade to 2.38 release

2022-02-15 Thread Bruce Ashfield
On Sun, Feb 13, 2022 at 3:31 PM Richard Purdie wrote: > > On Sun, 2022-02-13 at 11:27 -0500, Bruce Ashfield wrote: > > On Sun, Feb 13, 2022 at 9:27 AM Richard Purdie > > wrote: > > > > > > On Sat, 2022-02-12 at 20:25 -0500, Bruce Ashfield wrote: > > > > On Sat, Feb 12, 2022 at 12:27 PM Khem Raj

Re: [OE-core] [PATCH] cmake: read asm flags correctly from environment in toolchain file

2022-02-15 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Martin Beeger > Sent: den 14 februari 2022 17:32 > To: Richard Purdie ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] cmake: read asm flags correct

Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-15 Thread Richard Purdie
On Tue, 2022-02-15 at 08:25 +, Jia, Hongxu wrote: > On 2/9/22 06:53, Khem Raj wrote: > > diff --git a/meta/recipes-core/glibc/glibc/0001-fix-create-thread-failed-in- > > unprivileged-process-BZ-.patch b/meta/recipes-core/glibc/glibc/0001-fix- > > create-thread-failed-in-unprivileged-process-BZ-

[OE-core] [PATCH] curl: configure with '--without-ssl' if ssl is disabled

2022-02-15 Thread Christian Eggers
curl requires that at least one SSL implementation or explicitly '--without-ssl' is specified. This is particularly the case if PACKAGECONFIG is empty. | configure: error: select TLS backend(s) or disable TLS with --without-ssl. | | Select from these: | | --with-amissl | --with-bearssl | --w

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.14.rc1)

2022-02-15 Thread Teoh, Jay Shen
Hi All, This is the full report for yocto-3.1.14.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jay > -Original Message- > From: qa-build-notifi

[OE-core] [PATCH] gmp: fix EXTRA_OECONF for mipsarchr6

2022-02-15 Thread Konrad Weihmann
previously used mipsarchr6:append created an empty set for EXTRA_OECONF and then appended --disable-assembly while it should be just added to the existing var value. Without this patch gmp will be configured without --enable-cxx=detect for mipsarchr6 targets Signed-off-by: Konrad Weihmann --- me

[OE-core] [PATCH] ruby: fix DEPENDS append

2022-02-15 Thread Konrad Weihmann
recent change create a blank scope of DEPENDS for class-target, basically leaving out all general dependencies, leading to the effect that ruby will be shipped without the runtime dependencies of zlib, openssl and libffi, making the corresponding gems unusable at runtime. As the class-target scope

Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-15 Thread hongxu
On 2/9/22 06:53, Khem Raj wrote: diff --git a/meta/recipes-core/glibc/glibc/0001-fix-create-thread-failed-in-unprivileged-process-BZ-.patch b/meta/recipes-core/glibc/glibc/0001-fix-create-thread-failed-in-unprivileged-process-BZ-.patch deleted file mode 100644 index 3283dd7ad8a..000 ---

Re: [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.5.90

2022-02-15 Thread Alexander Kanavin
I think this is a pre-release, and so cannot be taken. Upstream regex needs to be set to exclude 9\d+ perhaps, can you do it? Here's how it's set in other recipes: Here's how it's done in fontconfig recipe, for example: UPSTREAM_CHECK_REGEX = "fontconfig-(?P\d+\.\d+\.(?!9\d+)\d+)" Alex On Tue, 1