1c88eb44bSEd Tanous# We have a conf and classes directory, add to BBPATH 2c88eb44bSEd TanousBBPATH .= ":${LAYERDIR}" 3c88eb44bSEd Tanous 4c88eb44bSEd Tanous# We have recipes-* directories, add to BBFILES 5c88eb44bSEd TanousBBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 6c88eb44bSEd Tanous ${LAYERDIR}/recipes-*/*/*.bbappend" 7c88eb44bSEd Tanous 8c88eb44bSEd TanousBBFILE_COLLECTIONS += "nvidia-layer" 9c88eb44bSEd TanousBBFILE_PATTERN_nvidia-layer := "^${LAYERDIR}/" 10*a7e82f18SPatrick WilliamsLAYERSERIES_COMPAT_nvidia-layer := "whinlatter walnascar" 11