Tag

yocto

embedded linux development using yocto project co

Dan Predovic

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 ``