Re: [linux-yocto] [linux-yocto PATCH] drivers: mpam: Drop the improper assertions

2023-08-11 Thread Bruce Ashfield
In message: [linux-yocto PATCH] drivers: mpam: Drop the improper assertions on 11/08/2023 Kevin Hao wrote: > From: Kevin Hao > > The mpam_reprogram_ris_partid() and mpam_reset_ris() may be invoked on a > specific CPU by smp_call_on_cpu(). According to the implementation of > smp_call_on_cpu(),

Re: [linux-yocto]: [kernel/kernel-rt]: drivers: i2c: remove default y from I2C_IMX_FLEXIO config

2023-08-11 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel/kernel-rt]: drivers: i2c: remove default y from I2C_IMX_FLEXIO config on 10/08/2023 Meng Li wrote: > From: Limeng > > Hi Bruce, > > This patch is used to remove default y from I2C_IMX_FLEXIO config > So, could you please help merge these patches into

Re: [yocto] Intermittent build failure where dwarfsrcfiles doesn't exist

2023-08-11 Thread Richard Purdie
On Sat, 2023-08-12 at 07:50 +1200, Tom Isaacson wrote: > My bad. Ok, so: > * What function is responsible for copying the dwarfsrcfiles binary to > poky/build/tmp/work/oclea_cv25-oclea-linux/my-app/1.0.53-8c74bcd/recipe-sysroot-native/usr/bin/dwarfsrcfiles? It would come from the

Re: [yocto] Intermittent build failure where dwarfsrcfiles doesn't exist

2023-08-11 Thread Tom Isaacson
My bad. Ok, so: * What function is responsible for copying the dwarfsrcfiles binary to poky/build/tmp/work/oclea_cv25-oclea-linux/my-app/1.0.53-8c74bcd/recipe-sysroot-native/usr/bin/dwarfsrcfiles? * When the build completes the dwarfsrcfiles binary is present (even if it got there too late). Why,

Re: [yocto] Qt6.2 with eglfs build failing on kirkstone

2023-08-11 Thread Khem Raj
On 8/11/23 2:24 AM, Gurnett, Bjorn via lists.yoctoproject.org wrote: Trying to build an custom image based on core-image with kirkstone and qt lts-6.2 that should use the eglfs backend for a am625. when building I keep getting the following error glfskmsegldeviceintegration.cpp | In file

Re: [yocto] libudev-zero recipe issue

2023-08-11 Thread Alexander Kanavin
The recipe looks ok. Can you reproduce it with a plain poky build (no extra layers, no custom distros, no weird BSPs :) ? Alex On Fri, 11 Aug 2023 at 08:38, Rob Kramer wrote: > > Hi all, > > I added a new recipe for libudev-zero, which provides a minimal daemon-less > udev implementation. The

[yocto-announce] [ANNOUNCEMENT] Yocto Project 3.1.27 (dunfell-23.0.27) is Released

2023-08-11 Thread Lee Chee Yang
Hello We are pleased to announce the Yocto Project 3.1.27 (dunfell-23.0.27) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.27/poky-dunfell-23.0.27.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.1.27/poky-dunfell-23.0.27.tar.bz2 A gpg

[yocto] [ANNOUNCEMENT] Yocto Project 3.1.27 (dunfell-23.0.27) is Released

2023-08-11 Thread Lee Chee Yang
Hello We are pleased to announce the Yocto Project 3.1.27 (dunfell-23.0.27) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.27/poky-dunfell-23.0.27.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.1.27/poky-dunfell-23.0.27.tar.bz2 A gpg

[yocto] Qt6.2 with eglfs build failing on kirkstone

2023-08-11 Thread Gurnett, Bjorn via lists.yoctoproject.org
Trying to build an custom image based on core-image with kirkstone and qt lts-6.2 that should use the eglfs backend for a am625. when building I keep getting the following error glfskmsegldeviceintegration.cpp | In file included from

Re: [yocto] How to build a specified recipe every bitbake

2023-08-11 Thread Ross Burton
On 11 Aug 2023, at 03:21, Jiliang Cai via lists.yoctoproject.org wrote: > > I have a recipe abc_1.0.bb. It generates a txt contains all layers git commit > ID into /etc. It is installed into image by IMAGE_INSTALL:append = " abc". If you want a list of layers/SHAs in your image, look at the

Re: [yocto] Intermittent build failure where dwarfsrcfiles doesn't exist

2023-08-11 Thread Richard Purdie
On Fri, 2023-08-11 at 09:22 +1200, Tom Isaacson wrote: > DEBUG: Checking >

[linux-yocto] [linux-yocto PATCH] drivers: mpam: Drop the improper assertions

2023-08-11 Thread Kevin Hao
From: Kevin Hao The mpam_reprogram_ris_partid() and mpam_reset_ris() may be invoked on a specific CPU by smp_call_on_cpu(). According to the implementation of smp_call_on_cpu(), that also means these functions would be executed in the worker kthread context. Both the

[yocto] libudev-zero recipe issue

2023-08-11 Thread Rob Kramer
Hi all, I added a new recipe for libudev-zero, which provides a minimal daemon-less udev implementation. The recipe works, but has an issue that pops up regularly where it causes an exception during rootfs: Exception: FileNotFoundError: [Errno 2] No such file or directory: