ADD: [meta] add meta layer conf

BugzId: 65179
This commit is contained in:
Patrick Walther 2020-07-23 17:34:25 +02:00
commit f115e2b636
1 changed files with 16 additions and 0 deletions

16
conf/layer.conf Normal file
View File

@ -0,0 +1,16 @@
# 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 += "netmodule-wlan"
BBFILE_PATTERN_netmodule-wlan = "^${LAYERDIR}/"
BBFILE_PRIORITY_netmodule-wlan = "9"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_netmodule-wlan = "1"
LAYERSERIES_COMPAT_netmodule-wlan = "warrior"