blob: b43594da55f7e902a9ccac4b314d7f38c4f386ae [file] [log] [blame]
James Feiste27e5fc2017-11-09 14:31:00 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "intel"
9BBFILE_PATTERN_intel = ""
10LAYERVERSION_intel = "1"
James Feist10da9f42019-09-23 11:36:49 -070011LAYERSERIES_COMPAT_intel = "warrior zeus"