aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/conf/layer.conf
blob: 4e8eca3c334a388a71b100f4902bc30d0111ed99 (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-python"
BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-python = "7"