I'm trying to get my Raspberry Pi camera to work with my Yocto image. I found here that I need to add the following line: VIDEO_CAMERA = "1" I added it to my m
Ive been following the Digi-Key introduction to Yocto project on the STM32MP1-DK1: link here Ive gone through all the tutorials and had success setting up a cus
I have a directory which again contains subdirectories, which are built has part of other recipe and moved to DEPLOY_DIR_IMAGE using deploy bb class. So now I w
We are generating Yocto SDK using the following command: bitbake -c populate_sdk <image-name> Yocto Branch : Dunfell We don't see header files getting inc
I am using a zed board with a Zynq 7000 on it. The end goal is to have the I2c-0 controller in the physical PS of the Zynq7000 to act as an I2c slave device. I
Hej Folks. I try to implement a yocto and QT5 based project for a variscite board with QtSCXML support. I got everything run on QtCreator for my Hostmachine (Ub
I am not able to mount nfs, my Parameters are like following, it is from bootlin; setenv bootargs 'console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.0.1:/nf
How do I include the linux kernel headers as part of the SDK package in Yocto? I'm using Yocto 1.8 (fido) in an embedded project and want to do out-of-tree ker
I want to fetch from two git repositories in yocto, but I get an "conflicting revisions error. The code I use is like this: SRC_URI_append = " git:///home/proje
I have tried to add another git sources from another project and a patch like follwoing in bbappend file (fyi in the bb file I have the first git repo where I g
If I have a tarball, helloworld.tar.gz in a local directory, say /home/user/tarballs/, how can I make my bitbake recipe fetch from that directory? my helloworl
I have a .bbappend recipe that I need to create a symbolic link in my system. This is how it looks like now: bernardo@bernardo-ThinkCentre-Edge72:~/yocto/gene
I want to create a small application image. That image installed at a separate partition shall be mounted to /usr/local. I created a recipe like this: inherit i
I'm a beginner in Yoctoproject. I'm trying to buil the image for Beaglebone Black Board with command-line: bitbake core-image-sato -c populate_sdk. And I had an