[yocto] NPM support on Dunfell

2022-04-11 Thread Joel Winarske
I'm seeing some gaps and performance issues. Examples: 1. Setting NPM_INSTALL_DEV = "1" I am rewarded with: 169 npm ERR! Could not install from

[yocto] [meta-gplv2][PATCH] readline: add config file for pkgconfig

2022-04-11 Thread Yu, Mingli
From: Mingli Yu After bind upgrade to 9.18.x, the below change introduced [1], all supported libraries have accompanying .pc files now. ba2376b9e0 Update and cleanup the readline library support Otherwise, there comes below error during do_configure. $ bitbake bind | configure: error: Package

[yocto] [meta-security][dunfell][PATCH 2/2] sssd: CVE-2021-3621: shell command injection in sssctl

2022-04-11 Thread Jeremy Puhlman
From: Hitendra Prajapati Source: https://github.com/SSSD/sssd MR: 114189 Type: Security Fix Disposition: Backport from https://github.com/SSSD/sssd/commit/7ab83f97e1cbefb78ece17232185bdd2985f0bbe ChangeID: 4588f47f3eeb42a6640e6c1a0d886a9c95f5729c Description: CVE: CVE-2021-3621 sssd: shell

[yocto] [meta-security][dunfell][PATCH 1/2] sssd: re-package to fix QA issues

2022-04-11 Thread Jeremy Puhlman
Source: meta-security:honister MR: 113808 Type: Defect Fix Disposition: Merged from honister ChangeID: be0e4f3c73eeb04d1c79d99d3377c89659abe420 Description: It packages all file in ${libdir} to package sssd, including the .so symlink files. Then it causes QA issues: | ERROR: QA Issue: sssd

[yocto] M+ & H bugs with Milestone Movements WW15

2022-04-11 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW15 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 14495 Implement CVE checking on all packages in a SBOM/manifest

[yocto] Enhancements/Bugs closed WW15!

2022-04-11 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ki...@ukr.net 1 tim.orl...@konsulko.com 1 randy.macl...@windriver.com 1 workjagade...@gmail.com 1 Grand Total 4 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:

[yocto] Current high bug count owners for Yocto Project 3.5

2022-04-11 Thread Stephen Jolley
All, Below is the list as of top 38 bug owners as of the end of WW15 of who have open medium or higher bugs and enhancements against YP 3.5. There are 13 possible work days left until the final release candidates for YP 3.5 needs to be released. Who Count michael.opdenac...@bootlin.com 34

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

2022-04-11 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

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

2022-04-11 Thread Alessandro Tagliapietra
Tested with updated honister branch, same error -- Alessandro Tagliapietra On Mon, Apr 11, 2022 at 2:41 PM Alessandro Tagliapietra < tagliapietra.alessan...@gmail.com> wrote: > I'm using honister (it's from a few months ago, I'm currently > rebuilding using the latest commit) > > On Mon, Apr

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

2022-04-11 Thread Alessandro Tagliapietra
I'm using honister (it's from a few months ago, I'm currently rebuilding using the latest commit) On Mon, Apr 11, 2022 at 2:29 PM Khem Raj wrote: > which release branch are you using? > > On Mon, Apr 11, 2022 at 2:27 PM Alessandro Tagliapietra > wrote: > > > > Removing works, the build

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

2022-04-11 Thread Khem Raj
which release branch are you using? On Mon, Apr 11, 2022 at 2:27 PM Alessandro Tagliapietra wrote: > > Removing works, the build succeeded, however I can't test if it's actually > needed by the package, I'll try that tomorrow. > Regarding file paths for example file

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

2022-04-11 Thread Alessandro Tagliapietra
Removing works, the build succeeded, however I can't test if it's actually needed by the package, I'll try that tomorrow. Regarding file paths for example file linux-arm/node.napi.armv7.node is in these paths:

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

2022-04-11 Thread Khem Raj
On Mon, Apr 11, 2022 at 1:43 PM Alessandro Tagliapietra < tagliapietra.alessan...@gmail.com> wrote: > On Mon, Apr 11, 2022 at 1:36 PM Khem Raj wrote: > >> >> what package folders do you see under packages-split/ folder in your >> build area for this recipe ? >> > > The ones I've added in the

Re: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 1/2] intel-x86: preempt-rt: Disable CONFIG_NUMA_BALANCING

2022-04-11 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 1/2] intel-x86: preempt-rt: Disable CONFIG_NUMA_BALANCING on 11/04/2022 Yongxin Liu wrote: > From: He Zhe > > CONFIG_NUMA_BALANCING has been set to depend on !PREEMPT_RT according to >

Re: [linux-yocto] [PATCH v5.15 00/14] kasan: fix "BUG: sleeping function called from invalid context"

2022-04-11 Thread Bruce Ashfield
In message: [PATCH v5.15 00/14] kasan: fix "BUG: sleeping function called from invalid context" on 08/04/2022 Paul Gortmaker wrote: > This "seen on -rt" issue was originally reported on v5.15-rc7, as per: > > https://lore.kernel.org/rcu/20211101103158.3725704-1-jun.m...@windriver.com/T/#u > >

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

