blob: f5b4fdeb49bbd91e1370c1feef2678d7f24bb1a1 [file] [log] [blame]
Supreeth Venkateshef230742020-05-27 15:06:10 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
Jayanth Othayoth95d26fc2023-12-20 00:05:19 -06005BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
Supreeth Venkateshef230742020-05-27 15:06:10 -05007
8BBFILE_COLLECTIONS += "amd-layer"
Jayanth Othayoth95d26fc2023-12-20 00:05:19 -06009BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/meta-common/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_amd-layer = "nanbield scarthgap"