blob: 3b53a7f1c92548cbbd377d9e7a8925c6e896125f [file] [log] [blame]
James Feiste27e5fc2017-11-09 14:31:00 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "intel"
Jason M. Bills1f25c972019-12-10 10:36:54 -08009BBFILE_PATTERN_intel = "^${LAYERDIR}/"
James Feiste27e5fc2017-11-09 14:31:00 -080010LAYERVERSION_intel = "1"
Jae Hyun Yoo24e16a22021-08-06 10:55:59 -070011LAYERSERIES_COMPAT_intel = "gatesgarth hardknott honister"
Jason M. Bills1f25c972019-12-10 10:36:54 -080012LAYERDEPENDS_intel = "phosphor-layer"