blob: c2263c899b753815fae6ca5cab8c3efb89513469 [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}/"
Andrew Geissler9aee5002022-03-30 16:27:02 +000010BBFILE_PRIORITY_filesystems-layer = "5"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_filesystems-layer = "1"
15
Andrew Geissler20137392023-10-12 04:59:14 -060016LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer"
Brad Bishop316dfdd2018-06-25 12:45:53 -040017
Patrick Williams03514f12024-04-05 07:04:11 -050018LAYERSERIES_COMPAT_filesystems-layer = "scarthgap"