Re: [yocto] [meta-security][PATCH] meta-parsec: Update Parsec runtime tests

2022-05-24 Thread Armin Kuster
Very nice. This is much better than what I did. may thanks, Armin On 5/24/22 11:05, Anton Antonov wrote: Signed-off-by: Anton Antonov --- meta-parsec/README.md | 65 + meta-parsec/lib/oeqa/runtime/cases/parsec.py | 135 -- .../images/securi

[yocto] [meta-security][PATCH] meta-parsec: Update Parsec runtime tests

2022-05-24 Thread Anton Antonov
Signed-off-by: Anton Antonov --- meta-parsec/README.md | 65 + meta-parsec/lib/oeqa/runtime/cases/parsec.py | 135 -- .../images/security-parsec-image.bb | 5 +- .../packagegroup-security-parsec.bb | 1 - meta-tpm/classes/s

[yocto] OpenEmbedded Happy Hour May 25 5pm/1700 UTC

2022-05-24 Thread Tim Orling
All, You are cordially invited to the next OpenEmbedded Happy Hour on May 25 for Europe/Americas time zones @ 1700/5pm UTC (1pm ET / 10am PT). https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmb

[yocto] [meta-selinux][master][kirkstone][PATCH 1/2] refpolicy: backport patches to fix policy issues for systemd 250

2022-05-24 Thread Yi Zhao
Backport the following patches to fix systemd-resolved and systemd-netowrkd policy issues: systemd-systemd-resolved-is-linked-to-libselinux.patch sysnetwork-systemd-allow-DNS-resolution-over-io.syst.patch term-init-allow-systemd-to-watch-and-watch-reads-on-.patch systemd-add-file-transition

[yocto] [meta-selinux][master][kirkstone][PATCH 2/2] refpolicy: add file context for findfs alternative

2022-05-24 Thread Yi Zhao
Add file context for findfs alternative which is provided by util-linux. Signed-off-by: Yi Zhao --- ...s-apply-policy-to-findfs-alternative.patch | 29 +++ .../refpolicy/refpolicy_common.inc| 1 + 2 files changed, 30 insertions(+) create mode 100644 recipes-securit

Re: [yocto] [ANNOUNCEMENT] Yocto Project 4.0.1 is Released

2022-05-24 Thread Lee Chee Yang
> Now that we also have release notes in the documentation (see > https://docs.yoctoproject.org/migration-guides/release-notes-3.4.2.html > for example, and the source code on > https://git.yoctoproject.org/yocto-docs/tree/documentation/migration- > guides/release-notes-3.4.2.rst), > what about mod

[yocto] Enhancements/Bugs closed WW21

2022-05-24 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count michael.opdenac...@bootlin.com 2 mhalst...@linuxfoundation.org 1 Grand Total 3 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:(208) 244-4460 * Email:

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

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

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

2022-05-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] Yocto Project Status WW21`22

2022-05-24 Thread Stephen Jolley
Current Dev Position: YP 4.1 M1 Next Deadline: 30th May 2022 YP 4.1 M1 Build Next Team Meetings: * Bug Triage meeting Thursday May 26th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

[yocto] Yocto-generated image does not pass the systemd-boot bootloader

2022-05-24 Thread lucas
Good morning, I generated a Linux Image by following the intel document "Yocto Project*-based Board Support Package for Intel Atom® x6000E Series, and Intel® Pentium® and Celeron® N and J Series Pro"[1]. I built option C (mc:x86-2021-minimal:core-image-full-cmdline) using bitbake. And used bma

Re: [yocto] [ANNOUNCEMENT] Yocto Project 4.0.1 is Released

2022-05-24 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Lee and others On 5/24/22 05:01, Lee Chee Yang wrote: > > Hi > > We are pleased to announce the Yocto Project 4.0.1 Release is now > available for download. > > > http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.1/poky-8c489602f218bcf21de0d3c9f8cf620ea5f06430.tar.bz2 > > http://mirror

Re: [yocto] Building rust package fails with "can't find crate for `std`" #bitbake #toolchain #kirkstone

2022-05-24 Thread martin . stolpe
Forgot to mention that the build machine is x86_64 and I want to build for target aarch64. This is the generated bitbake recipe: # Auto-Generated by cargo-bitbake 0.3.15 # inherit cargo pkgconfig # If this is git based prefer versioned ones if they exist # DEFAULT_PREFERENCE = "-1" SRC_URI:app

Re: [yocto] Building rust package fails with "can't find crate for `std`" #bitbake #toolchain #rust #kirkstone

2022-05-24 Thread Alexander Kanavin
It helps if you can share the recipe that you're trying to build. Alex On Tue, 24 May 2022 at 10:08, wrote: > > Hello, > > I'm trying to build a rust package which pulls openssl-sys as a dependency. > I've used cargo bitbake to create the build script. > > When I try to build the package using

[yocto] Building rust package fails with "can't find crate for `std`" #bitbake #toolchain #rust #kirkstone

2022-05-24 Thread martin . stolpe
Hello, I'm trying to build a rust package which pulls openssl-sys as a dependency. I've used cargo bitbake to create the build script. When I try to build the package using bitbake I get the following error message: error: failed to run custom build command for `openssl-sys v0.9.72` Caused by:

[yocto] Index variables not unset in concat_dtb_helper

2022-05-24 Thread Daniel Karlsson
While testing Kirkstone I got a build error telling me that deploy-u-boot/u-boot.bin-flashloader is not found. The error is caused by not unsetting the index variables i and j in concat_dtb_helper. Is this something which is eligible for inclusion in the Kirkstone branch? -=-=-=-=-=-=-=-=-=-=-=

[yocto] yocto-check-layer fails checking signatures.

2022-05-24 Thread Cardenas Jose Antonio (JCARDENA)
Hi guys. For learning purposes have used yocto-check-layer against meta-qt5 layer and I have got that fails checking signatures with this output: INFO: test_signatures (common.CommonCheckLayer) INFO: ... FAIL Stdout: Loading cache...done. Loaded 3995 entries from dependency cache. WARNING: No