[OE-core] [PATCH] bitbake: cooker: check if upstream hash equivalence server is available

2021-10-15 Thread Jose Quaresma
When the user specify an upstream hash equivalence server in BB_HASHSERVE_UPSTREAM abort if we can't connect otherwise the user will never be notified about the problem. Signed-off-by: Jose Quaresma --- bitbake/lib/bb/cooker.py | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-)

Re: [OE-core] [RFC PATCH] populate_sdk_base: add support for zstd compression (and default to it)

2021-10-15 Thread Alexander Kanavin
On Fri, 15 Oct 2021 at 19:29, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > Can you quantify "more"? > > I'd be interested to know if a higher compression helps and what the > time/cost > tradeoff is too. Not sure I'm keep to have it increase in size. This likely > increases the

[OE-core] [PATCH v2] at-spi2-core: upgrade 2.40.3 -> 2.42.0

2021-10-15 Thread Tim Orling
Add patch to ensure x11_dep is defined. What's new in at-spi2-core 2.42.0: * Set X root property when Xwayland starts on demand. * Several dbus introspection fixes. Reference: https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/42

Re: [OE-core] [RFC PATCH] populate_sdk_base: add support for zstd compression (and default to it)

2021-10-15 Thread Khem Raj
On 10/15/21 10:29 AM, Richard Purdie wrote: On Fri, 2021-10-15 at 19:06 +0200, Alexander Kanavin wrote: This allows significantly faster do_populate_sdk() (5 min -> 3 min for the sato sdk on my machine) and decompression, at the cost of SDK file taking up more disk space. Can you quantify

[OE-core] [PATCH] testimage: fix unclosed testdata file

2021-10-15 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/testimage.bbclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index a76e773853..4db05a4af4 100644 --- a/meta/classes/testimage.bbclass +++

Re: [OE-core] [RFC PATCH] populate_sdk_base: add support for zstd compression (and default to it)

2021-10-15 Thread Richard Purdie
On Fri, 2021-10-15 at 19:06 +0200, Alexander Kanavin wrote: > This allows significantly faster do_populate_sdk() (5 min -> 3 min for > the sato sdk on my machine) and decompression, at the cost of SDK file > taking up more disk space. Can you quantify "more"? I'd be interested to know if a

[OE-core] [RFC PATCH] populate_sdk_base: add support for zstd compression (and default to it)

2021-10-15 Thread Alexander Kanavin
This allows significantly faster do_populate_sdk() (5 min -> 3 min for the sato sdk on my machine) and decompression, at the cost of SDK file taking up more disk space. If that's a significant concern, it's possible to increase the zstd compression level or even go back to xz compression.

Re: [OE-core] [PATCH] openssl: Drop riscv32 upstreamed patches

2021-10-15 Thread Jon Mason
On Fri, Oct 15, 2021 at 8:49 AM Khem Raj wrote: > > These patches are already available in 3.0 Yes! Please remove these ASAP. I'm seeing these patches cause a break in my builds of the poky master branch. https://gitlab.com/jonmason00/poky/-/jobs/1684096385 Thanks, Jon > > Signed-off-by:

Re: [OE-core] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-15 Thread Steve Sakoman
On Fri, Oct 15, 2021 at 12:39 AM Andrej Valek wrote: > > Ok, but I've just copied the existing commit from master. So I have to > send a different configuration for dunfell? Correct, for a stable release we don't want to change default behavior. So we can't take the commit directly from master

[OE-core] [PATCH v5 2/2] insane,license,license_image: Allow treating license problems as errors

2021-10-15 Thread Mike Crowe via lists.openembedded.org
Use the same WARN_WA and ERROR_QA variables as insane.bbclass to allow individual recipes, the distro or other configuration to determine whether the various detected license errors should be treated as a warning (as now) or as an error. oe.qa.handle_error isn't immediately fatal, so

[OE-core] [PATCH v5 1/2] lib/oe/qa,insane: Move extra error handling functions to library

2021-10-15 Thread Mike Crowe via lists.openembedded.org
Extract package_qa_write_error, package_qa_handle_error and package_qa_add_message functions from insane.bbclass to lib/oe/qa.py and drop the package_qa_ prefixes. Update various bbclasses to use the new functions. No import is required since base.bbclass puts oe.qa in OE_IMPORTS. Stop requiring

Re: [OE-core] [PATCH v4 1/2] lib/oe/qa,insane: Move extra error handling functions to library

2021-10-15 Thread Richard Purdie
On Fri, 2021-10-15 at 15:17 +0100, Mike Crowe wrote: > On Friday 15 October 2021 at 15:09:08 +0100, Richard Purdie wrote: > > On Fri, 2021-10-15 at 14:59 +0100, Mike Crowe via lists.openembedded.org > > wrote: > > > Extract package_qa_write_error, package_qa_handle_error and > > >

Re: [OE-core] [PATCH v4 1/2] lib/oe/qa,insane: Move extra error handling functions to library

