Re: [yocto] [meta-lts-mixins][kirkstone/rust][PATCH 10/11] rust: reproducibility issue fix with v1.75

2024-03-18 Thread Jose Quaresma
Thanks for the update. Jose Scott Murray escreveu (segunda, 18/03/2024 à(s) 00:10): > On Tue, 12 Mar 2024, Scott Murray wrote: > > > On Tue, 12 Mar 2024, Jose Quaresma wrote: > > > > > Hi Sundeep, > > > > > > Sundeep KOKKONDA escreveu (terça, >

Re: [yocto] [meta-lts-mixins][kirkstone/rust][PATCH 10/11] rust: reproducibility issue fix with v1.75

2024-03-12 Thread Jose Quaresma
one is integrated on the master branch I can create a backport for it too. Thanks for the notification. Jose > > > > Thanks, > > Sundeep K. > > On 11-Mar-24 21:54, Jose Quaresma wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do no

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 11/11] rust: Fix build failure re-appeared on riscv32

2024-03-11 Thread Jose Quaresma
From: Khem Raj Refresh the rustix-0.38.19 patch to include FICLONE definition which fixes the build issue surfaced with rust 1.75 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- .../files/rv32-cargo-rustix-0.38.19-fix.patch | 30 +++ 1

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 09/11] rust: Revert PGO to it's default

2024-03-11 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- recipes-devtools/rust/rust_1.75.0.bb | 4 1 file changed, 4 deletions(-) diff --git a/recipes-devtools/rust/rust_1.75.0.bb b/recipes-devtools/rust/rust_1.75.0.bb index ee1ce9e..76e1fe2 100644 --- a/recipes-devtools/rust/rust_1.75.0.bb +++ b/recipes-devtools/rust/r

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 10/11] rust: reproducibility issue fix with v1.75

2024-03-11 Thread Jose Quaresma
description & discusssion with upstream rust. https://github.com/rust-lang/rust/issues/120825#issuecomment-1964307219 https://github.com/rust-lang/rust/issues/120825#issuecomment-1964652656 Signed-off-by: Sundeep KOKKONDA Signed-off-by: Yash Shinde Signed-off-by: Richard Purdie Signed-off-by:

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 06/11] rust: Re-write RPATHs in the copies llvm-config

2024-03-11 Thread Jose Quaresma
Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- recipes-devtools/rust/rust_1.74.1.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/rust/rust_1.74.1.bb b/recipes-devtools/rust/rust_1.74.1.bb in

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 05/11] rust: Enable rust oe-selftest.

2024-03-11 Thread Jose Quaresma
or test automatically) as it is unstable with rust tests. https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-3 * The testing is done on arm32, arm64, mips64, x86 and x86_64 targets on Ubuntu 22.04. Signed-off-by: Yash Shinde Signed-off-by: Richard Purdie Signed-off-by: Jose

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 04/11] rust: Fix assertion failure error on oe-selftest

2024-03-11 Thread Jose Quaresma
targets on stage1 during rust oe-selfest. Signed-off-by: Yash Shinde Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- .../rust/files/target-build-value.patch | 26 +++ 1 file changed, 26 insertions(+) create mode 100644 recipes-devtools/rust/files/target

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 03/11] rust: Enable RUSTC_BOOTSTRAP to use nightly features during rust oe-selftest.

2024-03-11 Thread Jose Quaresma
Shinde Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- .../rust/files/rustc-bootstrap.patch | 21 +++ 1 file changed, 21 insertions(+) create mode 100644 recipes-devtools/rust/files/rustc-bootstrap.patch diff --git a/recipes-devtools/rust/files/rustc

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 01/11] rust: Fetch cargo from rust-snapshot dir.

2024-03-11 Thread Jose Quaresma
/120125 Signed-off-by: Yash Shinde Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- recipes-devtools/rust/files/cargo-path.patch | 37 1 file changed, 37 insertions(+) create mode 100644 recipes-devtools/rust/files/cargo-path.patch diff --git a/recipes-devtools

[yocto] [meta-lts-mixins][kirkstone/rust][PATCH 02/11] rust: detect user-specified custom targets in compiletest

2024-03-11 Thread Jose Quaresma
Purdie Signed-off-by: Jose Quaresma --- .../rust/files/custom-target-cfg.patch| 90 +++ 1 file changed, 90 insertions(+) create mode 100644 recipes-devtools/rust/files/custom-target-cfg.patch diff --git a/recipes-devtools/rust/files/custom-target-cfg.patch b/recipes-devtools

Re: [yocto] [meta-lts-mixins][PATCH 00/29] Populate kirkstone/rust branch (cover letter only)

2024-01-25 Thread Jose Quaresma
Scott Murray escreveu (quinta, 25/01/2024 à(s) 00:20): > As discussed on the last couple of YP technical calls, I have created > a kirkstone/rust branch in meta-lts-mixins. It backports the state of > Rust support in master to kirkstone (so currently 1.74.1) the same way > that the previous

Re: [yocto] append recipe to multiconfig build from top-level local.conf

