Patrick Williams | ec2047c | 2015-09-29 14:24:02 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
Brad Bishop | a667dc9 | 2015-11-01 20:32:42 -0500 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
Brad Bishop | 32478af | 2018-09-18 09:47:03 -0400 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "palmetto-layer" |
Brad Bishop | 7d7f662 | 2019-05-01 16:23:32 -0400 | [diff] [blame] | 9 | BBFILE_PATTERN_palmetto-layer := "^${LAYERDIR}/" |
Andrew Geissler | b2f780f | 2020-04-14 20:22:03 -0500 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_palmetto-layer = "warrior zeus dunfell" |