Top "Bitbake" questions

BitBake is a simple tool for the execution of tasks.

Bitbake fails on do_package_qa error?

I am trying to write my own custom recipe. I am using Yocto Project with Bitbake. The following package when …

embedded-linux bitbake gumstix
bitbake: how does the build system choose the recipe provided by more than one layer

The meta layer provide recipe: meta/recipes-graphics/x11-common/xserver-nodm-init.bb The meta-oe layer provide recipe: meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.…

yocto bitbake openembedded
Bitbake build consumes more space

I recently started using Bitbake for building Yocto. Everytime I build, it consumes more space and currently I'm running out …

linux build yocto bitbake
How to add packages to populate SDK as a host tool?

I have created my own recipe for building my SW, which requires native perl during building (e.g. invoking perl …

yocto bitbake
use pip install command in recipes Yocto Project

I need to use an existing library on this site https://pypi.python.org/pypi/SpeechRecognition/ library present format compressed …

yocto bitbake openembedded
How to get to menuconfig for u-boot in Yocto environment

I'm using Yocto for the first time for an ARM embedded system with a Xilinx Zynq. I want to make …

yocto u-boot bitbake