Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [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 += "filesystems-layer" |
| 9 | BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_filesystems-layer = "6" |
| 11 | |
| 12 | # This should only be incremented on significant changes that will |
| 13 | # cause compatibility issues with other layers |
| 14 | LAYERVERSION_filesystems-layer = "1" |
| 15 | |
| 16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 17 | |
Brad Bishop | 63ae878 | 2019-10-09 09:56:13 -0400 | [diff] [blame] | 18 | LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus" |