Top "Yocto" questions

An open source collaboration project that provides templates, tools and methods to help you create custom Linux-based systems for embedded products regardless of the hardware architecture

bitbake SRC_URI file://

If I have a tarball, helloworld.tar.gz in a local directory, say /home/user/tarballs/, how can I make …

path environment-variables uri yocto bitbake
Bitbake error - Nothing RPROVIDES

I would to split and application into multiple packages. Basically I just would like to add an other one which …

packages yocto openembedded bitbake
Bitbake list of targets

thx for reading, I am working in a project where we create a secimage (linux yocto image). I am not …

yocto bitbake
How to export DBUS_SESSION_BUS_ADDRESS

I'm trying to run D-Bus on an embedded system (Yocto Linux) and connect to it from my application code. I …

linux dbus yocto
Creating boot.scr for u-boot

I generate image for a Freescale i.mx6 sabresd using Yocto. When booting, to activate the hdmi I have to …

linux boot u-boot yocto
Unable to start bitbake server

I am trying to learn yocto by following the video tutorials on their main website. I installed the poky-rocko-18.0.0 and …

yocto bitbake
How to remove a specific package from yocto

I am building yocto for a specific hardware (imx6 saber-sdb from nxp). I want to remove a particular (chromium) package …

yocto imx6
How do I write a yocto/bitbake recipe to copy a directory to the target root file system

I have a directory of 'binary' (i.e. not to be compiled) files and just want them to be installed …

directory copy yocto bitbake recipe
Enable systemd services using yocto

Hi this is my layer tree ├── conf │   └── layer.conf ├── COPYING.MIT ├── README └── recipes-hello ├── helloworld │   ├── helloworld-0.1 │   │   ├── helloworld.c │   │   ├── helloworld.patch │   │   └── newhelloworld.…

yocto bitbake
Quick rebuild of device tree only with Yocto/bitbake?

So, each time I modify the device tree I typically change the dts in a custom recipe and rebuild the …

linux-kernel yocto bitbake device-tree