commit f115e2b636033a492265ef87faafe9fd37256cea Author: Patrick Walther Date: Thu Jul 23 17:34:25 2020 +0200 ADD: [meta] add meta layer conf BugzId: 65179 diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..712ac71 --- /dev/null +++ b/conf/layer.conf @@ -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"