blob: 423a77cbfb25e4f72b70d542cd26444aeaefa049 [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 Geissler7e0e3c02022-02-25 20:34:39 +000017LAYERSERIES_COMPAT_skeleton = "kirkstone"