summaryrefslogtreecommitdiff
path: root/meta-aspeed/conf/layer.conf
blob: 8c0d502cf4ad9b00069441101965e8d770adc7bb (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 += "aspeed-layer"
BBFILE_PATTERN_aspeed-layer := "^${LAYERDIR}/"
LAYERVERSION_aspeed-layer = "1"
LAYERSERIES_COMPAT_aspeed-layer = "warrior"

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