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

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "ast2500"
BBFILE_PATTERN_ast2500 = "^${LAYERDIR}/"
BBFILE_PRIORITY_ast2500 = "10"
LAYERSERIES_COMPAT_ast2500 = "honister kirkstone"