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
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-edisonI have created a Yocto recipe for my program. What are the default folders that are building image from recipe ? …
embedded-linux yocto recipeI want write a recipe in yocto to build my custom component. In that i would like to enable some …
linux cross-compiling autotools yocto recipeI'm trying to find documentation for "bb.utils.contains". I found the code in pokey/bitbake/lib/utils.py, but …
bitbake yoctoWhy we need to give path of files in SRC_URI even though we are including the files path in …
yocto bitbakeI have a project which is using yocto for building libraries including gstreamer. I found out that I need to …
gstreamer yoctoI want to know about the oe_runmake in yocto.
yocto openembedded build-systemI have a .bbappend recipe that I need to create a symbolic link in my system. This is how it …
symlink yocto bitbake