blob: 0b7cb4fe95c350338ae001a66f4be6188a4cfe18 [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"
Patrick Williamsce142622021-08-23 16:26:20 -050015LAYERSERIES_COMPAT_lenovo-layer = "hardknott"
Brad Bishop702cb7b2019-05-30 14:22:15 -040016
17# Provide a variable that points the base of the lenovo layer.
18LENOVOBASE = '${@os.path.normpath("${LAYERDIR}/")}'