#yocto

Articles tagged with yocto.

embedded linux development using yocto project co

reating Custom Layers To maintain project-specific customizations, create new layers: ```bash bitbake-layers create-layer meta-myproject ``` Add your layer to the build: ```bash bitbake-layers add-layer meta-myproject ``