aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-deploy/conf/layer.conf
blob: 047d006e5decedab019b46d2e7a4581fa2534237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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-compute-deploy-layer"
BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_openstack-compute-deploy-layer = "6"
LAYERSERIES_COMPAT_openstack-compute-deploy-layer = "thud warrior"

LAYERDEPENDS_openstack-compute-deploy-layer = " \
	core \
	cloud-services-layer \
	openembedded-layer \
	networking-layer \
	virtualization-layer \
	openstack-layer \
	"