[yocto] bitbake: enforce variables to be defined?

2024-10-23 Thread Jocelyn Meyron
Hello everyone, I'm wondering if there is an easy way (or a not so hard one :D) to enforce that the variables used in BitBake tasks are defined, something akin to "set -u" in sh/bash. I had an issue recently where I removed one bbclass from one recipe and one of my tasks was using a variable de

Re: [yocto] rockchip: chromium HW accelerated

2024-10-23 Thread Marek Belisko
Hi, On Thu, Jul 25, 2024 at 12:29 PM Quentin Schulz via lists.yoctoproject.org wrote: > Hi Marek, > > On 7/25/24 12:22 PM, Marek Belisko via lists.yoctoproject.org wrote: > > You don't often get email from marek.belisko= > gmail@lists.yoctoproject.org. Learn why this is important< > https://

Re: [yocto] Crypto-Ver-error

2024-10-23 Thread Ross Burton
On 23 Oct 2024, at 16:48, Bratiranjan Acharya via lists.yoctoproject.org wrote: > [Current scenario] > I am using scartgap yocto so python3-cryptography that poky provided is of > 42.0.5 but i am integrating a middleware which actually needs cryptography > ver-37.0.4.[langdale yocto] > Best so

Re: [yocto] Crypto-Ver-error

2024-10-23 Thread Bratiranjan Acharya
Can anyone help me with this issue? Or it is not possible?? Hi all, [Current scenario] I am using scartgap yocto so python3-cryptography that poky provided is of 42.0.5 but i am integrating a middleware which actually needs cryptography ver-37.0.4.[langdale yocto] [What i have tried] I tried to c

[yocto] error while adding device tree overlay for UART to the image #bitbake #linux

2024-10-23 Thread Crane
Hello, This question comes from building Raspberry Pi 5 image in Yocto. I am trying to add uart device tree overlays to the image. What's done is to add the overlays in the machine configuration: > > RPI_KERNEL_DEVICETREE_OVERLAYS += " \ > overlays/uart0-pi5.dtbo \ > overlays/uart1-pi5.dtbo \ >

[yocto] Multi-layer GitLab CI/CD (multi-project pipelines and merge request CI)

2024-10-23 Thread Quentin Schulz via lists.yoctoproject.org
Hi all, I have two git repos for multiple layers, let's say layerA, layerB and layerC. I cannot merge them because one repo is "closed-source" while the other is public. Our testing scripts in a testing/demo image are in layerC, so to validate that changes made to layerA actually are fine, on

Re: [yocto] Lack of Qt's libraries in the SDK. #cmake #imx8 #qt #scarthgap #sdk #yocto

2024-10-23 Thread ICS
Hi, On Wed, Oct 23, 2024 at 4:52 AM wrote: > Hello, > [snip] > CMake Error at > /home/bstk/Documents/sdk/sysroots/cortexa53-crypto-fsl-linux/usr/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets.cmake:128 > (message): > The imported target "Qt6::QmlBuiltins" references the file > > > > "/home/

[yocto] Crypto-Ver-error

2024-10-23 Thread Bratiranjan Acharya
Hi all, [Current scenario] I am using scartgap yocto so python3-cryptography that poky provided is of 42.0.5 but i am integrating a middleware which actually needs cryptography ver-37.0.4.[langdale yocto] [What i have tried] I tried to compile the python3-cryptography_37.0.4.bb file in current sca

Re: [yocto] ERROR: Nothing PROVIDES 'virtual/kernel'

2024-10-23 Thread Zoran
Well... Thank you for the support. I was right. ONLY sources for the kernel (defined in POKY). Mainline and Stable! Thank you all, Zee ___ On Mon, Oct 21, 2024 at 1:42 PM Zoran via lists.yoctoproject.org wrote: > > Hello people, > > I think something changed recently, as usual, as you all

[yocto] populate_sysroot not found in x86_64 x86_64_ubuntu-20.04 #yocto

2024-10-23 Thread umeshyv
Hi I get below error for the recipe which copies .tgz files to a directory ERROR: lib32-xx-image-1.0-r0 do_prepare_recipe_sysroot: Manifest /home/x/projects/x/build-x/tmp/sstate-control/manifest-x86_64_ubuntu-20.04-sigma-tools-native.populate_sysroot not found in x86_64 x86_64_ubuntu-20.04

Re: [yocto] Lack of Qt's libraries in the SDK. #cmake #imx8 #qt #scarthgap #sdk #yocto

2024-10-23 Thread Alexander Kanavin
This should be reported to maintainers of meta-qt6 perhaps? Alex On Wed, 23 Oct 2024 at 09:52, bartiszosti via lists.yoctoproject.org wrote: > > Hello, > I'm working on image which needs Qt6. I succeeded to add the layer, build the > image and run it on the hardware. > Next, I generated the SDK

[yocto] Lack of Qt's libraries in the SDK. #cmake #imx8 #qt #scarthgap #sdk #yocto

2024-10-23 Thread bartiszosti
Hello, I'm working on image which needs Qt6. I succeeded to add the layer, build the image and run it on the hardware. Next, I generated the SDK, so I generated it by the "-c populate_sdk" option and also I inherited the "populate_sdk_qt6", correct, as well. The problem is that I can't build my a