meta-imbus/conf/layer.conf
2026-02-03 18:12:28 +01:00

13 lines
410 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"
LAYERSERIES_COMPAT_meta-imbus = "scarthgap"