aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: faa4ac026b0446b6dbe4272cfbe79c3d3a812b9f (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"