Initial commit

This commit is contained in:
2026-01-01 15:28:49 +01:00
commit d9c8880b45
4 changed files with 84 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-empty-layer"
BBFILE_PATTERN_meta-empty-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-empty-layer = "6"
LAYERDEPENDS_meta-empty-layer = "core"
LAYERSERIES_COMPAT_meta-empty-layer = "scarthgap"