Re: [yocto] [meta-security][PATCH] python3-fail2ban: update to tip

2021-11-29 Thread Armin Kuster
On 11/29/21 8:03 AM, Konrad Weihmann wrote: > > > On 29.11.21 16:14, Armin Kuster wrote: >> Signed-off-by: Armin Kuster >> --- >>   recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 +- >>   1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git

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

2021-11-29 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW48 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13183 bitbake-layers crashes with incorrect layer configuration data is given

[yocto] Enhancements/Bugs closed WW48!

2021-11-29 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 2 trevor.gamb...@windriver.com 1 anuj.mit...@intel.com 1 randy.macl...@windriver.com 1 ern...@gmail.com 1 Grand Total 6 Thanks, Stephen K.

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

2021-11-29 Thread Stephen Jolley
All, Below is the list as of top 46 bug owners as of the end of WW48 of who have open medium or higher bugs and enhancements against YP 3.5. There are 104 possible work days left until the final release candidates for YP 3.5 needs to be released. Who Count r...@burtonini.com 36

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

2021-11-29 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] Problem installing python package from a wheel #bitbake

2021-11-29 Thread David Babich
On Thu, Nov 25, 2021 at 02:45 AM, Nicolas Jeker wrote: > > On Wed, 2021-11-24 at 09:55 -0800, Tim Orling wrote: > >> On Mon, Nov 22, 2021 at 2:54 PM David Babich >> wrote: >> >>> I made it a little further by adding --no-cache-dir to the pip3 >>> install command.  That got rid fo the warning

Re: [yocto] [meta-security][PATCH] python3-fail2ban: update to tip

2021-11-29 Thread Konrad Weihmann
On 29.11.21 16:14, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb

Re: [yocto] [meta-rockchip] dunfell: u-boot build issue when added patch to u-boot

2021-11-29 Thread Tom Rini
On Sat, Nov 27, 2021 at 09:24:56PM +0100, Marek Belisko wrote: > Hi, > > On Fri, Nov 26, 2021 at 11:55 PM Trevor Woerner wrote: > > > > On Thu 2021-11-11 @ 08:44:48 AM, Marek Belisko wrote: > > > Hello, > > > > > > I'm trying to integrate mender for tinker-board-s using meta-rockchip > > >

[yocto] [meta-security][PATCH] python3-fail2ban: update to tip

2021-11-29 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb index 4e344c8..f6394cc 100644 ---

[yocto] define extended partition in wks file

2021-11-29 Thread Silvan Murer
Hi, I'm using wic for creating a boot image in my yocto layer. An extended partition is automatically created, when build an image with more than four partitions. The extended partition is added at the end and in my case, the last two logic partitions are included there. Does an option exist