[yocto] [meta-selinux][PATCH 1/2] recipes: update SRC_URI branch and protocols

2021-11-04 Thread Yi Zhao
Update SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls. Signed-off-by: Yi Zhao --- recipes-security/refpolicy/refpolicy_git.inc | 2 +- recipes-security/selinux/selinux_common.inc | 2 +- recipes-security/setools/setools_4.4.0.bb

[yocto] [meta-selinux][PATCH 2/2] bind: remove volatile file

2021-11-04 Thread Yi Zhao
This file is not needed anymore as bind daemon will create them by itself. Signed-off-by: Yi Zhao --- recipes-connectivity/bind/bind_selinux.inc| 7 --- recipes-connectivity/bind/files/volatiles.04_bind | 4 2 files changed, 11 deletions(-) delete mode 100644 recipes-connectivi

Re: [yocto] Bitbake build fails because of a python function

2021-11-04 Thread Alexander Kanavin
Just wondering, what it /srv/yocto? Can you build in your $HOME? Otherwise, you can run bitbake under 'strace -ff -o strace-log ...' and try to check exactly what syscall causes cpio to fail. Alex On Thu, 4 Nov 2021 at 20:44, Maksym Iliev wrote: > Dear Alexander, > > Thanks a lot for respondin

[yocto] Minutes: Yocto Project Weekly Triage Meeting 11/4/2021

2021-11-04 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees:* Alexandre, Armin, Bruce, Jon, Joshua, Kiran, Michael, Randy, Richard, Stephen, Steve, Tim, Trevor *ARs:* N/A ** *Notes:* N/A *Medium+ 3.5 Unassigned Enhancements/Bugs: *79 (Last week 81) *Medium+ 3.99 Unassigned Enhanceme

[yocto] [meta-security][PATCH] tpm2-tss: fix fapi package config

2021-11-04 Thread Stefan Mueller-Klieser
When enabling fapi, the build breaks with: | configure: error: Package requirements (libcurl) were not met: | No package 'libcurl' found This adds the missing dependency and bundles the additional config files in the base package. Signed-off-by: Stefan Müller-Klieser --- v1: - tested on hard

[yocto] User configuration & host contamination

2021-11-04 Thread Jeffrey Simons
Hi all, I'm having some difficulty with setting up users and the respective application user assignments. I have a generic recipe which inherits useradd and sets a user, this works great for my purpose without one exception. I can't assign the user in my other recipe where the application is bu