[yocto] SPDX for dependency checks

2024-07-23 Thread Tom Isaacson via lists.yoctoproject.org
We're using Kirkstone and wanted to take advantage of the SPDX support to use for dependency checking. The two apps we have access to are: 1. Github Dependabot (https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide) 2. Mend (https://www.mend.io/) We generate the SPDX

[yocto] python3 recipe failing in Yocto scarthgap branch

2024-07-23 Thread Priyanshu Sharma
I'm building with Yocto project scarthgap branch. The python3 is failing intermittently due to this same error : https://github.com/python/cpython/issues/118505 As per the above forum, I upgraded my ncurses recipe to version 6.5 (which is available in the master branch of poky - https://git.yoc

Re: [yocto] Enable LinuxFB on Raspberry Pi 4 #framebuffer #qt #raspberrypi #scarthgap

2024-07-23 Thread Khem Raj
On Tue, Jul 23, 2024 at 12:49 AM bartiszosti via lists.yoctoproject.org wrote: > > Hello, > How to enable the LinuxFB on the Raspberry Pi 4? > I'd like to start a Qt6 GUI app with the LinuxFB platform, but currently I > have such output: > > > qtwidgets[229]: Unable to figure out framebuffer devi

[yocto] ${IMAGE_NAME}-${MACHINE}.spdx.json s missing in scargapth

2024-07-23 Thread Lau, Karn Jye
Hi folks, When enabled INHERIT += "create-spdx" in local.conf , it is expect the following files to be available. Build tmp directory/ ├── images # Outputs │ └── ${MACHINE} │ ├── ${IMAGE_NAME}-${MACHINE}.spdx.json However I only observed ${IMAGE_NAME}-${MACHINE}.spdx.tar.zst in scarga

[yocto] ${IMAGE_NAME}-${MACHINE}.spdx.json is missing in scargapth #scarthgap #yocto

2024-07-23 Thread Lau, Karn Jye
Hi folks, When enabled INHERIT += "create-spdx" in local.conf , it is expect the following files to be available. Build  tmp directory/ ├── images # Outputs │ └── ${MACHINE} │ ├── ${IMAGE_NAME}-${MACHINE}.spdx.json However I only observed  ${IMAGE_NAME}-${MACHINE}.spdx.tar.zst in scargapth

Re: [yocto] problems while creating a initrd image with wic image size.

2024-07-23 Thread Zoran
Hello Ulises, I did try to stuff your initramfs changes/addendums in my local.conf . Just out of curiosity. ;-) It does work seamlessly. The build finished without any problems. Please, find attached my local.conf with your addendums. It could help you... I believe. Zee ___ On Mon, Jul 2

[yocto] Enable LinuxFB on Raspberry Pi 4 #framebuffer #qt #raspberrypi #scarthgap

2024-07-23 Thread bartiszosti
Hello, How to enable the LinuxFB on the Raspberry Pi 4? I'd like to start a Qt6 GUI app with the LinuxFB platform, but currently I have such output: > > qtwidgets[229]: Unable to figure out framebuffer device. Specify it > manually. > qtwidgets[229]: linuxfb: Failed to initialize screen > qtwidg