Re: [yocto] NPM support on Dunfell

2022-04-18 Thread Joel Winarske
The takeaways using inherit npm: 1. Does not support 'scoped packages' 2. fetching is not multi-threaded. A NPM based recipe will run uni-proc with a considerable amount of overhead; each package is pulled and cached independently. Whereas "npm install" or "npm ci" runs multi-threaded. For my

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

2022-04-18 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+ 12279 enhance manifest not found warning randy.macl...@windriver.com

[yocto] Enhancements/Bugs closed WW16

2022-04-18 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 15 randy.macl...@windriver.com 8 alexandre.bell...@bootlin.com 2 tim.orl...@konsulko.com 1 gregorylu...@microsoft.com 1

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

2022-04-18 Thread Stephen Jolley
All, Below is the list as of top 30 bug owners as of the end of WW16 of who have open medium or higher bugs and enhancements against YP 3.5. There are 8 possible work days left until the final release candidates for YP 3.5 needs to be released. Who Count r...@burtonini.com 21

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

2022-04-18 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] [PATCH yocto-autobuilder-helper v4] Add a banner on the old documentation docs

2022-04-18 Thread Abongwa Amahnui Bonalais
I sent a more recent patch which takes care of the topmost element overlapping with the banner, puting it in a div called body and pushing it down so the banner remains on top. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56799):

[linux-yocto][v5.15/standard/base][PATCH] netfilter: conntrack: avoid useless indirection during conntrack destruction

2022-04-18 Thread He Zhe
From: Florian Westphal nf_ct_put() results in a usesless indirection: nf_ct_put -> nf_conntrack_put -> nf_conntrack_destroy -> rcu readlock + indirect call of ct_hooks->destroy(). There are two _put helpers: nf_ct_put and nf_conntrack_put. The latter is what should be used in code that MUST

[yocto] openjdk-11 failed to find --with-boot-jdk

2022-04-18 Thread Bel Hadj Salem Talel
Hello Everyone, I am using meta-java, and I have openjdk-11 recipe. The recipe has: EXTRA_OECONF_append_class-native = "\ --with-boot-jdk=/usr/lib/jvm/openjdk-11-amd64 \ --enable-headless-only \ --enable-openjdk-only \ " It fails with this error: > > configure: error: The path given by