blob: 539e4764e1a335cc341b915e259b6e07aea26773 [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"
Ed Tanous23578ef2019-01-08 12:37:52 -080011LAYERSERIES_COMPAT_intel = "thud"
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}/")}'