13 lines
422 B
Text
13 lines
422 B
Text
# 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-imbus"
|
|
BBFILE_PATTERN_meta-imbus = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-imbus = "6"
|
|
|
|
LAYERDEPENDS_meta-imbus = "core meta-beagle"
|
|
LAYERSERIES_COMPAT_meta-imbus = "scarthgap"
|