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

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

BBFILE_COLLECTIONS += "mesonbsp"
BBFILE_PATTERN_mesonbsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_mesonbsp = "5"