2021-10-15 Thread Mike Crowe via lists.openembedded.org
On Friday 15 October 2021 at 15:09:08 +0100, Richard Purdie wrote: > On Fri, 2021-10-15 at 14:59 +0100, Mike Crowe via lists.openembedded.org > wrote: > > Extract package_qa_write_error, package_qa_handle_error and > > package_qa_add_message functions from insane.bbclass to lib/oe/qa.py and > >

Re: [OE-core] [PATCH] python3-pip: upgrade 21.2.4 -> 21.3

2021-10-15 Thread Alexandre Belloni
Hello, On 13/10/2021 15:38:49+0800, wangmy wrote: > Features > Replace vendored appdirs with platformdirs. (#10202) > > Support PEP 610 to detect editable installs in pip freeze and pip list. > The pip list column output has a new Editable project location column, > and the JSON output has a new

Re: [OE-core] [PATCH v4 1/2] lib/oe/qa,insane: Move extra error handling functions to library

2021-10-15 Thread Richard Purdie
On Fri, 2021-10-15 at 14:59 +0100, Mike Crowe via lists.openembedded.org wrote: > Extract package_qa_write_error, package_qa_handle_error and > package_qa_add_message functions from insane.bbclass to lib/oe/qa.py and > drop the package_qa_ prefixes. > > Update various bbclasses to use the new

[OE-core] [PATCH v4 2/2] insane,license,license_image: Allow treating license problems as errors

2021-10-15 Thread Mike Crowe via lists.openembedded.org
Use the same WARN_WA and ERROR_QA variables as insane.bbclass to allow individual recipes, the distro or other configuration to determine whether the various detected license errors should be treated as a warning (as now) or as an error. oe.qa.handle_error isn't immediately fatal, so

[OE-core] [PATCH v4 1/2] lib/oe/qa,insane: Move extra error handling functions to library

2021-10-15 Thread Mike Crowe via lists.openembedded.org
Extract package_qa_write_error, package_qa_handle_error and package_qa_add_message functions from insane.bbclass to lib/oe/qa.py and drop the package_qa_ prefixes. Update various bbclasses to use the new functions. No import is required since base.bbclass puts oe.qa in OE_IMPORTS. Stop requiring

Re: [OE-core] [PATCH v2] dl: Use "adr" assembler command to get proper load address on ARM

2021-10-15 Thread ?ukasz Majewski
On Fri, 15 Oct 2021 05:21:23 -0700 "H.J. Lu" wrote: > On Fri, Oct 15, 2021 at 5:09 AM Szabolcs Nagy via Libc-alpha > wrote: > > > > The 10/15/2021 09:54, Lukasz Majewski wrote: > > > This change is a partial revert of commit > > > bca0f5cbc9257c13322b99e55235c4f21ba0bd82 > > > "arm: Simplify

[OE-core] [PATCH] openssl: Drop riscv32 upstreamed patches

2021-10-15 Thread Khem Raj
These patches are already available in 3.0 Signed-off-by: Khem Raj --- ...ort-for-io_pgetevents_time64-syscall.patch | 62 ...ort-for-io_pgetevents_time64-syscall.patch | 99 --- .../openssl/openssl_3.0.0.bb | 5 - 3 files changed, 166 deletions(-)

[OE-core] [PATCH] sstate: Fixes for eSDK generation after zstd switch

2021-10-15 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/classes/populate_sdk_ext.bbclass | 2 +- scripts/gen-lockedsig-cache | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index

Re: [OE-core] [PATCH v3 2/2] license: Allow treating missing license as error

2021-10-15 Thread Mike Crowe via lists.openembedded.org
On Thursday 14 October 2021 at 22:48:07 +0100, Richard Purdie wrote: > On Thu, 2021-10-14 at 18:09 +0100, Mike Crowe wrote: > > On Thursday 14 October 2021 at 17:54:18 +0100, Richard Purdie wrote: > > > On Thu, 2021-10-14 at 17:42 +0100, Mike Crowe via lists.openembedded.org > > > wrote: > > > >

Re: [OE-core] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-15 Thread Andrej Valek
Ok, but I've just copied the existing commit from master. So I have to send a different configuration for dunfell? Andrej On Fri, 2021-10-15 at 10:58 +0100, Richard Purdie wrote: > On Fri, 2021-10-15 at 06:15 +, Andrej Valek wrote: > > The reason, why I want to apply it here, to switch

Re: [OE-core] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-15 Thread Richard Purdie
On Fri, 2021-10-15 at 06:15 +, Andrej Valek wrote: > The reason, why I want to apply it here, to switch replace libidn2 with > icu. According to libpsl documentation, you can chose who will generate > the PSL database (libidn, libidn2, icu). So I don't want to install a > new component if

Re: [OE-core] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-15 Thread Andrej Valek
The reason, why I want to apply it here, to switch replace libidn2 with icu. According to libpsl documentation, you can chose who will generate the PSL database (libidn, libidn2, icu). So I don't want to install a new component if there is a valid replacement which is already installed. Regards,