This commit is contained in:
Imbus 2026-02-03 18:12:28 +01:00
commit b4d9399de6
16 changed files with 465 additions and 0 deletions

13
conf/layer.conf Normal file
View file

@ -0,0 +1,13 @@
# 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"