James Feist | e27e5fc | 2017-11-09 14:31:00 -0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "intel" |
Jason M. Bills | 1f25c97 | 2019-12-10 10:36:54 -0800 | [diff] [blame] | 9 | BBFILE_PATTERN_intel = "^${LAYERDIR}/" |
James Feist | e27e5fc | 2017-11-09 14:31:00 -0800 | [diff] [blame] | 10 | LAYERVERSION_intel = "1" |
Jae Hyun Yoo | 24e16a2 | 2021-08-06 10:55:59 -0700 | [diff] [blame] | 11 | LAYERSERIES_COMPAT_intel = "gatesgarth hardknott honister" |
Jason M. Bills | 1f25c97 | 2019-12-10 10:36:54 -0800 | [diff] [blame] | 12 | LAYERDEPENDS_intel = "phosphor-layer" |