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

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

BBFILE_COLLECTIONS += "meta-python2"
BBFILE_PATTERN_meta-python2 := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-python2 = "7"