meta-netmodule-wlan/conf/layer.conf

17 lines
549 B
Plaintext

# 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 = "11"
# 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 dunfell"