aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 056422d5db01416ae4f2edb6296255401d49d98f (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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"

LICENSE_PATH += "${LAYERDIR}/licenses"