Re: [yocto] Submit a new layer meta-loongarch to the layer index

2023-06-08 Thread 张家岭
Hello Ross,     I get this error ,  something is wrong in self.active_maintainers() ``` Environment: Request Method: GET Request URL: http://layers.openembedded.org/layerindex/branch/master/layer/meta-loongarch/ Django Version: 3.2.16 Python Version: 3.10.6 Installed Applications: ('djang

Re: [yocto] sstate-cache issue with SPDX enabled

2023-06-08 Thread Richard Purdie
On Wed, 2023-06-07 at 08:32 -0700, m...@ambarella.com wrote: > We’re using Poky Kirkstone(LTS) with the latest version for our > SDK. Recently, we're trying to enable the feature of creating SBOM in > SPDX. But we met a sstate-cache checking failure issue when enabling > SPDX to generate SBOM. It w

[yocto] [meta-security][PATCH] scap-security-guide: update to 0.1.67

2023-06-08 Thread Armin Kuster
Signed-off-by: Armin Kuster --- ...p-security-guide_0.1.44.bb => scap-security-guide_0.1.67.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-security-compliance/recipes-openscap/scap-security-guide/{scap-security-guide_0.1.44.bb => scap-security-guide_0.1.67.bb} (80%) dif

[yocto] Minutes: Yocto Project Weekly Triage Meeting 08/06/2023

2023-06-08 Thread sakib.sajal via lists.yoctoproject.org
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Richard Purdie, Steve Sakoman, Stephen Jolley, Bruce Ashfield, Joshua Watt, Ross Burton, Trevor Gamblin, Randy Macleod, Alexandre Belloni, Tim Orling, Thomas Roos, Yoann Congal, Michael Opdenacker, Ryan Eatmon *ARs:** * - Ra

Re: [yocto] [meta-mingw] [PATCHv2] Ignore WINDMC from hash

2023-06-08 Thread Joshua Watt
On Thu, Jun 8, 2023 at 4:49 AM Samuli Piippo wrote: > > Amend 6c54d16058ed8fb911c44df93b5732ae693b9803 and add WINDMC > to be ignored from hash, otherwise it contaminates sstate cache > for every recipe. Applied. Thanks > > Signed-off-by: Samuli Piippo > --- > conf/machine-sdk/include/mingw32-

[yocto] [meta-security][PATCH] buck-security: fix missing dependencies to perl modules

2023-06-08 Thread Samantha Jalabert
Dependencies to perl modules Cwd and Encode were missing. Complete error on buck-security launch : Can't locate Encode/Encoding.pm in @INC (you may need to install the Encode::Encoding module) (@INC contains: /usr/lib/perl5/site_perl/5.36.0/arm-linux /usr/lib/perl5/site_perl/5.36.0 /usr/lib/pe

Re: [yocto] Submit a new layer meta-loongarch to the layer index

2023-06-08 Thread 张家岭
Hi, Ross     Thank you for your help . 在 2023/6/8 18:10, Ross Burton 写道: On 8 Jun 2023, at 08:21, 张家岭 via lists.yoctoproject.org wrote: I would like to submit a new layer named meta-loongarch for the LoongArch machine to http://layers.openembedded.org/layerindex/branch/master/layers/. Howev

Re: [yocto] Submit a new layer meta-loongarch to the layer index

2023-06-08 Thread Ross Burton
On 8 Jun 2023, at 08:21, 张家岭 via lists.yoctoproject.org wrote: > I would like to submit a new layer named meta-loongarch for the LoongArch > machine to http://layers.openembedded.org/layerindex/branch/master/layers/. > However, when I attempted to submit, I encountered the error message "Layer

[yocto] [meta-security][PATCH] dmverity: Suppress the realpath errors

2023-06-08 Thread Kevin Hao via lists.yoctoproject.org
If we use a non PARTUUID root parameter, we would always get a error like below: realpath: /dev/disk/by-partuuid//dev/mmcblk0p2: No such file or directory This seems pretty confusion and it also seems no need to emit this kind of error when we are waiting for the root device. So suppress all the

[yocto] [meta-mingw] [PATCHv2] Ignore WINDMC from hash

2023-06-08 Thread Samuli Piippo
Amend 6c54d16058ed8fb911c44df93b5732ae693b9803 and add WINDMC to be ignored from hash, otherwise it contaminates sstate cache for every recipe. Signed-off-by: Samuli Piippo --- conf/machine-sdk/include/mingw32-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ma

Re: [yocto] [meta-mingw] [PATCH] Ignore WINDRES from hash

2023-06-08 Thread Samuli Piippo
doh! it was meant to be WINDMC. I'll resend this. -samuli On Thu, 8 Jun 2023 at 12:15, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2023-06-08 at 07:03 +, Samuli Piippo wrote: > > Amend 6badedaa3e4df5b00b5aa992c5c174e315b09972 and add WINDRES > > to be ignored from h

Re: [yocto] [meta-mingw] [PATCH] Ignore WINDRES from hash

2023-06-08 Thread Richard Purdie
On Thu, 2023-06-08 at 07:03 +, Samuli Piippo wrote: > Amend 6badedaa3e4df5b00b5aa992c5c174e315b09972 and add WINDRES > to be ignored from hash, otherwise it contaminates sstate cache > for every recipe. > > Signed-off-by: Samuli Piippo > --- > conf/machine-sdk/include/mingw32-common.inc | 2

[yocto] sstate-cache issue with SPDX enabled

2023-06-08 Thread mwen
We’re using Poky Kirkstone(LTS) with the latest version for our SDK. Recently, we're trying to enable the feature of creating SBOM in SPDX. But we met a sstate-cache checking failure issue when enabling SPDX to generate SBOM. It will be appreciated if you have any idea for the root cause. Refer

[yocto] Submit a new layer meta-loongarch to the layer index

2023-06-08 Thread 张家岭
Hello I would like to submit a new layer named meta-loongarch for the LoongArch machine to http://layers.openembedded.org/layerindex/branch/master/layers/. However, when I attempted to submit, I encountered the error message "Layer with this Layer name already exists." Yet, I cannot find the

[yocto] A build error on v5.15/standard/nxp-sdk-5.15/nxp-soc branch

2023-06-08 Thread leimaohui
Hi, all By poky(c6763d27efd11e2bc2a62147890ad1067c4af2ec)、I built linux-qoriq-5.15, but failed. I wonder if there is anybody can give me some suggestion here. The source code config of linux-qoriq_5.15.bb is as the following: --

[yocto] [meta-mingw] [PATCH] Ignore WINDRES from hash

2023-06-08 Thread Samuli Piippo
Amend 6badedaa3e4df5b00b5aa992c5c174e315b09972 and add WINDRES to be ignored from hash, otherwise it contaminates sstate cache for every recipe. Signed-off-by: Samuli Piippo --- conf/machine-sdk/include/mingw32-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/m