blob: b180e61d03b3f9bca646d2ad869d370122f049f5 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -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 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "skeleton"
8BBFILE_PATTERN_skeleton = "^${LAYERDIR}/"
9BBFILE_PRIORITY_skeleton = "1"
10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_skeleton = "1"
14
15LAYERDEPENDS_skeleton = "core"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
Andrew Geissler5082cc72023-09-11 08:41:39 -040017LAYERSERIES_COMPAT_skeleton = "nanbield"