summaryrefslogtreecommitdiffstats
path: root/meta-agl/meta-agl-basesystem/conf/layer.conf
blob: d983f9fa567d4b31c2bedcf6e08dc7c751d6cb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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-*/*/*.bbclass \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "agl-basesystem"
BBFILE_PATTERN_agl-basesystem = "^${LAYERDIR}/"
BBFILE_PRIORITY_agl-basesystem = "70"

# for agl-basefiles recipe
HOSTTOOLS += "xpath"

LAYERSERIES_COMPAT_agl-basesystem = "thud"