[yocto] owner and group of sysroots changed to nobdoy #bitbake #kirkstone

2023-07-21 Thread yong . 9 . wang
Hi,  experts I'm moving my bb recipe to kirkstone but met a problem which causing ssh operation in bb recipe failed.  after some investigation I found out that the owner and group of the sysroots accessing in the bb recipes were all changed to nobody.  below is the shell commands run in the bb

Re: [yocto] File magic/sdk relocation

2023-07-21 Thread Oleksandr Hnatiuk via lists.yoctoproject.org
On Mon, Jun 19, 2023 at 08:27 PM, Alexander Kanavin wrote: > > On closer look, it should even say: > export MAGIC="\$OECORE_NATIVE_SYSROOT/usr/share/misc/magic.mgc" Hi Alexander, We have submitted the patch[1] which fixes the build for our case but doesn't change the contents of file.sh which

Re: [yocto] [meta-raspberrypi][PATCH] rpi-libcamera-apps: fix Illegal Instruction

2023-07-21 Thread Andrei Gherzan
Hi, On Thu, Jul 20, 2023 at 7:30 PM Vivien Didelot wrote: > With armv8-neon being enforced for all ARM based machines, running > any libcamera app on raspberrypi (e.g. Raspberry Pi B Rev 2) results > in Illegal Instruction. > > To fix this, defaults to TARGET_ARCH for non-aarch64 machines. > >

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/1] nxp-imx8: Enable IMX_OCOTP and IMX_OCOTP_SCU

2023-07-21 Thread Xiaolei Wang via lists.yoctoproject.org
Fec mac addr exists in nvmem and needs to be read by SCU, so there is a dependency between fec and IMX_OCOTP, if IMX_OCOTP is disable, this may cause fec loading delay Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git

[yocto] [meta-raspberrypi][PATCH] rpi-libcamera-apps: fix Illegal Instruction

2023-07-21 Thread Vivien Didelot
With armv8-neon being enforced for all ARM based machines, running any libcamera app on raspberrypi (e.g. Raspberry Pi B Rev 2) results in Illegal Instruction. To fix this, defaults to TARGET_ARCH for non-aarch64 machines. Signed-off-by: Vivien Didelot ---

[yocto] [meta-security][PATCH] dm-verity-image-initramfs: Allow compressed image types

2023-07-21 Thread Stephan Wurm
Using in the depends variable does not work for compressed image types like squashfs-zst, as the resulting task dependency still contains the incompatible dash. Replacing the dash by an underscore resolves this issue. Signed-off-by: Stephan Wurm ---

Re: [yocto] Missing pam_winbind.so while adding Samba(4.10.10-r0)

2023-07-21 Thread Yi Zhao
On 7/21/23 13:06, Poornesh G ( India - Bangalore ) wrote: Greeetings ! I am trying to include "samba" into my yocto build . I can able to see *"pam_winbind.so