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

Bitbake not installing my file in the rootfs image

I have created a bitbake recipe that would copy 2 of my files (firmware binaries for VPU) into /lib/firmware/ directory …

yocto bitbake
An example of using FILES_${PN}

I have a trouble of understanding the FILES_${PN} even after I have read the manual. For example, I was …

yocto openembedded
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
Docker image format

I would like to build a Docker image without docker iself. I have looked at Packer, but it requiers to …

docker packer openembedded yocto
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
Read a specific memory address via /dev/mem from the command line

For context, programming a driver to interact with an FPGA IP core on an embedded Linux (Yocto: krogoth) on a …

embedded-linux yocto xilinx
Yocto - Files/directories were installed but not shipped in any package

I'm using Yocto to install clBLAS library (https://github.com/clMathLibraries/clBLAS) using the recipe https://github.com/CogentEmbedded/meta-opencl/…

yocto