blob: dfdfd8d85e27c5b2c280f18e26f1d3d52bae2395 (
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 += "meta-mlinux-common"
BBFILE_PATTERN_meta-mlinux-common = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-mlinux-common = "50"
|