blob: 50fbef9aabde4f4cf6ad8016d6d1cc42dac55edf [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"
Jia, Chunhui8bccb932018-11-30 14:50:16 +080011LAYERSERIES_COMPAT_intel = "sumo"
Yong Li33170c32019-01-03 11:41:48 +080012
13# Provide a variable that points the base of the intel layer.
14INTELBASE = '${@os.path.normpath("${LAYERDIR}/")}'