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 | |
Andrew Geissler | 95ac1b8 | 2021-03-31 14:34:31 -0500 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "{layerid}" |
| 9 | BBFILE_PATTERN_{layerid} = "^${{LAYERDIR}}/" |
| 10 | BBFILE_PRIORITY_{layerid} = "{priority}" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | |
Andrew Geissler | 95ac1b8 | 2021-03-31 14:34:31 -0500 | [diff] [blame] | 12 | LAYERDEPENDS_{layerid} = "core" |
| 13 | LAYERSERIES_COMPAT_{layerid} = "{compat}" |