xref: /openbmc/openbmc/meta-nvidia/conf/layer.conf (revision a7e82f1843133483b8dbbb8430bf8dcb8c5f0a74)
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