aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: dae8ce99419b1ea49dd8e9620d09c2099b2020a1 (plain)
1
2
3
4
5
6
7
8
9
10
# We have a conf directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "yoctobspold"
BBFILE_PATTERN_yoctobspold = "^${LAYERDIR}/"
BBFILE_PRIORITY_yoctobspold = "5"