Re: [OE-core] [PATCH] layer.conf: Add os-release to SIGGEN_EXCLUDERECIPES_ABISAFE

2024-05-24 Thread Jose Quaresma
GGEN_EXCLUDERECIPES_ABISAFE += " \ > >>ca-certificates \ > >>shared-mime-info \ > >>desktop-file-utils \ > >> + os-release \ > > > > > > Acked-by: Jose Quaresma > > > > I've had this on the Li

Re: [OE-core] [PATCH] layer.conf: Add os-release to SIGGEN_EXCLUDERECIPES_ABISAFE

2024-05-24 Thread Jose Quaresma
ECIPES_ABISAFE += " \ >ca-certificates \ >shared-mime-info \ >desktop-file-utils \ > + os-release \ > Acked-by: Jose Quaresma ose.quare...@foundries.io > I've had this on the Linux microPlatform distro for a while now but I forgot to submit https://github.com/foundr

Re: [OE-core] [PATCH] buildhistory: Fix do_package race issues

2024-05-20 Thread Jose Quaresma
Hi Pedro, This will add the sstate-cache as a dependency of the buildhistory which can be correct if it is enabled or in use but IMO the buildhistory should also work without it, when the sstate is not in use. Could you please test one build with: bitbake --no-setscene ... ? Jose pmi183 via

Re: [OE-core] [yocto-security] CVE status for scathgap on 2024-05-16 and ask for help

2024-05-16 Thread Jose Quaresma
Marta Rybczynska via lists.yoctoproject.org escreveu (quinta, 16/05/2024 à(s) 14:20): > Hello all, > The prototype CVE check via the MITRE database is giving the following for > scathgap today (adding maintainers of affected packages in copy): > > CVE-2024-32002.json: affected: git 2.44.0 >

[OE-core][PATCH] go: upgrade 1.22.2 -> 1.22.3

2024-05-16 Thread Jose Quaresma
/net/http2 a65a2bbd8e [release-branch.go1.22] all: tidy dependency versioning after release [1] https://github.com/golang/go/compare/go1.22.2...go1.22.3 Signed-off-by: Jose Quaresma --- meta/recipes-devtools/go/{go-1.22.2.inc => go-1.22.3.inc} | 2 +- ...o-binary-native_1.22.2.bb => go-bina

[OE-core][kirkstone][PATCH] classes: go-mod: do not pack go mod cache

2024-05-14 Thread Jose Quaresma
From: Stefan Herbrechtsmeier Clean go module cache from builddir to prevent it of beeing packed. Signed-off-by: Stefan Herbrechtsmeier Signed-off-by: Lukas Funke Signed-off-by: Alexandre Belloni (cherry picked from commit 328bea56dec8f83b5c118f567e122510f9243087) Signed-off-by: Jose Quaresma

[OE-core][kirkstone][PATCH 2/2] go.bbclass: fix path to linker in native Go builds

2024-05-14 Thread Jose Quaresma
processed (default: stdin) -out string Path to output processed file (default: stdout) Signed-off-by: Dmitry Baryshkov Signed-off-by: Richard Purdie (cherry picked from commit 44b397daa68b4d0a461225fe9ff7db8b5fcfdb7b) Signed-off-by: Jose Quaresma --- meta/classes/go.bbclass | 5 - 1 fil

[OE-core][kirkstone][PATCH 1/2] go: Always pass interpreter to linker

2024-05-14 Thread Jose Quaresma
(cherry picked from commit 6b54215074d7f3dbba07f096f16b9c0acf51527c) Signed-off-by: Jose Quaresma --- meta/classes/go.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass index d944722309..55f9d8f230 100644 --- a/meta/classes

[OE-core][scarthgap][PATCH 1/2] go: Drop the linkmode completely

2024-05-06 Thread Jose Quaresma
From: Jose Quaresma This will make possible to restore the default dynamic linking globally which is what we had before the 1.20.X release. Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie (cherry picked from commit 6ad90fc2fc49c4199a59dfb1c1d81a7ba184a522) Signed-off-by: Jose

[OE-core][scarthgap][PATCH 2/2] Revert "goarch: disable dynamic linking globally"

2024-05-06 Thread Jose Quaresma
From: Jose Quaresma This reverts commit 827c60b79e7fcafd14e68870f6b69dcc48ac9c39. Fixed with the drop of the linkmode Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie (cherry picked from commit 8f46f60a703defc3e74adad382320c129cef0b06) Signed-off-by: Jose Quaresma --- meta

Re: [OE-core][PATCH 1/2] go: Drop the linkmode completely

2024-04-22 Thread Jose Quaresma
Khem Raj escreveu (sexta, 19/04/2024 à(s) 21:43): > > > On Fri, Apr 19, 2024 at 11:28 AM Jose Quaresma > wrote: > >> >> >> Khem Raj escreveu (sexta, 19/04/2024 à(s) 19:17): >> >>> On Fri, Apr 19, 2024 at 10:53 AM Jose Qu

Re: [OE-core][PATCH 1/2] go: Drop the linkmode completely

2024-04-19 Thread Jose Quaresma
Khem Raj escreveu (sexta, 19/04/2024 à(s) 19:17): > On Fri, Apr 19, 2024 at 10:53 AM Jose Quaresma via > lists.openembedded.org > wrote: > > > > This will make possible to restore the default dynamic linking globally > > which is what we had before the 1.20.X release.

