commit
f115e2b636
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue