# 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" BBFILES_DYNAMIC += "meta-ublox-modules:${LAYERDIR}/bbappends/ublox-module/recipes-*/*/*.bbappend" BBFILES_DYNAMIC += "freescale-layer:${LAYERDIR}/freescale/recipes-*/*/*.bb*" BBFILE_COLLECTIONS += "netmodule-bsp" BBFILE_PATTERN_netmodule-bsp = "^${LAYERDIR}/" BBFILE_PRIORITY_netmodule-bsp = "10" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_netmodule-bsp = "1" LAYERDEPENDS_netmodule-bsp = "core" LAYERSERIES_COMPAT_netmodule-bsp = "dunfell"