Improved yocto directory structure
This commit is contained in:
15
image/meta-layers/meta-fcb-looper/conf/layer.conf
Normal file
15
image/meta-layers/meta-fcb-looper/conf/layer.conf
Normal 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"
|
||||
Reference in New Issue
Block a user