From a5c4f51c857fde56a86a48509b273e2cfcdcb610 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Fri, 23 May 2014 22:10:37 -0400 Subject: add new meta-openstack-controller-test-config layer There are some setting/configuring systems required before starting automatic testsuites such as tempest. Create new layer meta-openstack-controller-test-config as place holder for any changes on Controller side related to automatic testsuites. Signed-off-by: Vu Tran --- meta-openstack-controller-test-config/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-openstack-controller-test-config/conf/layer.conf (limited to 'meta-openstack-controller-test-config/conf') diff --git a/meta-openstack-controller-test-config/conf/layer.conf b/meta-openstack-controller-test-config/conf/layer.conf new file mode 100644 index 0000000..f542ce6 --- /dev/null +++ b/meta-openstack-controller-test-config/conf/layer.conf @@ -0,0 +1,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-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" -- cgit v1.2.3-54-g00ecf