Top "Bitbake" questions

BitBake is a simple tool for the execution of tasks.

modifying kernel config in Yocto

I have tried for a long time to modify the kernel config without luck. :-( There is a BSP in …

linux linux-kernel embedded-linux yocto bitbake
Yocto using .bbappend file to override writing of default init scripts for initramfs

I am trying to write a .bbappend file that will append to the initramfs-live-boot_1.0.bb which has a statement inside …

init yocto bitbake openembedded
How to use an own device tree and modified kernel config in Yocto?

I am working to build an own "embeeded linux" with yocto. It is based on the SAMA5D3x-MB + SAMA5…

linux-kernel embedded-linux yocto bitbake
How should the sstate-cache directory be deleted in Yocto?

The size of my sstate-cache directory of my YoctoProject "fido" environment is more than 3GB. How can I delete the …

yocto bitbake
How patching works in yocto

I am using BBB to understand the yocto-project. I am not sure how patching works. This is my project directory ├── …

yocto bitbake
Bitbake not finding recipes

I'm running bitbake inside of the openembedded environment, and I think it's missing 99% of my recipe files. I've edited the …

openembedded bitbake
Unable to connect to bitbake server

Im trying to setup bitbake tool and trying to follow the tutorial https://www.yoctoproject.org/docs/1.8/bitbake-user-manual/bitbake-user-manual.html#…

bitbake
Yocto: oe_runmake failed, error in do_compile from bitbake image

I'm building yocto image and a newbie for this. I'm having an error when I type bitbake piflo command (piflo …

yocto bitbake
Methods for speeding up build time in a project using bitbake?

I'm working in a project which has many bitbake recipes and takes a lot of time - up to 13 hours …

python build embedded openembedded bitbake
Yocto: : does bitbake cleanall ,cleans dependencies as well

bitbake cleanall Removes all output files, shared state cache, and downloaded source files for a target It is not clear …

yocto bitbake