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

2024-03-17 Thread Scott Murray
On Tue, 12 Mar 2024, Scott Murray wrote: > On Tue, 12 Mar 2024, Jose Quaresma wrote: > > > Hi Sundeep, > > > > Sundeep KOKKONDA escreveu (terça, > > 12/03/2024 à(s) 03:45): > > > > > Hello, > > > > > > FYI. There is a V2 available fo

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

2024-03-12 Thread Scott Murray
On Tue, 12 Mar 2024, Jose Quaresma wrote: > Hi Sundeep, > > Sundeep KOKKONDA escreveu (terça, > 12/03/2024 à(s) 03:45): > > > Hello, > > > > FYI. There is a V2 available for this patch with upstream fix backport. > > You can consider that. > > > >

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

2024-01-24 Thread Scott Murray
python3native dependency Scott Murray (1): Update README Sean Nyekjaer (2): rust-cross-canadian: set CARGO_TARGET__RUSTFLAGS rust-cross-canadian: set CARGO_TARGET__RUNNER for nativesdk Sundeep KOKKONDA (2): rust: Split rustdoc into a separate package rust: rustdoc reproducibility issue

[yocto] [meta-lts-mixins][PATCH 00/15] Populate kirkstone/rust-1.70 branch (cover letter only)

2024-01-24 Thread Scott Murray
fications for git dependencies Khem Raj (1): rust-target-config: Map rust target to OE target Martin Jansa (1): libstd-rs, rust: use bfd linker instead of gold Ross Burton (1): librsvg: upgrade to 2.56.3 Scott Murray (3): librsvg: update 2.54.6 -> 2.56.0 rust-hello-world: Fix building

Re: [yocto][meta-lts-mixins][kirkstone/rust-1.68] gitignore: add pyc files

2023-10-05 Thread Scott Murray
Thanks, Peter, I have merged & pushed this to kirkstone/rust-1.68. I had noticed it locally, but forgot to push something before some travel last week. Scott On Sun, 24 Sep 2023, Peter Marko via lists.yoctoproject.org wrote: > From: Peter Marko > > Using this mixin layer causes dirty

[yocto] [meta-lts-mixins][PATCH 4/4] Fix RISC-V support

2023-08-23 Thread Scott Murray
toolchain as it stands in Mickledore branch. Signed-off-by: Scott Murray --- classes/rust-common.bbclass| 4 ++-- classes/rust-target-config.bbclass | 2 +- conf/layer.conf| 4 lib/mixin/rust.py | 13 + 4 files changed, 20 insertions(+), 3

[yocto] [meta-lts-mixins][PATCH 3/4] librsvg: upgrade to 2.54.6

2023-08-23 Thread Scott Murray
From: Chee Yang Lee update include fix for CVE-2023-38633. Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman Signed-off-by: Scott Murray --- recipes-gnome/librsvg/{librsvg_2.54.5.bb => librsvg_2.54.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-gn

[yocto] [meta-lts-mixins][PATCH 2/4] rust-common.bbclass: move musl-specific linking fix from rust-source.inc

2023-08-23 Thread Scott Murray
-off-by: Richard Purdie (cherry picked from commit d3811228747590ea06e8d68be4785d45ec9c478f) Signed-off-by: Steve Sakoman Signed-off-by: Scott Murray --- classes/rust-common.bbclass | 4 recipes-devtools/rust/rust-source.inc | 5 - 2 files changed, 4 insertions(+), 5 deletions

[yocto] [meta-lts-mixins][PATCH 1/4] cargo.bbclass: set up cargo environment in common do_compile

2023-08-23 Thread Scott Murray
Signed-off-by: Scott Murray --- classes/cargo.bbclass| 1 - classes/cargo_common.bbclass | 4 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/classes/cargo.bbclass b/classes/cargo.bbclass index 7a8cc1e..3ef0bbb 100644 --- a/classes/cargo.bbclass +++ b/classes/cargo.bbclass

[yocto] [meta-lts-mixins][PATCH 0/4] kirkstone/rust-1.68 branch updates

2023-08-23 Thread Scott Murray
-specific linking fix from rust-source.inc Chee Yang Lee (1): librsvg: upgrade to 2.54.6 Scott Murray (1): Fix RISC-V support classes/cargo.bbclass | 1 - classes/cargo_common.bbclass| 4 classes/rust-common.bbclass

Re: [yocto] Kirkstone Rust 1.68 mixin layer

2023-06-12 Thread Scott Murray
On Fri, 9 Jun 2023, Jose Quaresma wrote: > 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 >

[yocto] Kirkstone Rust 1.68 mixin layer

2023-05-11 Thread Scott Murray
Just a FYI, the Rust 1.68 mixin layer is now available in the meta-lts-mixins repository as the kirkstone/rust-1.68 branch. It is synced up with what Steve has queued for Mickledore LTS, so it currently provides Rust 1.68.2. Scott -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC v2 PATCH 2/2] rust: Upgrade 1.68.1 -> 1.68.2

