aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/conf/layer.conf
blob: 9fa60c1c4949437d310398d07eaa5d7179600ee3 (plain)
1
2
3
4
5
6
7
8
9
# We have a conf and classes directory, prepend to BBPATH to prefer our versions
BBPATH := "${LAYERDIR}:${BBPATH}"

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

BBFILE_COLLECTIONS += "openembedded-layer"
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_openembedded-layer = "6"