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

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

BBFILE_COLLECTIONS += "meta-ti"
BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ti = "6"