[OE-core][PATCH 2/2] Revert "goarch: disable dynamic linking globally"

2024-04-19 Thread Jose Quaresma
This reverts commit 827c60b79e7fcafd14e68870f6b69dcc48ac9c39. Fixed with the drop of the linkmode Signed-off-by: Jose Quaresma --- meta/classes-recipe/goarch.bbclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/classes-recipe/goarch.bbclass b/meta

[OE-core][PATCH 1/2] go: Drop the linkmode completely

2024-04-19 Thread Jose Quaresma
This will make possible to restore the default dynamic linking globally which is what we had before the 1.20.X release. Signed-off-by: Jose Quaresma --- meta/classes-recipe/go.bbclass | 2 -- meta/recipes-devtools/go/go-runtime.inc | 2 +- 2 files changed, 1 insertion(+), 3 deletions

Re: [OE-core] [PATCH v3] curl: improve reproducibility

2024-04-05 Thread Jose Quaresma
Hi Oleh, I think your v2 was already merged on the master branch as well as the others patches on the patchset. https://git.yoctoproject.org/poky/commit/?id=cabeed4e6d31fd798ab9dac0313b88a35d1d904d Jose Oleh Matiusha via lists.openembedded.org escreveu (sexta, 5/04/2024 à(s) 11:10): >

Re: [OE-core] [PATCH 2/2] curl: disable ca-certificates.crt path setting for native build

2024-04-04 Thread Jose Quaresma
Hi Mikko, Did you test with the below change already merged on master? Looks like it was to fix the same issue. git: git-replacement-native: depend on ca-certificate https://git.yoctoproject.org/poky/commit/meta/recipes-devtools/git?id=421083c46c97bf758496b8c58402aea5d74aa097 Jose Mikko Rapeli

[OE-core][PATCH 2/2] go: upgrade 1.22.1 -> 1.22.2

2024-04-04 Thread Jose Quaresma
9508eae5d1 [release-branch.go1.22] cmd/internal/obj/ppc64: don't modify runtime.elf_* symbols 35b1a146d9 [release-branch.go1.22] cmd/go: respect -coverpkg for unselected no-test packages [1] https://github.com/golang/go/compare/go1.22.1...go1.22.2 Signed-off-by: Jose Quaresma --- meta/recipes-devto

[OE-core][PATCH 1/2] go: keep the patches in order

2024-04-04 Thread Jose Quaresma
drop the old version no more used 0007-exec.go-do-not-write-linker-flags-into-buildids.patch that was replaced by the 0001-exec.go-filter-out-build-specific-paths-from-linker-.patch renamed now to 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch Signed-off-by: Jose Quaresma

[OE-core][PATCH] sstatesig: fix netrc.NetrcParseError exception

2024-04-04 Thread Jose Quaresma
ame, e.lineno, e.msg)) | ~~^~~ | TypeError: %d format: a real number is required, not NoneType Signed-off-by: Jose Quaresma --- meta/lib/oe/sstatesig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig

Re: [OE-core] OE-core and meta-openembedded: a vulnerability in HTTP servers

2024-04-04 Thread Jose Quaresma
Hi Marta, I will take care of updating the golang to 1.22.2 witch include a fix for the CVE-2023-45288 https://github.com/golang/go/commit/e55d7cf8435ba4e58d4a5694e63b391821d4ee9b Jose Marta Rybczynska escreveu (quarta, 3/04/2024 à(s) 21:46): > Details: https://kb.cert.org/vuls/id/421644 > >

