aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-test-config/conf/layer.conf
blob: 507b1ed9669c5c631f65ddbfd6def180f9f58c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "openstack-controller-test-config-layer"
BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/"
# We want this layer to have higher priority than any other meta-openstack layers
BBFILE_PRIORITY_openstack-controller-test-config-layer = "100"
LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "sumo thud"

LAYERDEPENDS_openstack-controller-test-config-layer = " \
	openstack-controller-deploy-layer \
	"