blob: dddfbf716e027120e182b438fd2f83f8e692726a [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
Andrew Geissler95ac1b82021-03-31 14:34:31 -05008BBFILE_COLLECTIONS += "{layerid}"
9BBFILE_PATTERN_{layerid} = "^${{LAYERDIR}}/"
10BBFILE_PRIORITY_{layerid} = "{priority}"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
Andrew Geissler95ac1b82021-03-31 14:34:31 -050012LAYERDEPENDS_{layerid} = "core"
13LAYERSERIES_COMPAT_{layerid} = "{compat}"