Re: [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0

2024-03-27 Thread Jose Quaresma
Hi Alexandre, I see this is still on https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next but it should be dropped because it is included in the vulkan v2 https://lists.openembedded.org/g/openembedded-core/message/197546 This spirv and glslang recipes should be updated in

Re: [OE-Core] [PATCH 31/34] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0

2024-03-27 Thread Jose Quaresma
Hi Alexandre, I see this is still on https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next but it should be dropped because it is included in the vulkan v2 https://lists.openembedded.org/g/openembedded-core/message/197546 This spirv and glslang recipes should be updated in

[OE-core][PATCH v1] elfutils: fix unused variable BUFFER_SIZE

2024-03-19 Thread Jose Quaresma
Fix build break with clang Signed-off-by: Jose Quaresma --- v1: change patch status to backport .../elfutils/elfutils_0.191.bb| 1 + ...iles-fix-unused-variable-BUFFER_SIZE.patch | 36 +++ 2 files changed, 37 insertions(+) create mode 100644 meta/recipes

[OE-core][PATCH] elfutils: fix unused variable BUFFER_SIZE

2024-03-19 Thread Jose Quaresma
Fix build break with clang Signed-off-by: Jose Quaresma --- .../elfutils/elfutils_0.191.bb| 1 + ...iles-fix-unused-variable-BUFFER_SIZE.patch | 36 +++ 2 files changed, 37 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/files/0001-srcfiles-fix

[OE-core][PATCH] go.bbclass: set GOPROXY

2024-03-07 Thread Jose Quaresma
. Defining it explicitly solves this problem and was to avoid setting it in the recipes itself. Signed-off-by: Jose Quaresma --- meta/classes-recipe/go.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes-recipe/go.bbclass b/meta/classes-recipe/go.bbclass index 39bfaa5156..cc3564c36a

Re: [OE-core] [RFC OE-core][PATCH v2 1/7] go: rework patch to avoid identation

2024-03-06 Thread Jose Quaresma
Richard Purdie escreveu (quarta, 6/03/2024 à(s) 10:58): > On Wed, 2024-03-06 at 02:22 -0800, Jose Quaresma wrote: > > > > > > Jose Quaresma via lists.openembedded.org > > escreveu (terça, > > 5/03/2024 à(s) 14:55): > > > > > > > > > R

Re: [OE-core] [RFC OE-core][PATCH v2 1/7] go: rework patch to avoid identation

2024-03-06 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu (terça, 5/03/2024 à(s) 14:55): > > > Richard Purdie escreveu (domingo, > 3/03/2024 à(s) 23:03): > >> On Thu, 2024-02-29 at 22:19 +, Richard Purdie via >> lists.openembedded.org wrote: >> > On Thu, 2024

Re: [OE-core] [RFC OE-core][PATCH v2 6/7] go: upgrade 1.21.5 -> 1.21.7

2024-03-05 Thread Jose Quaresma
Richard Purdie escreveu (domingo, 3/03/2024 à(s) 16:31): > On Fri, 2024-03-01 at 09:53 +, Richard Purdie via > lists.openembedded.org wrote: > > On Wed, 2024-02-28 at 18:30 +, Jose Quaresma wrote: > > > Upgrade to latest 1.21.x release [1]: > > > > &

Re: [OE-core] [RFC OE-core][PATCH v2 1/7] go: rework patch to avoid identation

2024-03-05 Thread Jose Quaresma
Richard Purdie escreveu (domingo, 3/03/2024 à(s) 23:03): > On Thu, 2024-02-29 at 22:19 +, Richard Purdie via > lists.openembedded.org wrote: > > On Thu, 2024-02-29 at 21:42 +, Jose Quaresma wrote: > > > > > > > > > A quint

Re: [OE-core] [RFC OE-core][PATCH v2 1/7] go: rework patch to avoid identation

2024-02-29 Thread Jose Quaresma
A quinta, 29/02/2024, 09:35, Jose Quaresma via lists.openembedded.org escreveu: > > > Richard Purdie escreveu (quinta, > 29/02/2024 à(s) 08:18): > >> On Wed, 2024-02-28 at 21:16 -0800, Khem Raj wrote: >> > Fails to compile bunch of recipes using go e.g. infl

Re: [OE-core] [RFC OE-core][PATCH v2 1/7] go: rework patch to avoid identation

2024-02-29 Thread Jose Quaresma
Richard Purdie escreveu (quinta, 29/02/2024 à(s) 08:18): > On Wed, 2024-02-28 at 21:16 -0800, Khem Raj wrote: > > Fails to compile bunch of recipes using go e.g. influxdb, crucible, > > syzkaller in meta-oe see > > > > >

[OE-core] [RFC OE-core][PATCH v2 7/7] go: bump 1.22.0

2024-02-28 Thread Jose Quaresma
Go 1.22 Release Notes https://go.dev/doc/go1.22 Signed-off-by: Jose Quaresma --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../go/{go-1.21.7.inc => go-1.22.0.inc} | 2 +- ...e_1.21.7.bb => go-binary-native_1.22.0.bb} | 6 ++-- ..._1.21.7.bb => go-cross-canadian_

[OE-core] [RFC OE-core][PATCH v2 6/7] go: upgrade 1.21.5 -> 1.21.7

2024-02-28 Thread Jose Quaresma
...go1.21.7 Signed-off-by: Jose Quaresma --- meta/recipes-devtools/go/{go-1.21.5.inc => go-1.21.7.inc} | 2 +- ...binary-native_1.21.5.bb => go-binary-native_1.21.7.bb} | 6 +++--- ...oss-canadian_1.21.5.bb => go-cross-canadian_1.21.7.bb} | 0 .../go/{go-cross_1.21.5.bb => go-cross

[OE-core] [RFC OE-core][PATCH v2 5/7] go: upgrade 1.21.0 -> 1.21.5

2024-02-28 Thread Jose Quaresma
ch.go1.21] cmd/go/internal/web: release the net token when an HTTP request fails due to CheckRedirect 1755d14559 [release-branch.go1.21] cmd/compile: fix missing init nodes for len(string([]byte)) optimization [1] https://github.com/golang/go/compare/go1.21.0...go1.21.5 Signed-off-by: Jose Quaresma

[OE-core] [RFC OE-core][PATCH v2 4/7] oeqa/gotoolchain: set GOPROXY

