2019-01-25 14:20:21 +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 \
|
|
|
|
"
|
|
|
|
|
2019-03-12 05:16:55 +00:00
|
|
|
BBFILE_COLLECTIONS += "meta-blackfinn"
|
|
|
|
BBFILE_PATTERN_meta-blackfinn = "^${LAYERDIR}/"
|
|
|
|
BBFILE_PRIORITY_meta-blackfinn = "11"
|
2019-01-25 14:20:21 +00:00
|
|
|
|
2019-11-29 19:21:11 +00:00
|
|
|
LAYERSERIES_COMPAT_meta-blackfinn = "zeus warrior thud sumo rocko"
|
2019-01-25 14:20:21 +00:00
|
|
|
|