Improved yocto directory structure

This commit is contained in:
2025-07-02 17:40:59 +02:00
parent 60fd0a02f8
commit f30d31a24f
12 changed files with 988 additions and 99 deletions

View File

@@ -0,0 +1,15 @@
# Layer configuration for FCB1010 Looper System
BBPATH .= ":${LAYERDIR}"
# Layer recipes
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-fcb-looper"
BBFILE_PATTERN_meta-fcb-looper = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-fcb-looper = "10"
LAYERVERSION_meta-fcb-looper = "1"
LAYERSERIES_COMPAT_meta-fcb-looper = "whinlatter"
# Dependencies
LAYERDEPENDS_meta-fcb-looper = "core"