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
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
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
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
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
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
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