blob: e2eaff43469370a31a093681a2d61f79d866a6c5 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001# We have a conf and classes directory, add to BBPATH
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002BBPATH .= ":${{LAYERDIR}}"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05003
4# We have recipes-* directories, add to BBFILES
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005BBFILES += "${{LAYERDIR}}/recipes-*/*/*.bb \
6 ${{LAYERDIR}}/recipes-*/*/*.bbappend"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008BBFILE_COLLECTIONS += "{layername}"
9BBFILE_PATTERN_{layername} = "^${{LAYERDIR}}/"
10BBFILE_PRIORITY_{layername} = "{priority}"
11
12LAYERDEPENDS_{layername} = "core"
13LAYERSERIES_COMPAT_{layername} = "{compat}"