| # We have a conf and classes directory, add to BBPATH | |
| BBPATH .= ":${{LAYERDIR}}" | |
| # We have recipes-* directories, add to BBFILES | |
| BBFILES += "${{LAYERDIR}}/recipes-*/*/*.bb \ | |
| ${{LAYERDIR}}/recipes-*/*/*.bbappend" | |
| BBFILE_COLLECTIONS += "{layername}" | |
| BBFILE_PATTERN_{layername} = "^${{LAYERDIR}}/" | |
| BBFILE_PRIORITY_{layername} = "{priority}" | |
| LAYERDEPENDS_{layername} = "core" | |
| LAYERSERIES_COMPAT_{layername} = "{compat}" |