blob: 6a9357d2a94d76dbf21b0cac18c18414a8659dca [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "filesystems-layer"
9BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_filesystems-layer = "6"
11
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_filesystems-layer = "1"
15
16LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
Brad Bishop316dfdd2018-06-25 12:45:53 -040017
Patrick Williams213cb262021-08-07 19:21:33 -050018LAYERSERIES_COMPAT_filesystems-layer = "honister"