2024-02-28 Thread Jose Quaresma
Since go-1.21 GOPROXY needs to be set explicitly, otherwise it fails with: - GOPROXY list is not the empty string, but contains no entries This fixes the selftest Signed-off-by: Jose Quaresma --- meta/lib/oeqa/selftest/cases/gotoolchain.py | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [RFC OE-core][PATCH v2 3/7] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
can update and leave the version 1.20 for the next LTS 5.0 since we are already quite behind on the version available upstream which already has the 1.22 available. Signed-off-by: Jose Quaresma --- meta/classes-recipe/goarch.bbclass | 14 +++--- 1 file changed, 7 insertions(+), 7

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu (terça, 27/02/2024 à(s) 15:20): > > > Bruce Ashfield escreveu (terça, 27/02/2024 > à(s) 14:01): > >> On Tue, Feb 27, 2024 at 8:57 AM Richard Purdie >> wrote: >> > >> > On Tue, 2024-02-27 a

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
issue. Jose > Regards, > Qi > > On 2/27/24 18:07, Jose Quaresma wrote: > > With go-1.21 dynamic linking cause a runtime panic: > > > > | root@qemux86-64:~# go-helloworld > > | panic: runtime error: index out of range [0] with length 0 > > | > > | gor

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
Bruce Ashfield escreveu (terça, 27/02/2024 à(s) 14:01): > On Tue, Feb 27, 2024 at 8:57 AM Richard Purdie > wrote: > > > > On Tue, 2024-02-27 at 10:13 +0000, Jose Quaresma wrote: > > > Hi, > > > > > > I would like to ask if this patchset could be exe

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
in a feature freeze but I would really like to be able to submit the update to the latest golang before the next LTS 5.0. Thank you both for running this on the autobuilder. Jose > Alex > > On Tue, 27 Feb 2024 at 11:13, Jose Quaresma > wrote: > > > > Hi, > > >

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
Hi, I would like to ask if this patchset could be exercised in the autobuilder? I only got it working yesterday and today I'm going to do a more exhaustive test. This is still missing the update to 1.22, which I'll do later, but testing this would be a good help. Jose Jose Quaresma via

[OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
can update and leave the version 1.20 for the next LTS 5.0 since we are already quite behind on the version available upstream which already has the 1.22 available. Signed-off-by: Jose Quaresma --- meta/classes-recipe/goarch.bbclass | 14 +++--- 1 file changed, 7 insertions(+), 7

[OE-core][PATCH] go: update 1.20.13 -> 1.20.14

2024-02-23 Thread Jose Quaresma
1 [release-branch.go1.20] crypto/x509: properly gate test on macos version d7df7f4fa0 [release-branch.go1.20] runtime: properly model rwmutex in lock ranking $ git log --oneline go1.20.13..go1.20.14 [1] https://github.com/golang/go/compare/go1.20.13...go1.20.14 Signed-off-by: Jose Quaresma ---

Re: [OE-core] Yocto Project Status 13 February 2024 (WW07)

2024-02-16 Thread Jose Quaresma
Richard Purdie escreveu (sexta, 16/02/2024 à(s) 11:34): > On Tue, 2024-02-13 at 08:50 -0700, Stephen Jolley wrote: > > * We are now a week from feature freeze for 5.0, our next LTS > > release > > For better or worse but probably not entirely surprisingly, there are > quite a few things that we

Re: [OE-core] [PATCH] go: update 1.20.12 -> 1.20.13

2024-01-26 Thread Jose Quaresma
Khem Raj escreveu (sexta, 26/01/2024 à(s) 17:58): > On Fri, Jan 26, 2024 at 8:24 AM Jose Quaresma > wrote: > > > > > > > > Alexander Kanavin escreveu (sexta, 26/01/2024 > à(s) 16:10): > >> > >> Hello Jose, > >> > >> there

Re: [OE-core] [PATCH] go: update 1.20.12 -> 1.20.13

2024-01-26 Thread Jose Quaresma
rent version. Jose > Alex > > On Fri, 26 Jan 2024 at 17:06, Jose Quaresma > wrote: > > > > Upgrade to latest 1.20.x release [1]: > > > > $ git log --oneline go1.20.12..go1.20.13 > > a95136a88c (tag: go1.20.13) [release-branch.go1.20] go1.20.13 > &g

[OE-core] [PATCH] go: update 1.20.12 -> 1.20.13

2024-01-26 Thread Jose Quaresma
] https://github.com/golang/go/compare/go1.20.12...go1.20.13 Signed-off-by: Jose Quaresma --- meta/recipes-devtools/go/{go-1.20.12.inc => go-1.20.13.inc} | 2 +- ...binary-native_1.20.12.bb => go-binary-native_1.20.13.bb} | 6 +++--- ...oss-canadian_1.20.12.bb => go-cross-canadian_1.20.1

[OE-core][kirkstone][PATCH] pybootchartgui: fix 2 SyntaxWarnings

2024-01-09 Thread Jose Quaresma
quot; with a literal. Did you mean "!="? if i is not 0: Signed-off-by: Martin Jansa Signed-off-by: Luca Ceresoli (cherry picked from commit 8d996616f0ca57220d939a41ca9ba6d696ea2a4f) Signed-off-by: Jose Quaresma --- scripts/pybootchartgui/pybootchartgui/draw.py | 4 ++-- 1 file change

Re: [OE-core] [PATCH 5/5] oeqa/selftest/overlayfs: Don't overwrite DISTRO_FEATURES

2023-12-19 Thread Jose Quaresma
Richard Purdie escreveu no dia terça, 19/12/2023 à(s) 14:35: > Whilst debugging an autobuilder failure, I wondered why it was rebuilding > qemu-system-native > instead of reusing from sstate. The reason was it was overwriting > DISTRO_FEATURES, > in this case removing opengl which caused much to

Re: [OE-core] [PATCH v3] strace: Disable bluetooth support by default