2023-05-07 Thread Scott Murray
. * Add support for @revoked and a better error message for @cert-authority in Cargo’s SSH host key verification (From OE-Core rev: 4563432b41026adc56c54452984b19ab64e7406e) Signed-off-by: Alex Kiernan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Scott Murray

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC v2 PATCH 0/2] Proposed Kirkstone Rust 1.68 mixin

2023-05-07 Thread Scott Murray
it outside the scope for now. v2: Remove Rust-related patches from master that Steve does not have queued for Mickledore. If they do later get backported, they can be re-added as required. Alex Kiernan (1): rust: Upgrade 1.68.1 -> 1.68.2 Scott Murray (1): Initial check-in -- 2.3

Re: [yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 0/4] *** SUBJECT HERE ***

2023-05-04 Thread Scott Murray
Oops, too quick to send, subject should be "Proposed Kirkstone Rust mixin" On Thu, 4 May 2023, Scott Murray via lists.yoctoproject.org wrote: > These patches comprise my proposed kirkstone/rust-1.68 branch for the > meta-lts-mixins repo. The initial check-in backports the Rust

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 4/4] meta/recipes: ensure all recipes have a SUMMARY

2023-05-04 Thread Scott Murray
/recipes-devtools/rust changes only] Signed-off-by: Scott Murray --- recipes-devtools/rust/cargo_1.68.2.bb | 2 +- recipes-devtools/rust/rust-cross-canadian.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/rust/cargo_1.68.2.bb b/recipes-devtools/rust

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 2/4] cargo: Fix build on musl/riscv

2023-05-04 Thread Scott Murray
From: Khem Raj libc needs fix for defining scope of SOCK_SEQPACKET (From OE-Core rev: 378da16ebe2917f26f9fe8cf654bced09ec6ecfe) Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Scott Murray --- ...efine-SOCK_SEQPACKET-in-common

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 3/4] rust: Upgrade 1.68.1 -> 1.68.2

2023-05-04 Thread Scott Murray
. * Add support for @revoked and a better error message for @cert-authority in Cargo’s SSH host key verification (From OE-Core rev: 4563432b41026adc56c54452984b19ab64e7406e) Signed-off-by: Alex Kiernan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Scott Murray

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 0/4] *** SUBJECT HERE ***

2023-05-04 Thread Scott Murray
layer in this mixin, but I have decided to consider it outside the scope for now. Alex Kiernan (1): rust: Upgrade 1.68.1 -> 1.68.2 Alexander Kanavin (1): meta/recipes: ensure all recipes have a SUMMARY Khem Raj (1): cargo: Fix build on musl/riscv Scott Murray (1): Initial ch

Re: [yocto] meta-egl failure: Nothing RPROVIDES polkit

2022-05-27 Thread Scott Murray
On Fri, 27 May 2022, Tim Orling wrote: > On Fri, May 27, 2022 at 9:18 AM Jan Simon Moeller < > jsmoel...@linuxfoundation.org> wrote: > > > Hi ! > > > > Yes, we need to look into this and likely change the location of the > > RDEPENDS. > > Thanks for flagging. > > > > polkit needs to be in

Re: [yocto] Adding systemd to yocto

2022-05-03 Thread Scott Murray
On Tue, 3 May 2022, Edgar Mobile wrote: > Apparently, this is not enough: > > bitbake core-image-weston > /usr/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve > package from __spec__ or __package__, falling back on __name__ and __path__ > return f(*args, **kwds) >

Re: [yocto] Adding systemd to yocto

2022-05-02 Thread Scott Murray
On Mon, 2 May 2022, Edgar Mobile wrote: > Ok, correction: I complains about pam missing. My apologies, I'd forgotten that wrinkle as we'd been sidestepping it for a while in AGL with some custom Weston startup. There are a few recipes in the Weston stuff that explicitly mark pam as a required

Re: [yocto] Adding systemd to yocto

2022-04-29 Thread Scott Murray
On Thu, 28 Apr 2022, Joel Winarske wrote: > Line 30-36 include changes to convert a sysvinit image to systemd. > https://github.com/jwinarske/manifests/blob/honister/conf/rpi64_config#L30 The INIT_MANAGER variable added in zeus removes the need to tinker with DISTRO_FEATURES and VIRTUAL-RUNTIME*

[yocto] [PATCH] meta-poky: Update BB_DISKMON_DIRS use