2024-01-16 Thread Jose Quaresma
Matt Wood escreveu (segunda, 15/01/2024 à(s) 19:44): > Hi, > > I was wondering if the IMAGE_INSTALL:append syntax could work in > multiconfig environment from the top-level local.conf file? > > For example, I have a meta-layer that defines the muitconfig (main.conf > and initramfs.conf). From

Re: [yocto][meta-lts-mixins] kirkstone/rust branch tracking oe-core master

2023-12-21 Thread Jose Quaresma
Patrick Wicki escreveu no dia quinta, 21/12/2023 à(s) 00:56: > Currently, there's the rust-1.68 mixins layer. That branch is set to > stay on 1.68 (https://lists.yoctoproject.org/g/yocto/message/60259). > > There are some use cases for a newer version. For example, we use > kirkstone in

Re: [yocto] [RFC PATCH 0/1] lts mixin: kirkstone/nodejs proposal

2023-12-07 Thread Jose Quaresma
António Oliveira escreveu no dia terça, 5/12/2023 à(s) 18:26: > On Tue, Dec 5, 2023 at 10:44 AM Jose Quaresma > wrote: > > > > > > > > António Oliveira escreveu no dia segunda, > 4/12/2023 à(s) 18:31: > >> > >> Hi all, > >> >

Re: [yocto] [RFC PATCH 0/1] lts mixin: kirkstone/nodejs proposal

2023-12-05 Thread Jose Quaresma
António Oliveira escreveu no dia segunda, 4/12/2023 à(s) 18:31: > Hi all, > > This patch contains my proposal for an mixin layer that adds nodejs v18 > and v20 to kirkstone. > > Kirkstone ships with nodejs-16, whose maintenance window ended in > October 2023 (a). > > Kirkstone will be supported

Re: [yocto] [meta-security][PATCH] tpm2-tss: support native builds

2023-11-23 Thread Jose Quaresma
Mikko Rapeli escreveu no dia quinta, 23/11/2023 à(s) 11:07: > Hi, > > On Thu, Nov 23, 2023 at 11:01:12AM +0000, Jose Quaresma wrote: > > Hi Mikko, > > > > Mikko Rapeli escreveu no dia quinta, > 23/11/2023 > > à(s) 10:53: > > > > > systemd to

Re: [yocto] [meta-security][PATCH] tpm2-tss: support native builds

2023-11-23 Thread Jose Quaresma
Hi Mikko, Mikko Rapeli escreveu no dia quinta, 23/11/2023 à(s) 10:53: > systemd tool ukify > https://www.freedesktop.org/software/systemd/man/latest/ukify.html > depends on systemd-measure > > https://www.freedesktop.org/software/systemd/man/latest/systemd-measure.html > which depends on

Re: [linux-yocto] Bug in yocto-kernel-tools when BBLAYERS contains paths relative to TOPDIR

2023-11-17 Thread Jose Quaresma
Hi emmanuel escreveu no dia quinta, 16/11/2023 à(s) 18:52: > Hello, > I am sorry to ask here about this bug. > I recently started to work with kas and I am trying to build a Yocto image > that I already did with bitbake without kas and I have the same issue for > relatives path. When I build

Re: [yocto] Package dependencies not generated?

2023-11-03 Thread Jose Quaresma
Michael Opdenacker via lists.yoctoproject.org escreveu no dia sexta, 3/11/2023 à(s) 15:05: > Greetings, > > On 02.11.23 at 19:16, Michael Opdenacker wrote: > > Greetings, > > > > I compiled rsyslog from meta-oe: > > bitbake rsyslog > > > > I set up a binary feed ("bitbake package-index") and a

Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: add a workaround for the "autobuilderlog.json" error

2023-10-18 Thread Jose Quaresma
Hi Yoann, I have found the same for BBLAYERS that was fixed [1] expanding any relative path that could exist. Maybe it would be better to also expand BB_LOGCONFIG when the newbuilddir argument is present. [1] https://git.yoctoproject.org/poky/commit/id=f5f465ff5777eb99941db3dda84e65d4699d97f7

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-11 Thread Jose Quaresma
Alexander Kanavin escreveu no dia quarta, 11/10/2023 à(s) 09:38: > On Fri, 6 Oct 2023 at 16:27, Fabien Thomas wrote: > > -> On the build step "Run cmds" for meta-oe, I see following error : > > ERROR - Build directory > > /home/pokybuild/yocto-worker/reproducible-meta-oe/build/build-st > >

Re: [yocto] Re-building out-of-tree modules after kernel change

2023-10-11 Thread Jose Quaresma
Hi James There is an open bug for this, please take a look. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14885 Jose escreveu no dia quarta, 11/10/2023 à(s) 09:35: > Hello, > > I'm having an issue with out-of-tree modules not automatically re-building > after a change to the kernel

