blob: 99a6df06185a1d223b0dfbab163e7aa3e025278e [file] [log] [blame]
James Feist6aebca92017-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"
Patrick Venture8a61b572019-04-05 18:31:05 -070011LAYERSERIES_COMPAT_intel = "thud warrior"
Yong Lic5a33a92019-01-03 11:41:48 +080012
13# Provide a variable that points the base of the intel layer.
14INTELBASE = '${@os.path.normpath("${LAYERDIR}/")}'