Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 2 | BBPATH .= ":${{LAYERDIR}}" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 5 | BBFILES += "${{LAYERDIR}}/recipes-*/*/*.bb \ |
| 6 | ${{LAYERDIR}}/recipes-*/*/*.bbappend" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "{layername}" |
| 9 | BBFILE_PATTERN_{layername} = "^${{LAYERDIR}}/" |
| 10 | BBFILE_PRIORITY_{layername} = "{priority}" |
| 11 | |
| 12 | LAYERDEPENDS_{layername} = "core" |
| 13 | LAYERSERIES_COMPAT_{layername} = "{compat}" |