aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: cdac803ae947cdcf0b8652e297b1f2e9c8bfef35 (plain)
1
2
3
4
5
6
7
8
9
10
11
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"

LAYERSERIES_COMPAT_meta-darwin = "kirkstone"

# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-darwin"
BBFILE_PATTERN_meta-darwin := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-darwin = "8"