2023-12-14 Thread Jose Quaresma
Richard Purdie escreveu no dia quinta, 14/12/2023 à(s) 12:37: > On Thu, 2023-12-14 at 13:34 +0100, Alexander Kanavin wrote: > > On Thu, 14 Dec 2023 at 13:30, Richard Purdie > > wrote: > > > I think it would have a huge impact on the throughput of patches :( An > > > hour or two before the

[OE-core] [PATCH 2/2] go: upgrade 1.21.0 -> 1.21.5

2023-12-07 Thread Jose Quaresma
ch.go1.21] cmd/go/internal/web: release the net token when an HTTP request fails due to CheckRedirect 1755d14559 [release-branch.go1.21] cmd/compile: fix missing init nodes for len(string([]byte)) optimization [1] https://github.com/golang/go/compare/go1.21.0...go1.21.5 Signed-off-by: Jose Quaresma

[OE-core] [PATCH v2 2/2] go: update 1.20.11 -> 1.20.12

2023-12-06 Thread Jose Quaresma
[1] https://github.com/golang/go/compare/go1.20.11...go1.20.12 Signed-off-by: Jose Quaresma --- v2: add the missing 1.20.12 files meta/recipes-devtools/go/{go-1.20.11.inc => go-1.20.12.inc} | 2 +- ...binary-native_1.20.11.bb => go-binary-native_1.20.12.bb} | 6 +++--- ...oss-canadian_1.20.1

[OE-core] [PATCH v2 1/2] go: update 1.20.10 -> 1.20.11

2023-12-06 Thread Jose Quaresma
underflow fix from x/net/http2 d48639094b [release-branch.go1.20] cmd/link: split text sections for arm 32-bit c8fdffb790 [release-branch.go1.20] all: tidy dependency versioning after release [1] https://github.com/golang/go/compare/go1.20.10...go1.20.11 Signed-off-by: Jose Quaresma --- meta/recipes

[OE-core] [PATCH 2/2] go: update 1.20.11 -> 1.20.12

2023-12-06 Thread Jose Quaresma
[1] https://github.com/golang/go/compare/go1.20.11...go1.20.12 Signed-off-by: Jose Quaresma --- meta/recipes-devtools/go/go-1.20.11.inc | 18 -- .../go/go-binary-native_1.20.11.bb| 50 .../go/go-cross-canadian_1.20.11.bb | 2 - meta/recipes-devt

[OE-core] [PATCH 1/2] go: update 1.20.10 -> 1.20.11

2023-12-06 Thread Jose Quaresma
underflow fix from x/net/http2 d48639094b [release-branch.go1.20] cmd/link: split text sections for arm 32-bit c8fdffb790 [release-branch.go1.20] all: tidy dependency versioning after release [1] https://github.com/golang/go/compare/go1.20.10...go1.20.11 Signed-off-by: Jose Quaresma --- meta/recipes

Re: [OE-core][PATCH] initramfs-module-install-efi: add GPL-3.0 licenses

2023-11-29 Thread Jose Quaresma
Khem Raj escreveu no dia terça, 28/11/2023 à(s) 17:06: > On Tue, Nov 28, 2023 at 1:55 AM Jose Quaresma > wrote: > > > > Some of the tools used the script init-install-efi.sh are GPL-3.0: > > > > parted: GPL-3.0-or-later > > dosfstools: GPL-3.0-only > >

[OE-core][PATCH] initramfs-module-install-efi: add GPL-3.0 licenses

2023-11-28 Thread Jose Quaresma
Some of the tools used the script init-install-efi.sh are GPL-3.0: parted: GPL-3.0-or-later dosfstools: GPL-3.0-only Signed-off-by: Jose Quaresma --- .../initrdscripts/initramfs-module-install-efi_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [OE-core][PATCH 1/2] cve-update-nvd2-native: remove unused variable CVE_DB_UPDATE_RETRIES

2023-11-27 Thread Jose Quaresma
Peter Marko via lists.openembedded.org escreveu no dia segunda, 27/11/2023 à(s) 19:38: > From: Peter Marko > > This variable is not referenced in oe-core anymore. > > Signed-off-by: Peter Marko > --- > meta/recipes-core/meta/cve-update-nvd2-native.bb | 3 --- > 1 file changed, 3 deletions(-)

Re: [OE-core] [PATCH 2/2] cmake.bbclass: optionally support qemu

2023-11-22 Thread Jose Quaresma
Alexander Kanavin escreveu no dia terça, 21/11/2023 à(s) 11:21: > On Tue, 21 Nov 2023 at 12:12, Jose Quaresma > wrote: > >> I was using it for running Unit Tests on the host before I deployed > >> them to the target device as ptest. This worked well. It is well &g

Re: [OE-core] [PATCH 2/2] cmake.bbclass: optionally support qemu

2023-11-21 Thread Jose Quaresma
escreveu no dia segunda, 20/11/2023 à(s) 18:41: > > > > > > Are you sure this works in the majority of scenarios? > > > Last time I worked on this qemu user mode failed to run > > > multithreading applications. > > > > > > > > > Sorry, I was wrong above. > > The issue was not multithreading but

Re: [OE-core] [PATCH 2/2] cmake.bbclass: optionally support qemu

2023-11-20 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu no dia segunda, 20/11/2023 à(s) 17:17: > Hi Adrian, > > Adrian Freihofer escreveu no dia segunda, > 20/11/2023 à(s) 14:46: > >> Provide an easy way to enable cmake-qemu e.g. on distro level for all >> recipes i

Re: [OE-core] [PATCH 2/2] cmake.bbclass: optionally support qemu