2022-02-17 Thread Scott Murray
Update the example BB_DISKMON_DIRS definitions in the sample local.conf files for the rename of the "ABORT" action to "HALT". Signed-off-by: Scott Murray --- meta-poky/conf/local.conf.sample | 10 +- meta-poky/conf/local.conf.sample.extended | 2 +-

Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus

2022-02-10 Thread Scott Murray
On Thu, 10 Feb 2022, Dusan Radic wrote: > Hello, > > I am trying to upgrade my distro from rocko to zeus. > After I fixed all the initial parsing and build problems I have > reached a point where the linux-imx doesn't build. Maybe I am > underestimating the task in front of me, but I have already

Re: [yocto] [oe] Help with Inclusive Language in OpenEmbedded/Yocto Project

2021-12-08 Thread Scott Murray
On Mon, 6 Dec 2021, Jon Mason wrote: > This email is a follow-up from the session held on Friday at the > OpenEmbedded Developer's Virtual Meeting (see > https://www.openembedded.org/wiki/OEDVM_Nov_2021) > > The session was not recorded, but the slides can be found at >

Re: [yocto] [meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git

2020-07-17 Thread Scott Murray
On Thu, 16 Jul 2020, Yi Zhao wrote: > > On 7/16/20 11:27 AM, Yi Zhao wrote: > > > > On 7/15/20 6:38 PM, Scott Murray wrote: > >> On Wed, 15 Jul 2020, Yi Zhao wrote: > >> > >>> On 7/15/20 12:19 AM, Scott Murray wrote: > >>>> On Tue,

Re: [yocto] [meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git

2020-07-17 Thread Scott Murray
On Thu, 16 Jul 2020, Yi Zhao wrote: > > On 7/15/20 6:38 PM, Scott Murray wrote: > > On Wed, 15 Jul 2020, Yi Zhao wrote: > > > >> On 7/15/20 12:19 AM, Scott Murray wrote: > >>> On Tue, 7 Jul 2020, Yi Zhao wrote: > >>> > >>>>

Re: [yocto] [meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git

2020-07-15 Thread Scott Murray
On Wed, 15 Jul 2020, Yi Zhao wrote: > > On 7/15/20 12:19 AM, Scott Murray wrote: > > On Tue, 7 Jul 2020, Yi Zhao wrote: > > > >> Here is the changelog for this is patchset: > >> > >> * Drop refpolicy 2.20190201 > >>If we still keep

Re: [yocto] [meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git

2020-07-14 Thread Scott Murray
On Tue, 7 Jul 2020, Yi Zhao wrote: > Here is the changelog for this is patchset: > > * Drop refpolicy 2.20190201 > If we still keep two versions of refpolicy, it is difficult to maintain two > huge local patchsets. So drop this version and only keep the git version. > > * Add patches to make

Re: [yocto] [OE-core] Yocto Project Status WW25'20

2020-06-23 Thread Scott Murray
On Tue, 23 Jun 2020, Chris Laplante via lists.openembedded.org wrote: > > > Does anyone know what the intended audience is for the Developer Day > > presentations? E.g. would someone who uses bitbake day-to-day but perhaps > > doesn't edit recipes benefit? > > > > > > > I would say look at the

Re: [yocto] [WIC] Wic creates spurious partition

2020-04-30 Thread Scott Murray
On Thu, 30 Apr 2020, Rudolf J Streif wrote: > I seem to be running into wic problems today... > > I have the following wks file: > > > > part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk > --no-table --align 1 > part u-boot --source rawcopy

[yocto] [psplash][PATCH 0/2] psplash fixes

2020-03-02 Thread Scott Murray
A change to hopefully enable a fix for the psplash-systemd FIFO race (a corresponding change is required to the systemd unit in oe-core), and some clean up after the recent generated header changes. Scott Murray (2): Remove generated psplash-poky-img.h Fix psplash-systemd failures

[yocto] [psplash][PATCH 2/2] Fix psplash-systemd failures

2020-03-02 Thread Scott Murray
To avoid racing on FIFO creation between psplash and psplash-systemd, enhance the systemd support by adding a call to sd_notify in psplash after the FIFO is created. That will alow setting the psplash-start systemd unit type to "notify" to avoid the race. Signed-off-by: Sc

[yocto] [psplash][PATCH 1/2] Remove generated psplash-poky-img.h

2020-03-02 Thread Scott Murray
Since removing psplash-bar-img.h in commit f7a354d means that it will always need to be regenerated, go ahead and remove psplash-poky-img.h as well for consistency. Signed-off-by: Scott Murray --- psplash-poky-img.h | 1026 1 file changed, 1026