Top "Openembedded" questions

OpenEmbedded is a software framework to create Linux distributions aimed for, but not restricted to, embedded devices.

Cmake with bitbake recipe

I am trying to build an yocto image with my own package. I have OpenCV code on github which uses …

cmake openembedded 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
Tracking variable assignments in bitbake

I'm using bitbake / openembedded, but my recipe fails because some path-variable ends up being not set correctly I think. Specifically …

openembedded bitbake
An example of using FILES_${PN}

I have a trouble of understanding the FILES_${PN} even after I have read the manual. For example, I was …

yocto openembedded
Yocto using .bbappend file to override writing of default init scripts for initramfs

I am trying to write a .bbappend file that will append to the initramfs-live-boot_1.0.bb which has a statement inside …

init yocto bitbake openembedded
Docker image format

I would like to build a Docker image without docker iself. I have looked at Packer, but it requiers to …

docker packer openembedded yocto
Bitbake not finding recipes

I'm running bitbake inside of the openembedded environment, and I think it's missing 99% of my recipe files. I've edited the …

openembedded bitbake
Methods for speeding up build time in a project using bitbake?

I'm working in a project which has many bitbake recipes and takes a lot of time - up to 13 hours …

python build embedded openembedded bitbake
Bitbake -c clean removed source

I'm beginner for 'BitBake'. I need to modify source code and build it. I found the sources to be located …

build compilation bitbake openembedded
Bitbake: "Nothing PROVIDES" error

I'm new to Yocto and Bitbake. I'm running my yocto machine through a qemu emulator on Ubuntu and attempting to …

packages qemu yocto bitbake openembedded