Re: [yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-09-26 Thread Jose Quaresma
Hi Mohammed, MOHAMMED HASSAN escreveu no dia terça, 26/09/2023 à(s) 05:41: > What prerequiste knowledge should I have before deciding to help. I have > less experience with yocto and embedded linux in general. Starting with Qemu will be good as you can build and run your system just using a

Re: [yocto] [OE-core][PATCH] go: update 1.20.5 -> 1.20.6

2023-07-30 Thread Jose Quaresma
Hi, I will cherry-pick it tomorrow. Thanks for the reminder. Jose A domingo, 30/07/2023, 14:46, Alexander Kanavin escreveu: > On Sat, 29 Jul 2023 at 21:19, Peter Marko via lists.openembedded.org > wrote: > > I could not find documentation how to handle mixins layer. > > Could you please pick

Re: [yocto] #gcc Is it possible to have Yocto Build go with distcc?

2023-06-26 Thread Jose Quaresma
You can use the icecc which is very similar to distcc. https://www.openembedded.org/wiki/Using_IceCC Jose escreveu no dia domingo, 25/06/2023 à(s) 16:06: > Hi > > As you know Yocto Build is time consuming, we'd like to check with you to > see if there is any way to have Yocto Build go with

Re: [yocto] Kirkstone Rust 1.68 mixin layer

2023-06-09 Thread Jose Quaresma
Hi Scott, Can this branch be renamed to just rust? -kirkstone/rust-1.68 +kirkstone/rust rust is now on 1.70 in core and it would be useful in my opinion to backport what is in the master and not just the 1.68 https://git.yoctoproject.org/poky/commit/?id=5035a8588bb27e029661a500215dd4e83f023ac6

[yocto] [meta-security][PATCH] integrity: linux-yocto: remove extra space in checkvalues

2023-05-24 Thread Jose Quaresma
The contains_any can evaluate the checkvalues correctly because it split the string to a set but the extra space is not need in this case. Signed-off-by: Jose Quaresma --- meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Jose Quaresma
Tomasz Dziendzielski escreveu no dia quinta, 11/05/2023 à(s) 10:15: > Hi Jose, > >Why not use the something inside the bitbake TMPDIR, if it is temporary > the correct place will be in TMPDIR. > I wanted to keep the same directory as it was before, but you're right > TMPDIR/bazel will be better

Re: [yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Jose Quaresma
Hi Tomasz, Tomasz Dziendzielski escreveu no dia quinta, 11/05/2023 à(s) 09:53: > Using TOPDIR variable breaks the sstate-cache every time build directory > changes totally breaking build from sstate-cache among different > workspaces. > > Changing that to TMPDIR that is included in

Re: [yocto] [meta-security][PATCH 1/8] Revert "ima-evm-utils: Update ima-evm-utils to v1.5 and add a patch"

2023-05-10 Thread Jose Quaresma
Jose Quaresma via lists.yoctoproject.org escreveu no dia quarta, 10/05/2023 à(s) 15:33: > > > akuster808 escreveu no dia quarta, 10/05/2023 à(s) > 15:25: > >> >> >> On 5/10/23 9:15 AM, Mikko Rapeli wrote: >> > Hi, >> > >> > O

Re: [yocto] [meta-security][PATCH 1/8] Revert "ima-evm-utils: Update ima-evm-utils to v1.5 and add a patch"

2023-05-10 Thread Jose Quaresma
akuster808 escreveu no dia quarta, 10/05/2023 à(s) 15:25: > > > On 5/10/23 9:15 AM, Mikko Rapeli wrote: > > Hi, > > > > On Wed, May 10, 2023 at 08:23:18AM -0400, Stefan Berger wrote: > >> > >> On 5/10/23 07:44, Armin Kuster wrote: >

[yocto] [meta-security][PATCH 8/8] Revert "ima: Document and replace keys and adapt scripts for EC keys"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- meta-integrity/data/debug-keys/README.md | 17 .../data/debug

[yocto] [meta-security][PATCH 6/8] Revert "ima: Fix the IMA kernel feature"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- meta-integrity/classes/ima-evm-rootfs.bbclass | 5 +- .../0001-ima-fix

[yocto] [meta-security][PATCH 7/8] Revert "ima: Fix the ima_policy_appraise_all to appraise executables & libraries"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- .../files/ima_policy_appraise_all| 9 + 1 file

[yocto] [meta-security][PATCH 5/8] Revert "ima: Rename IMA_EVM_POLICY_SYSTEMD to IMA_EVM_POLICY"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- meta-integrity/README.md | 2 +- meta-integrity/classes

[yocto] [meta-security][PATCH 3/8] Revert "integrity: Update the README for IMA support"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- meta-integrity/README.md | 20 +--- 1 file changed, 9

[yocto] [meta-security][PATCH 4/8] Revert "ima: Sign all executables and the ima-policy in the root filesystem"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- meta-integrity/classes/ima-evm-rootfs.bbclass | 25 --- 1 file

[yocto] [meta-security][PATCH 2/8] Revert "linux: overlayfs: Add kernel patch resolving a file change notification issue"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- ...Increment-iversion-upon-file-changes.patch | 42

[yocto] [meta-security][PATCH 1/8] Revert "ima-evm-utils: Update ima-evm-utils to v1.5 and add a patch"

2023-05-09 Thread Jose Quaresma
- (recipes-kernel/linux/linux-%.bbappend). So the patch fails in some recipes and also do_configure task doesn't make sense. This breaks many recipes like linux-firmware and maybe others. Signed-off-by: Jose Quaresma --- ...ation-using-ioctl-when-evm_portable-.patch | 35

Re: [yocto] [meta-security][PATCH 0/2] Drop a kernel patch and a kernel config option

2023-05-09 Thread Jose Quaresma
Stefan Berger escreveu no dia terça, 9/05/2023 à(s) 19:19: > > > On 5/9/23 14:11, Jose Quaresma wrote: > > Hi Stefan, Stefan Berger escreveu no dia > terça, 9/05/2023 à(s) 18: 55: This PR removes a kernel patch related to > overlayfs and IMA appraisal file change notifi

Re: [yocto] [meta-security][PATCH 7/8] linux: overlayfs: Add kernel patch resolving a file change notification issue

2023-05-09 Thread Jose Quaresma
Stefan Berger escreveu no dia terça, 9/05/2023 à(s) 19:05: > > > On 5/9/23 13:05, Jose Quaresma wrote: > > Stefan Berger escreveu no dia terça, > 9/05/2023 à(s) 17: 21: On 5/9/23 10: 53, Jose Quaresma wrote: > Hi Stefan, > > > Having this patch applied uncondit

Re: [yocto] [meta-security][PATCH 0/2] Drop a kernel patch and a kernel config option

2023-05-09 Thread Jose Quaresma
Hi Stefan, Stefan Berger escreveu no dia terça, 9/05/2023 à(s) 18:55: > This PR removes a kernel patch related to overlayfs and IMA appraisal file > change > notifictions and a squashfs xattr kernel config option. > >Stefan > > Stefan Berger (2): > linux: overlayfs: Drop kernel patch

Re: [yocto] [meta-security][PATCH 7/8] linux: overlayfs: Add kernel patch resolving a file change notification issue

2023-05-09 Thread Jose Quaresma
Stefan Berger escreveu no dia terça, 9/05/2023 à(s) 17:21: > > > On 5/9/23 10:53, Jose Quaresma wrote: > > Hi Stefan, > > > > Having this patch applied unconditionally to all kernels doesn't work > and the patch fails in many downstream kernels. > > I su

Re: [yocto] [meta-security][PATCH 7/8] linux: overlayfs: Add kernel patch resolving a file change notification issue

2023-05-09 Thread Jose Quaresma
Jose Quaresma via lists.yoctoproject.org escreveu no dia terça, 9/05/2023 à(s) 16:06: > And it fails in other recipes like linux-firmware. > Because bitbake also tries to apply the patch to linux-firmware because it > uses the recipes-kernel/linux/linux-%.bbappend to check when the &g

Re: [yocto] [meta-security][PATCH 7/8] linux: overlayfs: Add kernel patch resolving a file change notification issue

2023-05-09 Thread Jose Quaresma
And it fails in other recipes like linux-firmware. Because bitbake also tries to apply the patch to linux-firmware because it uses the recipes-kernel/linux/linux-%.bbappend to check when the integrity is enabled. Jose Jose Quaresma via lists.yoctoproject.org escreveu no dia terça, 9/05/2023 à(s

Re: [yocto] [meta-security][PATCH 7/8] linux: overlayfs: Add kernel patch resolving a file change notification issue

2023-05-09 Thread Jose Quaresma
Hi Stefan, Having this patch applied unconditionally to all kernels doesn't work and the patch fails in many downstream kernels. I suggest reverting this one if no other solutions come up. Jose Stefan Berger escreveu no dia sexta, 28/04/2023 à(s) 13:55: > > > On 4/28/23 08:48, Mikko Rapeli

Re: [yocto] OTA updates for Application Software

2023-04-21 Thread Jose Quaresma
Leon Woestenberg escreveu no dia sexta, 21/04/2023 à(s) 09:24: > On Fri, Apr 21, 2023 at 5:53 AM MOHAMMED HASSAN > wrote: > > > > I wanted to know if it is possible to update your application through > OTA updates. > > If yes, then please share some documentation or some steps in achieving >

Re: [RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone

2023-04-12 Thread Jose Quaresma
our public ssh key to Michael (cc) and explain what > access should be granted with that (which repo, which branch(es)). > > In this case, > https://git.yoctoproject.org/meta-lts-mixins/ > kirkstone/go > > Alex > > On Fri, 31 Mar 2023 at 18:15, Jose Quaresma > wrote:

[[yocto][meta-lts-mixins][kirkstone/go] 16/16] README: add my self as maintainer

2023-03-31 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index d33c576..5a24ec2 100644 --- a/README +++ b/README @@ -20,3 +20,4 @@ The patches can be backport from openembedded-core with: Maintainers: Alexander Kanavin +Jose Quaresma

[[yocto][meta-lts-mixins][kirkstone/go] 15/16] README: add note about backporting

2023-03-31 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- README | 5 + 1 file changed, 5 insertions(+) diff --git a/README b/README index b2fa46b..d33c576 100644 --- a/README +++ b/README @@ -13,5 +13,10 @@ or local.conf: GOVERSION = "1.20%" +The patches can be backport from openembedded-core with:

[[yocto][meta-lts-mixins][kirkstone/go] 14/16] go: fix some linkshared regression introduced in go 1.20

2023-03-31 Thread Jose Quaresma
Since go 1.20 some packages fails to link [1][2] and only build staticaly with GO_LINKSHARED = "" [1] https://lists.yoctoproject.org/g/meta-virtualization/topic/97182310 [2] https://github.com/golang/go/issues/58966 Signed-off-by: Jose Quaresma --- recipes-devtools/go-1.20/go-

[[yocto][meta-lts-mixins][kirkstone/go] 13/16] go: use go as CVE product for all golang recipe veriants

2023-03-31 Thread Jose Quaresma
Marko Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- recipes-devtools/go-1.20/go-binary-native_1.20.1.bb | 2 ++ recipes-devtools/go-1.20/go-common.inc | 3 +++ 2 files changed, 5 insertions(+) diff --git a/recipes-devtools/go-1.20/go

[[yocto][meta-lts-mixins][kirkstone/go] 12/16] go: update 1.20 -> 1.20.1

2023-03-31 Thread Jose Quaresma
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Jose Quaresma --- recipes-devtools/go-1.20/{go-1.20.inc => go-1.20.1.inc} | 2 +- ...{go-binary-native_1.20.bb => go-binary-native_1.20.1.bb} | 6 +++--- ...o-cross-canadian_1

[[yocto][meta-lts-mixins][kirkstone/go] 11/16] go-cross-canadian: use gcc-crosssdk, not gcc-native

2023-03-31 Thread Jose Quaresma
breakage. Also nativesdk sysroot was being passed in incorrectly. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- recipes-devtools/go-1.20/go-cross-canadian.inc | 6 +++--- 1 file changed, 3 insertions(+), 3

[[yocto][meta-lts-mixins][kirkstone/go] 07/16] go-helloworld: remove unused GO_WORKDIR

2023-03-31 Thread Jose Quaresma
in GOPATH mode in order to support offline build. As a result, this recipe was changed back to only inherit go.bbclass. But the GO_WORKDIR setting was not cleaned up. Signed-off-by: Chen Qi Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- recipes-extended/go

[[yocto][meta-lts-mixins][kirkstone/go] 05/16] go-helloworld: update to latest revision

2023-03-31 Thread Jose Quaresma
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/go-examples/go-helloworld_0.1.bb b

[[yocto][meta-lts-mixins][kirkstone/go] 06/16] go-helloworld: update to latest revision

2023-03-31 Thread Jose Quaresma
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Jose Quaresma --- recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/go-examples/go-helloworld_0.1.bb b

[[yocto][meta-lts-mixins][kirkstone/go] 02/16] make it kirkstone compatible

2023-03-31 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- README | 12 +++- conf/layer.conf | 4 ++-- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README b/README index 5b22b72..b2fa46b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ "Mixin" layer for adding latest Go

[[yocto][meta-lts-mixins][kirkstone/go] 03/16] go-helloworld: add from openembedded-core master

2023-03-31 Thread Jose Quaresma
://git.yoctoproject.org/poky/ archive: 278cb0fc0725fbfdcafd3b3afcfb7c7c6a4eee14 copy: meta/recipes-extended/go-examples --> recipes-devtools/go-examples/) Acked-by: Martin Kaistra Signed-off-by: Alexander Kanavin Signed-off-by: Jose Quaresma --- .../go-examples/go-helloworld_0.1.bb |

[[yocto][meta-lts-mixins][kirkstone/go] 04/16] go-helloworld: recipes-devtools -> recipes-extended

2023-03-31 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../go-examples/go-helloworld_0.1.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {recipes-devtools => recipes-extended}/go-examples/go-helloworld_0.1.bb (100%) diff --git a/recipes-devtools/go-examples

[[yocto][meta-lts-mixins][kirkstone/go] 01/16] Initial commit: add license, readme and layer config.

2023-03-31 Thread Jose Quaresma
From: Alexander Kanavin Reviewed-by: Martin Kaistra Signed-off-by: Alexander Kanavin Signed-off-by: Jose Quaresma --- COPYING.MIT | 17 + README | 23 +++ conf/layer.conf | 19 +++ 3 files changed, 59 insertions(+) create mode

Re: [RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone

2023-03-31 Thread Jose Quaresma
maybe you'll be able to push directly as > well, provided you also send the patches here). There's no autobuilder > testing; for mixin items the contributors are trusted :) > > Alex > > > On Thu, 30 Mar 2023 at 11:20, Jose Quaresma > wrote: > > > > Hi, >

Re: [RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone

2023-03-31 Thread Jose Quaresma
Bruce Ashfield escreveu no dia quinta, 30/03/2023 à(s) 16:14: > On Thu, Mar 30, 2023 at 10:41 AM Jose Quaresma > wrote: > > > > Hi, > > > > I already did some tests using the meta-virt master branch with > > the oe-core kirkstone and this version of the me

Re: [RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone

2023-03-30 Thread Jose Quaresma
> sort > > > out the technicalities (I can publish the branch on > > > git.yoctoproject.org, or maybe you'll be able to push directly as > > > well, provided you also send the patches here). There's no > > > autobuilder > > > testing; for mixin items

[RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone

2023-03-30 Thread Jose Quaresma
Hi, The golang version in kirkstone is the 1.17 and because of this is not possible to use some recent version of other projects like docker that requires a more recent version of the language. I have a kirkstone branch [1] available at Foundries.io with the golang backported from the oe-core

Re: [yocto] [meta-security][PATCH 3/3] meta-tpm/layer: lower the priority from 10 to 6

2023-03-24 Thread Jose Quaresma
Hi Armin, Can this patch and the others in the series be bakported to kirkstone? Jose Jose Quaresma via lists.yoctoproject.org escreveu no dia segunda, 6/03/2023 à(s) 17:55: > The priority change on sumo version without any description. > Since then is very hard to add in other layers

Re: [yocto] Network Isolation and CMake FetchContent

2023-03-22 Thread Jose Quaresma
Hi Rudolf, Rudolf J Streif escreveu no dia quarta, 22/03/2023 à(s) 16:58: > I have a vendor project which uses CMake FetchContent. > > It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set > in the cmake class. However, that does not fix the issue since network > isolation

Re: [yocto] [meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0

2023-03-22 Thread Jose Quaresma
Hi, The gstreamer plugin is packed in different package so you need to install them IMAGE_INSTALL += "libcamera-gst" Jose punctuation via lists.yoctoproject.org escreveu no dia terça, 21/03/2023 à(s) 20:43: > Dear community, > > I am trying to build an image for a raspberry pi, that

[yocto] [meta-security][PATCH 1/3] meta-hardening/layer: lower the priority from 10 to 6

2023-03-06 Thread Jose Quaresma
The priority change on sumo version without any description. Since then is very hard to add in other layers a new version of any recipe on this layer with such priority so these patch reverts the priority back to 6. Signed-off-by: Jose Quaresma --- meta-hardening/conf/layer.conf | 2 +- 1 file

[yocto] [meta-security][PATCH 2/3] meta-security-compliance/layer: lower the priority from 10 to 6

2023-03-06 Thread Jose Quaresma
The priority change on sumo version without any description. Since then is very hard to add in other layers a new version of any recipe on this layer with such priority so these patch reverts the priority back to 6. Signed-off-by: Jose Quaresma --- meta-security-compliance/conf/layer.conf | 2

[yocto] [meta-security][PATCH 3/3] meta-tpm/layer: lower the priority from 10 to 6

2023-03-06 Thread Jose Quaresma
The priority change on sumo version without any description. Since then is very hard to add in other layers a new version of any recipe on this layer with such priority so these patch reverts the priority back to 6. Signed-off-by: Jose Quaresma --- meta-tpm/conf/layer.conf | 2 +- 1 file

Re: [yocto] [linux-yocto] Removing DISTRO_FEATURES from a specific machine type

2022-11-14 Thread Jose Quaresma
Hi Pintu, Pintu Agarwal escreveu no dia segunda, 14/11/2022 à(s) 16:35: > Hi, > > This question is related to Yocto Dunfell specifically. > > I have certain distro features defined (by default) in our distro > include/conf file. > These distro features are required for certain machines and

Re: [linux-yocto] Removing DISTRO_FEATURES from a specific machine type

2022-11-14 Thread Jose Quaresma
Hi Pintu, Pintu Agarwal escreveu no dia segunda, 14/11/2022 à(s) 16:35: > Hi, > > This question is related to Yocto Dunfell specifically. > > I have certain distro features defined (by default) in our distro > include/conf file. > These distro features are required for certain machines and

Re: [yocto] do_kernel_configme - Could not generate configuration queue

2022-10-14 Thread Jose Quaresma
Hi Rudolf, I have reported this issue and together with a path [1] to fix it. Anyway Bruce has fixed the issue in another way in [2] and this works for me as well. [1] https://lists.yoctoproject.org/g/linux-yocto/message/11746 [2]

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-11 Thread Jose Quaresma
Bruce Ashfield escreveu no dia terça, 11/10/2022 à(s) 03:00: > > > On Mon, Oct 10, 2022 at 11:25 AM Jose Quaresma > wrote: > >> >> >> Bruce Ashfield escreveu no dia segunda, >> 10/10/2022 à(s) 16:04: >> >>> >>> >>> On Mo

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-10 Thread Jose Quaresma
Bruce Ashfield escreveu no dia segunda, 10/10/2022 à(s) 16:04: > > > On Mon, Oct 10, 2022 at 9:38 AM Bruce Ashfield via lists.yoctoproject.org > wrote: > >> >> >> On Mon, Oct 10, 2022 at 7:48 AM Jose Quaresma >> wrote: >> >>> >

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-10 Thread Jose Quaresma
Jose Quaresma via lists.yoctoproject.org escreveu no dia segunda, 10/10/2022 à(s) 11:12: > > > Bruce Ashfield escreveu no dia domingo, > 9/10/2022 à(s) 03:48: > >> On Sat, Oct 8, 2022 at 3:33 PM Jose Quaresma >> wrote: >> > >> > Hi Bruce, >&

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-10 Thread Jose Quaresma
Bruce Ashfield escreveu no dia domingo, 9/10/2022 à(s) 03:48: > On Sat, Oct 8, 2022 at 3:33 PM Jose Quaresma > wrote: > > > > Hi Bruce, > > > > Jose Quaresma via lists.yoctoproject.org gmail@lists.yoctoproject.org> escreveu no dia sexta, 7/10/2022

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-08 Thread Jose Quaresma
Hi Bruce, Jose Quaresma via lists.yoctoproject.org escreveu no dia sexta, 7/10/2022 à(s) 09:23: > Hi Bruce, > > Bruce Ashfield escreveu no dia sexta, > 7/10/2022 à(s) 02:18: > >> On Thu, Oct 6, 2022 at 2:27 PM Bruce Ashfield via >> lists.yoctoproject.org >>

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-07 Thread Jose Quaresma
s it possible for you to point me at the configuration and steps to > reproduce it ? > Many thanks to working on this. I will try to reproduce the problem during the day, so I will keep back with steps needed for that. Jose > > Bruce > > > > > Bruce > > > > > Bruce

[linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-09-29 Thread Jose Quaresma
-dev-mfgtool/imx8mq-evk/defconfig | # run time: 0 seconds | # processed files: | # _cfg /oe/layers/meta-lmp/meta-lmp-bsp/recipes-kernel/linux/linux-lmp-dev-mfgtool/imx8mq-evk/defconfig Signed-off-by: Jose Quaresma --- tools/spp | 13 - 1 file changed, 12 insertions(+), 1 deletion

Re: [linux-yocto] [yocto-kernel-tools][PATCH 2/2] Revert "spp: ensure that relocations and patch paths are absolute"

2022-09-29 Thread Jose Quaresma
Bruce Ashfield escreveu no dia quinta, 29/09/2022 à(s) 18:09: > On Thu, Sep 29, 2022 at 12:55 PM Jose Quaresma > wrote: > >> Hi Bruce, >> >> Bruce Ashfield escreveu no dia quinta, >> 29/09/2022 à(s) 17:42: >> >>> If this broke another u

Re: [linux-yocto] [yocto-kernel-tools][PATCH 2/2] Revert "spp: ensure that relocations and patch paths are absolute"

2022-09-29 Thread Jose Quaresma
echo $i +done +} + + # args are the input files -infiles=$@ +infiles=$(expand_if_full_path $@) processed_files="" > > Bruce > > > On Thu, Sep 29, 2022 at 12:37 PM Jose Quaresma > wrote: > >> This reverts commit 9320c2a1aaa085e94abd15ede0d93ff

[linux-yocto] [yocto-kernel-tools][PATCH 2/2] Revert "spp: ensure that relocations and patch paths are absolute"

2022-09-29 Thread Jose Quaresma
/recipes-kernel/linux/linux-lmp-dev-mfgtool/imx8mq-evk/defconfig so the 9320c2a patch removes the prefix in this use case. Signed-off-by: Jose Quaresma --- tools/scc-cmds/kconf.cmd | 4 tools/spp| 17 ++--- 2 files changed, 2 insertions(+), 19 deletions(-) diff

[linux-yocto] [yocto-kernel-tools][PATCH 1/2] scc: only look for error in scc_output_file if it has valid content

2022-09-29 Thread Jose Quaresma
messages to the user. Signed-off-by: Jose Quaresma --- tools/scc | 42 +++--- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/tools/scc b/tools/scc index 78e7445..58a9e46 100755 --- a/tools/scc +++ b/tools/scc @@ -249,28 +249,32 @@ process_file

Re: [yocto] [meta-security][PATCH v2] meta-integrity: kernel-modsign: prevents splitting out debug symbols

2022-07-18 Thread Jose Quaresma
Hi Armin, Can this patch be backported to kirkstone? Jose Jose Quaresma via lists.yoctoproject.org escreveu no dia segunda, 27/06/2022 à(s) 13:02: > Starting with [1] kernel modules symbols is being slipped in OE-core > and this breaks the kernel modules sign, so disable it. > >

Re: [yocto] [meta-security][PATCH v2] meta-integrity: kernel-modsign: prevents splitting out debug symbols

2022-06-30 Thread Jose Quaresma
Gracious ping. Jose Quaresma via lists.yoctoproject.org escreveu no dia segunda, 27/06/2022 à(s) 13:02: > Starting with [1] kernel modules symbols is being slipped in OE-core > and this breaks the kernel modules sign, so disable it. > > [1] > https://git.openembedded.org/op

[yocto] [meta-security][PATCH v2] meta-integrity: kernel-modsign: prevents splitting out debug symbols

2022-06-27 Thread Jose Quaresma
Starting with [1] kernel modules symbols is being slipped in OE-core and this breaks the kernel modules sign, so disable it. [1] https://git.openembedded.org/openembedded-core/commit/?id=e09a8fa931fe617afc05bd5e00dca5dd3fe386e8 Signed-off-by: Jose Quaresma --- meta-integrity/classes/kernel

[yocto] [meta-security][PATCH] meta-integrity: kernel-modsign: prevents splitting out debug

2022-06-27 Thread Jose Quaresma
Starting with [1] kernel modulus symbols is being slipped in OE-core and this breaks the kernel module sign, so disable it. [1] https://git.openembedded.org/openembedded-core/commit/?id=e09a8fa931fe617afc05bd5e00dca5dd3fe386e8 Signed-off-by: Jose Quaresma --- meta-integrity/classes/kernel

Re: [yocto] OS-less SDK

2022-05-02 Thread Jose Quaresma
Hi Alessio, meta-arm have some binary baremetal toolchains for arm and aarch64 at: https://git.yoctoproject.org/meta-arm/tree/meta-arm-toolchain/recipes-devtools/external-arm-toolchain Jose Khem Raj escreveu no dia sexta, 29/04/2022 à(s) 16:53: > > > On 4/29/22 4:51 AM, Alessio Igor Bogani

Re: [yocto] [ANNOUNCEMENT] Yocto Project 4.0 is Released

2022-04-27 Thread Jose Quaresma
Hi, Congratulation to everyone involved Paul Barker escreveu no dia quarta, 27/04/2022 à(s) 09:08: > On 27/04/2022 02:49, Lee, Chee Yang wrote: > > Hi > > > > We are pleased to announce the Yocto Project 4.0 Release is now > > available for download. > > Congratulations on another release

Re: [yocto] master/kirkstone: ERROR: Nothing RPROVIDES 'gps-utils-python' (this happens since tonight)

2022-04-22 Thread Jose Quaresma
Hi, The package name of the new package is missing. PACKAGES =+ "gps-utils-python" José A sexta, 22/04/2022, 07:28, Matthias Klein escreveu: > Hello, > > in our image we request the following packages: gpsd gps-utils libgps > > Since tonight there is the error: > > ERROR: Nothing RPROVIDES

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-11 Thread Jose Quaresma
Alessandro Tagliapietra escreveu no dia segunda, 11/04/2022 à(s) 17:13: > I've created an npm package recipe for node-red-node-serialport > using > > devtool add "npm://registry.npmjs.org > ;package=node-red-node-serialport;version=1.0.1"

Re: [yocto] gpsd autostart with systemd?

2022-02-07 Thread Jose Quaresma
Hi Matthias, You need to add the systemd service, the socket service is already there. SYSTEMD_SERVICE:${PN} += "${BPN}.service" Matthias Klein escreveu no dia segunda, 7/02/2022 à(s) 08:19: > Hello, > > what needs to be in a bbapped so that gpsd is started automatically at > boot time, and

Re: [yocto] Red alert but apparently harmless setscene errors

2022-01-19 Thread Jose Quaresma
/01/2022 à(s) 19:16: > > On 1/13/22 10:53 PM, Richard Purdie wrote: > > On Thu, 2022-01-13 at 19:37 +0100, Michael Opdenacker wrote: > >> Hi Jose, > >> > >> Thanks for your advice! > >> > >> On 1/13/22 6:37 PM, Jose Quaresma wrote: > &

Re: [yocto] Red alert but apparently harmless setscene errors

2022-01-13 Thread Jose Quaresma
Richard Purdie escreveu no dia quinta, 13/01/2022 à(s) 21:53: > On Thu, 2022-01-13 at 19:37 +0100, Michael Opdenacker wrote: > > Hi Jose, > > > > Thanks for your advice! > > > > On 1/13/22 6:37 PM, Jose Quaresma wrote: > > > Hi, > > > > >

Re: [yocto] Red alert but apparently harmless setscene errors

2022-01-13 Thread Jose Quaresma
Hi, I've seen the same for some time now when building core-image-minimal with yocto state mirror and hashequiv servers. After some investigation I think the root cause is some bandwidth/connection limitation on the http yocto mirror. Reducing the BB_NUMBER_THREADS="1" to a single core solves

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

2021-12-21 Thread Jose Quaresma
Richard Purdie escreveu no dia terça, 21/12/2021 à(s) 14:19: > On Tue, 2021-12-21 at 11:15 +0000, Jose Quaresma wrote: > > > > > > Teoh, Jay Shen escreveu no dia terça, > 21/12/2021 > > à(s) 07:46: > > > Hi all, > > > > > > Th

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

2021-12-21 Thread Jose Quaresma
Teoh, Jay Shen escreveu no dia terça, 21/12/2021 à(s) 07:46: > Hi all, > > This is the full report for yocto-3.1.13.rc1: > > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. > > new

  1   2   >