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

2021-09-26 Thread Changqing Li
Hi, Please ignore this patch, I need to send a V2 Thanks Changqing On 9/26/21 9:32 AM, Changqing Li wrote: 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:

Re: [yocto] Gtk+3 applications are missing icons.

2021-09-26 Thread Alexander Kanavin
The icons are typically provided by adwaita-icon-theme, so you need to check whether that package is installed, and then whether it's missing something. strace may help so you see what files are the demos trying to open. Alex On Sun, 26 Sept 2021 at 00:58, Manuel Wagesreither wrote: > Hello all

Re: [yocto] Gtk+3 applications are missing icons.

2021-09-26 Thread Manuel Wagesreither
Am So, 26. Sep 2021, um 00:58, schrieb Manuel Wagesreither: > 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

[yocto] [meta-security][PATCH] clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install

2021-09-26 Thread Zoltan Boszormenyi via lists.yoctoproject.org
From: Zoltán Böszörményi Also, rearrange the runtime-dependencies a little so clamav-freshclam is installed later than clamav. The issue is that clamav-freshclam ships /var/lib/clamav and the main clamav package uses chown in pkg_postinst to set the ownership of this directory. But pkg_postinst

[yocto] Cover mail for "clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install"

2021-09-26 Thread Zoltan Boszormenyi via lists.yoctoproject.org
Hi, this is what Khem suggested. Please review. Thanks in advance, Zoltán Böszörményi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54863): https://lists.yoctoproject.org/g/yocto/message/54863 Mute This Topic: https://lists.yoctoproject.org/mt/

Re: [yocto] [meta-security][PATCH] clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install

2021-09-26 Thread Armin Kuster
On 9/26/21 5:25 AM, Zoltán Böszörményi wrote: > From: Zoltán Böszörményi > > Also, rearrange the runtime-dependencies a little so > clamav-freshclam is installed later than clamav. > > The issue is that clamav-freshclam ships /var/lib/clamav > and the main clamav package uses chown in pkg_postin

Re: [yocto] [OE-core] [meta-security][PATCH] clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install

2021-09-26 Thread Zoltan Boszormenyi via lists.yoctoproject.org
On 2021. 09. 26. 17:35, Armin Kuster wrote: On 9/26/21 5:25 AM, Zoltán Böszörményi wrote: From: Zoltán Böszörményi Also, rearrange the runtime-dependencies a little so clamav-freshclam is installed later than clamav. The issue is that clamav-freshclam ships /var/lib/clamav and the main clam

Re: [yocto] [OE-core] [meta-security][PATCH] clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install

2021-09-26 Thread Armin Kuster
On 9/26/21 8:56 AM, Böszörményi Zoltán wrote: > On 2021. 09. 26. 17:35, Armin Kuster wrote: >> >> >> On 9/26/21 5:25 AM, Zoltán Böszörményi wrote: >>> From: Zoltán Böszörményi >>> >>> Also, rearrange the runtime-dependencies a little so >>> clamav-freshclam is installed later than clamav. >>> >>

Re: [yocto] Gtk+3 applications are missing icons.

2021-09-26 Thread Manuel Wagesreither
Hello Alex! Am So, 26. Sep 2021, um 12:11, schrieb Alexander Kanavin: > The icons are typically provided by adwaita-icon-theme, so you need to check > whether that package is installed, and then whether it's missing something. > strace may help so you see what files are the demos trying to open.

[yocto] Incorrect systemd timer

2021-09-26 Thread JH
Hi, I set up a service timer to run the service every minute at times 01:10:50, 01:10:50, 01:10:50, ... [Unit] Description=Run watchdog job at every 1 minute [Timer] Unit=mwatchdog.service OnCalendar=*-*-* *:00:50 Persistent=true [Install] WantedBy=timers.target But the timer was actually fired

Re: [yocto] Incorrect systemd timer

2021-09-26 Thread JH
I changed OnCalendar=*-*-* *:*:50, in vain On 9/27/21, Jupiter wrote: > Hi, > > I set up a service timer to run the service every minute at times > 01:10:50, 01:10:50, 01:10:50, ... > > [Unit] > Description=Run watchdog job at every 1 minute > [Timer] > Unit=mwatchdog.service > OnCalendar=*-*-*

Re: [yocto] [hardknott][meta-yocto][PATCH 1/4] poky: Use SDKPATHINSTALL instead of SDKPATH

2021-09-26 Thread Anuj Mittal
Hi Richard, Can you please merge this series for meta-yocto hardknott? Thanks, Anuj On Tue, 2021-09-21 at 16:27 +0800, Anuj Mittal wrote: > From: Richard Purdie > > SDKPATHINSTALL is the default installation path used for the SDK but > is not > the path encoded into every SDK binary as the de