2017-06-13 12:55:28 +00:00
|
|
|
# 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-rpi"
|
|
|
|
BBFILE_PATTERN_meta-rpi = "^${LAYERDIR}/"
|
|
|
|
BBFILE_PRIORITY_meta-rpi = "7"
|
|
|
|
|
2019-03-01 11:02:55 +00:00
|
|
|
LAYERSERIES_COMPAT_meta-rpi = "thud sumo rocko"
|
|
|
|
|