2023-11-20 Thread Jose Quaresma
Hi Adrian, Adrian Freihofer escreveu no dia segunda, 20/11/2023 à(s) 14:46: > Provide an easy way to enable cmake-qemu e.g. on distro level for all > recipes inheriting the cmake.bbclass. > > Therefore a new variable is introduced: OECMAKE_EXEWRAPPER_QEMU. > > If set to "1" all recipes built

Re: [OE-core] [meta-oe][PATCH v2 1/4] systemd: use nonarch libdir for tmpfiles.d

2023-11-16 Thread Jose Quaresma
escreveu no dia quinta, 16/11/2023 à(s) 11:55: > From: Malte Schmidt > > The documentation of systemd states that /etc/tmpfiles.d should be > reserved for the local administrator and packages should put their files > in /usr/lib/tmpfiles.d [1]. > > [1]

Re: [OE-Core][PATCH v2] openssh: add systemd readiness notification support

2023-11-15 Thread Jose Quaresma
Hi Xiangyu, I believe the recipe patch can be shrinking to a new PACKAGECONFIG line, comments inline. Jose Xiangyu Chen escreveu no dia quarta, 15/11/2023 à(s) 04:30: > From: Xiangyu Chen > > The sshd keeps on terminating and restarting in servel minutes, we can > observe > log from

Re: [OE-Core][PATCH 1/4] systemd: use nonarch libdir for tmpfiles.d

2023-11-14 Thread Jose Quaresma
Lukas Funke escreveu no dia terça, 14/11/2023 à(s) 11:00: > From: Malte Schmidt > > The documentation of systemd states that /etc/tmpfiles.d should be > reserved for the local administrator and packages should put their files > in /usr/lib/tmpfiles.d [1]. > > [1]

Re: [OE-core][kirkstone][PATCH] goarch: Move Go architecture mapping to a library

2023-11-09 Thread Jose Quaresma
gt; go_arch library change. > > Alternatively, I suppose we could trap the error and use > a fallback, etc, but I won't get complicated yet :) > > Bruce > > > Manually crafted since cherry-pick had too many conflicts: > > * different path to classes > > *

Re: [OE-core] [PATCH] [meta classes] sed -i destroys symlinks

2023-11-08 Thread Jose Quaresma
Joakim Tjernlund escreveu no dia quarta, 8/11/2023 à(s) 11:50: > On Wed, 2023-11-08 at 11:22 +0000, Jose Quaresma wrote: > > Hi Joakim, > > Joakim Tjernlund via lists.openembedded.org infinera@lists.openembedded.org> escreveu no dia quarta, 8/11/2023 > à(s) 10:5

Re: [OE-core] [PATCH] [meta classes] sed -i destroys symlinks

2023-11-08 Thread Jose Quaresma
Hi Joakim, Joakim Tjernlund via lists.openembedded.org escreveu no dia quarta, 8/11/2023 à(s) 10:56: > If /etc/passwd is a symlink, sed -i on same file will replace the > symlink with a new file. Prevent that by expanding the file with realpath > before giving it to sed. > The sed

Re: [OE-Core][PATCH] udev-extraconf: mount.sh: check if filesystem is supported before mounting

2023-11-07 Thread Jose Quaresma
Lukas Funke escreveu no dia terça, 7/11/2023 à(s) 12:00: > From: Lukas Funke > > Check if the filesystem is supported by the kernel before trying to > mount it. Systemd-mount will mount the directories asynchronously > resulting in stale directories if the devices filesystem is not > supported.

Re: [OE-core] [PATCH] systemd: Make libnss-mymachines conditional upon packageconfig

2023-11-06 Thread Jose Quaresma
Khem Raj escreveu no dia segunda, 6/11/2023 à(s) 17:09: > nss-mymachines packageconfig controls this features therefore add this > dependency only when it is enabled. > > Fixes > ERROR: systemd-1_254.4-r0 do_package_qa: QA Issue: systemd-container > rdepends on libnss-mymachines, but it

[OE-core][PATCH v2] license.bbclass: prefere plus singnal over append on IMAGE_CLASSES

2023-10-30 Thread Jose Quaresma
The append override is much harder to remove so change that. Signed-off-by: Jose Quaresma --- v2: fix typo in 'change' meta/classes-global/license.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-global/license.bbclass b/meta/classes-global

Re: [OE-core][PATCH] license.bbclass: prefere plus singnal over append on IMAGE_CLASSES

2023-10-30 Thread Jose Quaresma
Khem Raj escreveu no dia segunda, 30/10/2023 à(s) 18:18: > On Mon, Oct 30, 2023 at 11:04 AM Jose Quaresma > wrote: > > > > The append override is much harder to remove so chnage that. > > typo in 'change' > however, I think one can do :remove op to remove it intent

[OE-core][PATCH] license.bbclass: prefere plus singnal over append on IMAGE_CLASSES

2023-10-30 Thread Jose Quaresma
The append override is much harder to remove so chnage that. Signed-off-by: Jose Quaresma --- meta/classes-global/license.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-global/license.bbclass b/meta/classes-global/license.bbclass index b2e0d3faba

[OE-core][PATCH] make-mod-scripts: exclude rm_work

2023-10-25 Thread Jose Quaresma
/openembedded-core/message/182024 Signed-off-by: Jose Quaresma --- meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb

Re: [OE-core] [PATCH] systemd: fix packaging tpm2 plugin for cryptsetup

