blob: 2a58334f6c05e66cbe278b3673c93b7aa1f2adca [file] [log] [blame]
hongweiz-amid251b9b2019-03-12 15:04:15 -04001# 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 += "olympus-layer"
9BBFILE_PATTERN_olympus-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_olympus-layer = "6"
11
Patrick Williams2518b2a2020-11-03 16:15:19 -060012LAYERSERIES_COMPAT_olympus-layer = "dunfell gatesgarth"