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 have created a bitbake recipe that would copy 2 of my files (firmware binaries for VPU) into /lib/firmware/ directory …
yocto bitbakeI have a trouble of understanding the FILES_${PN} even after I have read the manual. For example, I was …
yocto openembeddedI have tried for a long time to modify the kernel config without luck. :-( There is a BSP in …
linux linux-kernel embedded-linux yocto bitbakeI 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 openembeddedI am working to build an own "embeeded linux" with yocto. It is based on the SAMA5D3x-MB + SAMA5…
linux-kernel embedded-linux yocto bitbakeThe size of my sstate-cache directory of my YoctoProject "fido" environment is more than 3GB. How can I delete the …
yocto bitbakeI would like to build a Docker image without docker iself. I have looked at Packer, but it requiers to …
docker packer openembedded yoctoI am using BBB to understand the yocto-project. I am not sure how patching works. This is my project directory ├── …
yocto bitbakeFor context, programming a driver to interact with an FPGA IP core on an embedded Linux (Yocto: krogoth) on a …
embedded-linux yocto xilinxI'm using Yocto to install clBLAS library (https://github.com/clMathLibraries/clBLAS) using the recipe https://github.com/CogentEmbedded/meta-opencl/…
yocto