rjw | 1f88458 | 2022-01-06 17:20:42 +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}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "perl-layer" |
| 9 | BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_perl-layer = "6" |
| 11 | |
| 12 | # This should only be incremented on significant changes that will |
| 13 | # cause compatibility issues with other layers |
| 14 | LAYERVERSION_perl-layer = "1" |
| 15 | |
| 16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" |
| 17 | |
| 18 | LAYERSERIES_COMPAT_perl-layer = "thud" |