blob: 6bc64929981db467a6881f11e081dd9f91f92657 [file] [log] [blame]
Rick Altherrb7975ed2017-01-30 13:43:55 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Patrick Venture404ab0e2019-05-16 17:33:15 -07004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "quanta-layer"
9BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_quanta-layer = "thud warrior"
Brad Bishope260f04a2018-09-28 12:20:39 -040011
12# Provide a variable that points the base of the quanta layer.
13QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}'