added empty layer generated by bitbake-layers
This commit is contained in:
13
conf/layer.conf
Normal file
13
conf/layer.conf
Normal 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"
|
||||
Reference in New Issue
Block a user