2022-04-11 Thread Alessandro Tagliapietra
On Mon, Apr 11, 2022 at 1:36 PM Khem Raj wrote: > > what package folders do you see under packages-split/ folder in your > build area for this recipe ? > The ones I've added in the INSANE_SKIP ls -lah

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

2022-04-11 Thread Khem Raj
On Mon, Apr 11, 2022 at 1:27 PM Alessandro Tagliapietra wrote: > > Thank you for helping! > > The package is node-red-node-serialport, it doesn't seem to create child > packages for the dependencies, the nodejs deps only reside in the package > node-modules folder. > The packages-split only

Re: [REBASE][linux-yocto][v5.15/standard/nxp-sdk-5.10/nxp-s32g] nxp-s32g: porting v5.10 SDK patches to standard v5.15 kernel

2022-04-11 Thread Bruce Ashfield
In message: [REBASE][linux-yocto][v5.15/standard/nxp-sdk-5.10/nxp-s32g] nxp-s32g: porting v5.10 SDK patches to standard v5.15 kernel on 08/04/2022 Quanyang Wang wrote: > Hi Bruce, > > Would you please help create a new branch > v5.15/standard/nxp-sdk-5.10/nxp-s32g in linux-yocto > > and apply

Re: [REBASE][linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g] nxp-s32g: porting v5.10 SDK patches to preempt-rt v5.15 kernel

2022-04-11 Thread Bruce Ashfield
In message: [REBASE][linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g] nxp-s32g: porting v5.10 SDK patches to preempt-rt v5.15 kernel on 08/04/2022 Quanyang Wang wrote: > Hi Bruce, > > Would you please help create a new branch > v5.15/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g in

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

2022-04-11 Thread Alessandro Tagliapietra
Thank you for helping! The package is node-red-node-serialport, it doesn't seem to create child packages for the dependencies, the nodejs deps only reside in the package node-modules folder. The packages-split only contained node-red-node-serialport-* packages. So I've tried to add the skips for

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

2022-04-11 Thread Khem Raj
The prebuilds are for other architectures. so perhaps you can rm them in a do_install_append() or if they are really needed you perhaps would also need INSANE_SKIP_ = "arch" eventually is your recipe called node-red-node-serialport ? INSANE_SKIP_${PN} is only accounting for one output package.

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] [Question] How to handle GPLv3 packages?

2022-04-11 Thread Khem Raj
On Mon, Apr 11, 2022 at 1:29 AM Mans Zigher wrote: > > This is my first time working with them so I am learning a lot but > never encountered anything like it. Trying to look into what it would > require to move to a newer version it appears as if they have set up > their layers inside the poky

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

2022-04-11 Thread Alessandro Tagliapietra
I've created an npm package recipe for node-red-node-serialport ( https://www.npmjs.com/package/node-red-node-serialport ) using devtool add "npm://registry.npmjs.org;package=node-red-node-serialport;version=1.0.1" which generated this (

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 2/2] bsp/intel-x86: change the i2c-hid configuration to be ACPI-based

2022-04-11 Thread Yongxin Liu
The i2c-hid driver has been split in kernel commit b33752c30023 ("HID: i2c-hid: Reorganize so ACPI and OF are separate modules"). We use ACPI-based driver only in intel-x86 BSP. Fix the following warning: [INFO]: the following symbols were not found in the active configuration: -

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 1/2] intel-x86: preempt-rt: Disable CONFIG_NUMA_BALANCING

2022-04-11 Thread Yongxin Liu
From: He Zhe CONFIG_NUMA_BALANCING has been set to depend on !PREEMPT_RT according to https://git.yoctoproject.org/linux-yocto-dev/commit/?h=standard/preempt-rt/base=554b0f3ca6f4948fdbab5f199858d902061318d0 and thus causes the following warnings on all preempt branches. [NOTE]:

Re: [yocto] [Question] How to handle GPLv3 packages?

2022-04-11 Thread Mans Zigher
This is my first time working with them so I am learning a lot but never encountered anything like it. Trying to look into what it would require to move to a newer version it appears as if they have set up their layers inside the poky dir and then they are using COREBASE when one layer depends on

Re: [yocto] [Question] How to handle GPLv3 packages?

2022-04-11 Thread Alexander Kanavin
It's a contracting issue. You need to specify in writing that the vendor cannot provide ancient Yocto. Otherwise they won't bother. Alex On Mon, 11 Apr 2022 at 09:13, Måns wrote: > > Yes I know. Not sure why QC is stuck on Thud. Even newer releases from > QC for the target that we are working

Re: [yocto] [Question] How to handle GPLv3 packages?

2022-04-11 Thread Mans Zigher
Yes I know. Not sure why QC is stuck on Thud. Even newer releases from QC for the target that we are working on is stuck at Thud. Mans Den fre 8 apr. 2022 kl 18:59 skrev Alexander Kanavin : > > Thud has been EOL for a long time. You can see when the support been > added here (end of 2019 it