2023-10-20 Thread Jose Quaresma
:40: > On Wed Oct 18, 2023 at 11:26 AM CEST, Jose Quaresma wrote: > > Erik Schilling escreveu no dia quarta, > > 18/10/2023 à(s) 07:33: > > > > > On Tue Oct 17, 2023 at 10:51 AM CEST, Jose Quaresma wrote: > > > > Hi Erik, > > > > > > >

Re: [OE-core] [PATCH] cve-check.bbclass: support embedded SW components with different version number

2023-10-20 Thread Jose Quaresma
Mikko Rapeli escreveu no dia quinta, 19/10/2023 à(s) 13:45: > Hi, > > Could something like this work? > > --- a/meta/lib/oe/cve_check.py > +++ b/meta/lib/oe/cve_check.py > @@ -140,15 +140,14 @@ def get_patched_cves(d): > return patched_cves > > > -def get_cpe_ids(cve_product, version): >

Re: [OE-core] [PATCH] cve-check.bbclass: support embedded SW components with different version number

2023-10-20 Thread Jose Quaresma
Mikko Rapeli escreveu no dia quinta, 19/10/2023 à(s) 13:21: > Hi, > > On Thu, Oct 19, 2023 at 12:54:44PM +0100, Jose Quaresma wrote: > > Hi > > > > This change will need some adaptations in the create-spdx.bbclass to > handle > > this new variable with _PN &

Re: [OE-core] [PATCH] cve-check.bbclass: support embedded SW components with different version number

2023-10-19 Thread Jose Quaresma
Hi This change will need some adaptations in the create-spdx.bbclass to handle this new variable with _PN Jose Mikko Rapeli escreveu no dia quinta, 19/10/2023 à(s) 10:13: > Hi, > > On Thu, Oct 19, 2023 at 10:19:53AM +0200, Marta Rybczynska wrote: > > On Mon, Oct 16, 2023 at 9:01 AM Mikko

[OE-core][PATCH v2 4/4] systemd: add p11kit package config

2023-10-18 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- v2: fix alphabetical order meta/recipes-core/systemd/systemd_254.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index 981d87b04e..d888efdece 100644 --- a/meta

[OE-core][PATCH v2 3/4] systemd: add cryptsetup-plugins package config

2023-10-18 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-core/systemd/systemd_254.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index c21f6b4962..981d87b04e 100644 --- a/meta/recipes-core/systemd

[OE-core][PATCH v2 1/4] systemd: sort packages before pn

2023-10-18 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-core/systemd/systemd_254.4.bb | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index 77724eb822..d24bf0cb06 100644 --- a/meta

[OE-core][PATCH v2 2/4] systemd: add systemd-crypt package

2023-10-18 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- v2: change nonarch_libdir to just meta/recipes-core/systemd/systemd_254.4.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index d24bf0cb06

Re: [OE-core][PATCH 2/4] systemd: add systemd-crypt package

2023-10-18 Thread Jose Quaresma
Erik Schilling escreveu no dia quarta, 18/10/2023 à(s) 11:36: > On Tue Oct 17, 2023 at 11:18 AM CEST, Jose Quaresma wrote: > > Signed-off-by: Jose Quaresma > > --- > > meta/recipes-core/systemd/systemd_254.4.bb | 7 ++- > > 1 file changed, 6 insertions(+), 1 del

Re: [OE-core] [PATCH 2/3] selftest/sstatetests: add tests for 'bitbake -S printdiff'

2023-10-18 Thread Jose Quaresma
mpletely sure in my head I had fixed this, but either > > I haven't, or it has been somehow lost. > > > > Alex > > > > On Tue, 17 Oct 2023 at 16:06, Jose Quaresma > wrote: > > > > > > > > > > > > Alexander Kanavin escreveu no

Re: [OE-core] [PATCH] systemd: fix packaging tpm2 plugin for cryptsetup

2023-10-18 Thread Jose Quaresma
Erik Schilling escreveu no dia quarta, 18/10/2023 à(s) 07:33: > On Tue Oct 17, 2023 at 10:51 AM CEST, Jose Quaresma wrote: > > Hi Erik, > > > > Erik Schilling escreveu no dia terça, > > 17/10/2023 à(s) 06:51: > > > > > On Mon Oct 16, 2023 at 6:31

Re: [OE-core] [PATCH 2/3] selftest/sstatetests: add tests for 'bitbake -S printdiff'

2023-10-17 Thread Jose Quaresma
Alexander Kanavin escreveu no dia terça, 17/10/2023 à(s) 14:31: > 'bitbake -S printdiff' is a useful diagnostic facility for finding out > why sstate is not being reused, but until now it had no tests that would > ensure it works. This commit adds three basic scenarios: > > 1. make a change in a

[OE-core][PATCH 4/4] systemd: add p11kit package config

2023-10-17 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-core/systemd/systemd_254.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index 578d3b463d..fc42787555 100644 --- a/meta/recipes-core/systemd

[OE-core][PATCH 3/4] systemd: add cryptsetup-plugins package config

2023-10-17 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-core/systemd/systemd_254.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index 2146c130d5..578d3b463d 100644 --- a/meta/recipes-core/systemd

[OE-core][PATCH 1/4] systemd: sort packages before pn

2023-10-17 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-core/systemd/systemd_254.4.bb | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index 77724eb822..d24bf0cb06 100644 --- a/meta

