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

How to disable serial console(non-kernel) in u-boot

I am building a Yocto image for Intel Edison. One of the image's components is u-boot with an Edison-specific patch. …

linux embedded-linux u-boot yocto intel-edison
Yocto recipe : how to install in specific folder

I have created a Yocto recipe for my program. What are the default folders that are building image from recipe ? …

embedded-linux yocto recipe
How to give options for "configure" using yocto recipes?

I want write a recipe in yocto to build my custom component. In that i would like to enable some …

linux cross-compiling autotools yocto recipe
Where are bitbake python functions documented

I'm trying to find documentation for "bb.utils.contains". I found the code in pokey/bitbake/lib/utils.py, but …

bitbake yocto
Difference between SRC_URI and FILESEXTRAPATHS_prepend in bitbake

Why we need to give path of files in SRC_URI even though we are including the files path in …

yocto bitbake
How to configure yocto to use the latest git commit?

I am a very lazy person. While working on a HW/SW project the software changes permanently. In this development …

git yocto bitbake recipe
yocto: rebuild part of project

I have a project which is using yocto for building libraries including gstreamer. I found out that I need to …

gstreamer yocto
create symbolic link in bitbake recipe

I have a .bbappend recipe that I need to create a symbolic link in my system. This is how it …

symlink yocto bitbake
How to setup an Yocto recipe to build from a local git source?

Hej I am playing a bit around with Yocto, a Raspberry Pi and some code I wrote. Now I want …

git cmake yocto bitbake