blob: 30d2bbc8e8acb786cf054161ea8b84d318008e96 [file] [log] [blame]
Brad Bishop702cb7b2019-05-30 14:22:15 -04001#"Copyright ? 2019-present Lenovo
2#Licensed under BSD-3, see COPYING.BSD file for details."
3
4
5# We have a conf and classes directory, add to BBPATH
6BBPATH .= ":${LAYERDIR}"
7
8# We have recipes-* directories, add to BBFILES
9BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
10 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
11
12BBFILE_COLLECTIONS += "lenovo-layer"
13BBFILE_PATTERN_lenovo-layer = ""
14LAYERVERSION_lenovo-layer = "1"
15LAYERSERIES_COMPAT_lenovo-layer = "thud warrior"
16
17# Provide a variable that points the base of the lenovo layer.
18LENOVOBASE = '${@os.path.normpath("${LAYERDIR}/")}'