Re: [yocto] [meta-cgl][kirkstone][PATCH 1/1] pacemaker: Remove build host path

2023-04-24 Thread Jeremy Puhlman
Meregd, thanks. On 4/23/2023 7:27 PM, Soumya via lists.yoctoproject.org wrote: File installed by pacemaker-cli-utils contains path of build host. Signed-off-by: Soumya --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_2.0.5.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta

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

2023-04-24 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW16 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13218 native programs from RSS that alias hosttools can cause non-reproducible

[yocto] Enhancements/Bugs closed WW16!

2023-04-24 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count st...@sakoman.com 1 Grand Total 1 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:(208) 244-4460 * Email: sjolley.yp...@gmail.com

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

2023-04-24 Thread Stephen Jolley
All, Below is the list as of top 37 bug owners as of the end of WW16 of who have open medium or higher bugs and enhancements against YP 4.2. There are 3 possible work days left until the final release candidates for YP 4.2 needs to be released. Who Count michael.opdenac...@bootlin.com 36 r

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

2023-04-24 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

[yocto] [meta-security][PATCH] tpm2-tools: Remove unnecessary and optional dependencies

2023-04-24 Thread Peter Kjellerstedt
* The dependency on autoconf-archive is only needed when building from the Git repository (and it should really be autoconf-archive-native). * Removing the build dependency on tpm2-abrmd does not change the output in any way, i.e., nothing is used from it. * The runtime dependency on libtss2 is

Re: [yocto] [meta-security] Unnecessary/optional dependencies in tpm2-tools

2023-04-24 Thread Peter Kjellerstedt
> -Original Message- > From: akuster808 > Sent: den 24 april 2023 14:09 > To: Peter Kjellerstedt > Cc: Yocto (yocto@lists.yoctoproject.org) > Subject: Re: [meta-security] Unnecessary/optional dependencies in tpm2- > tools > > Hello Peter, > > On 4/21/23 7:15 PM, Peter Kjellerstedt wrot

Re: [yocto] [meta-security] Unnecessary/optional dependencies in tpm2-tools

2023-04-24 Thread Armin Kuster
Hello Peter, On 4/21/23 7:15 PM, Peter Kjellerstedt wrote: I have a team that is looking at starting to use some of the recipes from meta-security and I am currently reviewing their changes to our layers. In a bbappend for tpm2-tools they removed the build dependency on tpm2-abrmd, which got me

[yocto] Integrating npm packages in yocto build

2023-04-24 Thread MOHAMMED HASSAN
Hi guys, If I want to add a nodejs application, how can I add its necessary npm packages. Do I have to create a folder containing all the packages source files and install or build them with the application. I have gone through the documentation and read about devtool but didn't understand much ab