Top "Openembedded" questions

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

Is it possible to pass in command line variables to a bitbake build?

I have an OpenEmbedded environment using bitbake to do some builds. I wanted to get something "interactive" going on where …

build command-line-arguments compiler-flags openembedded bitbake
How does Shared State Cache in Yocto work?

Can any one explain to me more comprehensively how the sstate cache works in yocto? This explanation is far from …

yocto bitbake openembedded
Yocto Error: "non debug package contains .debug directory" with yocto recipe

I am trying to build a custom yocto recipe, which involves compiling a small C program. During the build - $ …

openembedded
Bitbake: How to list all recipe and append files used in an image?

I'm using OpenEmbedded-Core and have created a custom layer with priority 6. Months of development have gone by, and now I …

yocto recipe bitbake openembedded
How do I add more python modules to my yocto/openembedded project?

I wish to add more python modules to my yocto/openembedded project but I am unsure how to? I wish …

python linux yocto bitbake openembedded
Why does bitbake ignore CFLAGS in my makefile?

My application's makefile adds a couple things to CFLAGS as follows: CFLAGS += -Wall -std=gnu99 When I build the application …

c linux makefile bitbake openembedded
Ship extra files in kernel module recipe

Is there a way I can ship more files when building an out of tree kernel module? I have tried …

yocto bitbake openembedded
Yocto: how to remove/blacklist some dependency from RDEPENDS of a package?

I have a custom machine layer based on https://github.com/jumpnow/meta-wandboard. I've upgraded the kernel to 4.8.6 and want …

yocto bitbake openembedded imx6
How to write a BitBake driver recipe which requires kernel source header files?

Introduction I have a do_install task in a BitBake recipe which I've written for a driver where I execute …

linux-kernel header-files yocto bitbake openembedded