[yocto] [meta-security][PATCH] clamav: Move /var/lib/clamav to the main package

2021-09-25 Thread Zoltan Boszormenyi via lists.yoctoproject.org
From: Zoltán Böszörményi Previously, clamav-freshclam shipped /var/lib/clamav. The main clamav package used chown in pkg_postinst to set the ownership of this directory but pkg_postinst was not marked as "ontarget" so this chown only took effect when upgrading or reinstalling the package. As a

[linux-yocto] [linux-yocto-dev v5.14/standard/bcm-2xxx-rpi]: driver: gpu: vc4: fix building issue caused by upgrading kernel

2021-09-25 Thread Meng Li
From: Limeng Hi Bruce, This patch is used to fix building issue caused by upgrading kernel. Could you please help to merge this patch into linux-yocto-dev, branch is only v5.14/standard/bcm-2xxx-rpi? diffstat info ad below: vc4_hdmi.c | 178

[linux-yocto] [PATCH] driver: gpu: vc4: fix building issue caused by upgrading kernel

2021-09-25 Thread Meng Li
From: Meng Li When upgrade kernel verriosn, there are some upstream code that conflict with SDK patch, so causing build issue. In order to fix the building issue, restore code to align with SDK kernel code. Signed-off-by: Meng Li --- drivers/gpu/drm/vc4/vc4_hdmi.c | 178

[yocto] [layerindex-web][PATCH] recipeparse.py: add BBLAYERS in bblayers.conf

2021-09-25 Thread Changqing Li
From: Changqing Li since commit [97183e10f cookerdata: Show error for no BBLAYERS in bblayers.conf], no BBLAYERS in bblayers.conf will cause layerindex update failed with below error: ERROR: Traceback (most recent call last): File "update_layer.py", line 478, in main (tinfoil, tempdir) =

[yocto] Gtk+3 applications are missing icons.

2021-09-25 Thread Manuel Wagesreither
Hello all, I built an image based on core-image and added the package gtk+3-demos. I'm using wayland with weston compositor. Unfortunately icons seem to be missing. Can anyone give me a hint on what went wrong? I'm on Dunfell. Here's a screenshot: https://imgur.com/syLzQ1l Thanks a lot!

Re: [yocto] [meta-security,dunfell][PATCH] recipes-security/fscrypt: Add fscrypt .bb file

2021-09-25 Thread Armin Kuster
On 9/19/21 12:19 PM, Bhupesh Sharma wrote: > fscrypt is a high-level tool for the management of Linux > filesystem encryption. fscrypt manages metadata, key generation, > key wrapping, PAM integration, and provides a uniform interface > for creating and modifying encrypted directories. > > Add

[yocto] Create do_xconfig for kernel, u-boot

2021-09-25 Thread Khoi Dinh Trinh
Hi All, I'm learning Yocto after spending some time with Buildroot. One of the things I like to do is to use xconfig instead of menuconfig for configuring things like kernels, u-boot, etc as it's easier to search and navigate in there. Yocto came with *do_menuconfig* so I tried to adapt it to use

[yocto] [meta-security][PATCH] chkrootkit: update to 0.55

2021-09-25 Thread Armin Kuster
changes: Umbreon Linux Rootkit detection Kinsing.A Backdoor RotaJakito Backdoor Minor bug fixes Signed-off-by: Armin Kuster --- .../rootkits/{chkrootkit_0.53.bb => chkrootkit_0.55.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

Re: [yocto] [meta-zephyr][PATCH 1/2] zephyr-qemuboot: fix parse build failure

2021-09-25 Thread Jon Mason
With both of these, and the patch I just sent out, I am able to get all of the boards building (except qemu-nios2) and passing testimage (for the qemu boards). https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/376922543 Thanks, Jon On Fri, Sep 24, 2021 at 2:40 AM Naveen Saini wrote: > > As

[yocto] [meta-zephyr][PATCH] qemuzephyrrunner.py: use os._exit instead of sys.exit

2021-09-25 Thread Jon Mason
sys.exit(0) can cause an error to be reported when the child exits, even though not an error. Since this is a child process, os._exit(0) is the proper way to exit and not cause this issue. Signed-off-by: Jon Mason --- lib/oeqa/utils/qemuzephyrrunner.py | 2 +- 1 file changed, 1 insertion(+), 1

Re: [yocto] [meta-rockchip][PATCH] use uuid instead of hard-coding root device

2021-09-25 Thread Trevor Woerner
On Sat 2021-09-25 @ 09:56:21 AM, Markus Volk wrote: > > Am 23.09.21 um 22:55 schrieb Trevor Woerner: > > We can add the --use-uuid line to the /boot entry if you really think it > > should be mounted on boot, but we shouldn't use it on the others and cause > > wic > > to generate a bad fstab.

Re: [yocto][meta-rockchip][PATCH v2 2/2] rockchip-wic.inc: dont let wic edit fstab by default

2021-09-25 Thread Trevor Woerner
On Thu 2021-09-23 @ 11:17:59 PM, Markus Volk wrote: > Signed-off-by: MarkusVolk > --- > conf/machine/include/rockchip-wic.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/conf/machine/include/rockchip-wic.inc > b/conf/machine/include/rockchip-wic.inc > index 15010a0..30b0d57

Re: [yocto] [meta-rockchip][PATCH] use uuid instead of hard-coding root device

2021-09-25 Thread Markus Volk
Am 23.09.21 um 22:55 schrieb Trevor Woerner: We can add the --use-uuid line to the /boot entry if you really think it should be mounted on boot, but we shouldn't use it on the others and cause wic to generate a bad fstab. There are examples of other boards that don't mount /boot by default