blob: b1c4f1e1f95a62298025250c9afb191d5f31e1bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "mini"
BBFILE_PATTERN_mini = "^${LAYERDIR}/"
BBFILE_PRIORITY_mini = "7"
|