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

Why does the yocto bblayers.conf file use absolute paths?

The yocto project allows the use of relative path in most of its configuration files but not within the ./build/…

configuration-files absolute-path yocto bitbake
applying patch to file in yocto recipe

I have a yocto recipe to compile a code from github. I modified some files and want to apply patch …

patch yocto bitbake
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
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
How to INSTALL & RUN QML QtWebEngine & QtWebKit on SBC using Yocto / Unable to fetch URL from any source

Environment Debian GNU/Linux 7.8 (wheezy) Linux marvin 3.16-0.bpo.2-amd64 #1 SMP Debian 3.16.3-2~bpo70+1 (2014-09-21) x86_64 GNU/Linux Raspberry …

qt qtwebkit raspberry-pi2 yocto qtwebengine
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
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