summaryrefslogtreecommitdiff
path: root/meta-hpe/meta-gxp/conf/layer.conf
blob: 7a9a11085dd166bc78d9f8d854a2dc5da5b99c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "gxp-layer"
BBFILE_PATTERN_gxp-layer = "^${LAYERDIR}/"
LAYERVERSION_gxp-layer = "1"
LAYERSERIES_COMPAT_gxp-layer = "hardknott honister"

GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'