Category "yocto"

Bitbake server does not start

I am having some trouble with building the Yocto project, hope I can find some help. Is there any way to fix the following issue? Let me know if you need any mo

How do you enable the Raspberry Pi camera in Yocto

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

Yocto Build with HDMI STM32MP1-DK1 no display

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

How to copy whole directories containing subdirectories to /boot (i.e bootfs) in Yocto while inheriting core-image class?

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

dev packages not getting included in Yocto SDK

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

How to configure an I2c Controller in the PS of the Zynq 7000 as a slave from Linux

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

Yocto toolchain installation with qscxmlc support

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

nfs mounting problem VFS: Unable to mount root fs via NFS

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

Using populate_sdk to include kernel headers

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

Conflicting revision error when sourcing from multiple git repositories in yocto

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

adding patch and another git source does not work in yocto

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

bitbake SRC_URI file://

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

create symbolic link in bitbake recipe

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

YOCTO - Build partial image for application

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

ERROR: YoctoProject - core-image-sato: do_populate_sdk

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