blob: ffccec01380e1b6a9a548900100c4700b07ecc80 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
6 ${LAYERDIR}/common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "obmc-phosphor"
9BBFILE_PATTERN_obmc-phosphor = "^${LAYERDIR}/"
10LAYERVERSION_obmc-phosphor = "1"
11
12# Provide a variable that points the base of the phosphor layer.
13PHOSPHORBASE = '${@os.path.normpath("${LAYERDIR}/")}'