Patrick Williams | c124f4f | 2015-09-15 14:41:29 -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 ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "skeleton" |
| 8 | BBFILE_PATTERN_skeleton = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_skeleton = "1" |
| 10 | |
| 11 | # This should only be incremented on significant changes that will |
| 12 | # cause compatibility issues with other layers |
| 13 | LAYERVERSION_skeleton = "1" |
| 14 | |
| 15 | LAYERDEPENDS_skeleton = "core" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 16 | |
Andrew Geissler | 1e34c2d | 2020-05-29 16:02:59 -0500 | [diff] [blame] | 17 | LAYERSERIES_COMPAT_skeleton = "gatesgarth" |