aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-test-config/conf/layer.conf
blob: 9de86a7241d15e08f6f2e856ca502a886b99e7e8 (plain)
1
2
3
4
5
6
7
8
9
10
# 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 ${LAYERDIR}/classes/*.bbclass"

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