Top "Openembedded" questions

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

Building python packages

I am bitbaking a couple of python libraries and got this warning while adding second one of them: WARNING: The …

python openembedded bitbake
How to find which Yocto Project recipe populates a particular file on an image root filesystem

I work with the Yocto Project quite a bit and a common challenge is determining why (or from what recipe) …

linux embedded-linux yocto bitbake openembedded
bitbake failed with ExpansionError

Context: I'm following the NXP i.MX7 Reference to build a Linux image for the i.MX 7 SABRE board. This …

yocto bitbake openembedded imx7
Request for clarification on Yocto inheritance

I've recently made a foray into building Linux-based embedded systems, a far cry from my usual embedded stuff where I …

yocto bitbake openembedded
Post-install script on Yocto-built linux

I need to run a script on a target OS built by Yocto. This script needs to be ran as …

yocto openembedded angstrom-linux imx6
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
How to conditionally specify a variable in yocto .bb recipe

I would like to do something like this: if [ "${BB_NO_NETWORK}" == "1" ]; then SRCREV ?= "a2d1f0225692c7c054014ec4…

yocto openembedded
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