[yocto] Minutes: Yocto Project Weekly Triage Meeting 09/03/2023

2023-03-09 Thread sakib . sajal
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni,  Tim Orling, Bruce Ashfield, Pavel Zhukov, Yoann Congal *ARs:** * *Notes: * * * *Medium+ 4.2 Unassigned

[yocto] [meta-security][PATCH] dm-verity-img.bbclass: fix syntax warning

2023-03-09 Thread Eero Aaltonen via lists.yoctoproject.org
From: Eero Aaltonen Fixes warning ``` SyntaxWarning: "is not" with a literal. Did you mean "!="? ``` Signed-off-by: Eero Aaltonen --- classes/dm-verity-img.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/dm-verity-img.bbclass b/classes/dm-verity-img.bbclass

Re: [yocto] Question about psuedo abort errors

2023-03-09 Thread Tamis
Hello all, I believe that we resolved the issue. The issue was reproduced again during latest nightly build. And then was also reproducible manually. So, I modified the recipe and spitted S and B variables. So I set: S = "${WORKDIR}/git" B = "${S}/v2" Fixed the paths into do_install. Now both