[OE-core][PATCH 2/4] systemd: add systemd-crypt package

2023-10-17 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-core/systemd/systemd_254.4.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index d24bf0cb06..2146c130d5 100644 --- a/meta/recipes

Re: [OE-core] [PATCH] systemd: fix packaging tpm2 plugin for cryptsetup

2023-10-17 Thread Jose Quaresma
Hi Erik, Erik Schilling escreveu no dia terça, 17/10/2023 à(s) 06:51: > On Mon Oct 16, 2023 at 6:31 PM CEST, Jose Quaresma wrote: > > Erik Schilling escreveu no dia segunda, > > 16/10/2023 à(s) 13:02: > > > > > When building with `cryptsetup` and `tpm2` in the &g

Re: [OE-core] [PATCH] systemd: fix packaging tpm2 plugin for cryptsetup

2023-10-16 Thread Jose Quaresma
Erik Schilling escreveu no dia segunda, 16/10/2023 à(s) 13:02: > When building with `cryptsetup` and `tpm2` in the > PACKAGECONFIG, this plugin will be emitted. > > Cc: Kristian Klausen > Cc: Mikko Rapeli > Cc: Javier Tia > Fixes: 7b7dfbfaed ("systemd: Add tpm2 PACKAGECONFIG") >

Re: [OE-core][PATCH] create-spdx: fix do_create_spdx cannot find any SPDX file for recipe

2023-10-13 Thread Jose Quaresma
time > reproducing it; but I'm not sure this is the fix. > > I don't think > > On Fri, Oct 13, 2023 at 9:42 AM Jose Quaresma > wrote: > > > > Given that we need some SPDX files produced in other recipes by > do_create_spdx task, > > we need to ensure that any o

[OE-core][PATCH] create-spdx: fix do_create_spdx cannot find any SPDX file for recipe

2023-10-13 Thread Jose Quaresma
affects multiconfig machines: | ERROR: flex-native-2.6.4-r0 do_create_spdx: Cannot find any SPDX file for recipe autoconf-native, True sstate:autoconf-native:x86_64-linux:2.72c:r0:x86_64:11: sstate:autoconf-native::2.72c:r0::11: Signed-off-by: Jose Quaresma --- meta/classes/create-spdx-2.2.bbclass

Re: [OE-core][PATCH v2] curl: 8.3.0 -> 8.4.0

2023-10-11 Thread Jose Quaresma
The build I had run was with the v2 SRC_URI hash but I forgot to update my local commit and only saw that after sending it to the mailing list. Jose > > Alex > > On Wed 11. Oct 2023 at 17.54, Jose Quaresma > wrote: > >> curl and libcurl 8.4.0 >> >> Public cur

[OE-core][PATCH v2] curl: 8.3.0 -> 8.4.0

2023-10-11 Thread Jose Quaresma
fssh: do cleanup in Curl_ssh_cleanup [40] o wolfssl: allow capath with CURLOPT_CAINFO_BLOB [29] o wolfssl: if CURLOPT_CAINFO_BLOB is set, ignore the CA files [34] o wolfssl: ignore errors in CA path [64] Signed-off-by: Jose Quaresma --- v2: update the SRC_URI meta/recipes-support/curl/{curl_8.3.0.bb =>

[OE-core][PATCH] curl: 8.3.0 -> 8.4.0

2023-10-11 Thread Jose Quaresma
fssh: do cleanup in Curl_ssh_cleanup [40] o wolfssl: allow capath with CURLOPT_CAINFO_BLOB [29] o wolfssl: if CURLOPT_CAINFO_BLOB is set, ignore the CA files [34] o wolfssl: ignore errors in CA path [64] Signed-off-by: Jose Quaresma --- meta/recipes-support/curl/{curl_8.3.0.bb => curl_8.4.0.bb} | 0

[OE-core][PATCH] go: update 1.20.9 -> 1.20.10

2023-10-11 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-devtools/go/{go-1.20.9.inc => go-1.20.10.inc} | 2 +- ...-binary-native_1.20.9.bb => go-binary-native_1.20.10.bb} | 6 +++--- ...ross-canadian_1.20.9.bb => go-cross-canadian_1.20.10.bb} | 0 .../go/{go-cross_1.20.9.bb => go-cros

[OE-core][PATCH 2/2] go: update 1.20.8 -> 1.20.9

2023-10-09 Thread Jose Quaresma
deprecation warning for ld-prime 08c544db98 [release-branch.go1.20] cmd/link: disable DWARF by default in c-shared mode on darwin 071f03a8e5 [release-branch.go1.20] cmd/link: force old Apple linker in plugin mode [1] https://github.com/golang/go/compare/go1.20.8...go1.20.9 Signed-off-by: Jose

[OE-core][PATCH 1/2] go: update 1.20.7 -> 1.20.8

2023-10-09 Thread Jose Quaresma
/go1.20.7...go1.20.8 Signed-off-by: Jose Quaresma --- v2: add bump to 1.20.9 .../go/{go-1.20.7.inc => go-1.20.8.inc}| 2 +- ...ary-native_1.20.7.bb => go-binary-native_1.20.8.bb} | 6 +++--- ...-canadian_1.20.7.bb => go-cross-canadian_1.20.8.bb} | 0 .../go/{go-cross_1.20.7

  1   2   3   4   5   6   7   >