Lines Matching full:layers
204 layers into your configuration please add entries to conf/bblayers.conf.
229 - 'bitbake-layers' handles common layer tasks
298 In general, layers are repositories that contain related sets of
300 Isolating related metadata into functionally specific layers facilitates
309 #. **Find a Layer:** Many hardware layers are available. The Yocto Project
310 :yocto_git:`Source Repositories <>` has many hardware layers.
331 next to other layers inside the Poky reference repository on your build
337 It is recommended for layers to have a branch per Yocto Project release.
359 Use the ``bitbake-layers add-layer`` command to add the layer to the
365 $ bitbake-layers add-layer ../meta-altera
372 more information on adding layers in the
373 :ref:`dev-manual/common-tasks:adding a layer using the \`\`bitbake-layers\`\` script`
391 ``bitbake-layers create-layer`` command. The tool automates layer
402 $ bitbake-layers create-layer meta-mylayer
404 Add your new layer with 'bitbake-layers add-layer meta-mylayer'
407 on layers and how to create them, see the
408 :ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`