summaryrefslogtreecommitdiffstats
path: root/meta-openstack-aio-deploy/conf
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-04-11 14:01:29 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-15 19:49:52 -0400
commit496304e28096f01657d1160507b1df4bf50d538f (patch)
treeb568519f38999c1135ff0e5fee918d0fd15b2c52 /meta-openstack-aio-deploy/conf
parentc533b15bb52825f9062d2c7b7e945fb6205c7503 (diff)
downloadmeta-cloud-services-496304e28096f01657d1160507b1df4bf50d538f.tar.gz
OpenStack: all-in-one node
Introduce image openstack-image-aio, integrating both compute and controller functionality Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack-aio-deploy/conf')
-rw-r--r--meta-openstack-aio-deploy/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack-aio-deploy/conf/layer.conf b/meta-openstack-aio-deploy/conf/layer.conf
new file mode 100644
index 0000000..d1d1f64
--- /dev/null
+++ b/meta-openstack-aio-deploy/conf/layer.conf
@@ -0,0 +1,10 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
6
7BBFILE_COLLECTIONS += "openstack-aio-deploy-layer"
8BBFILE_PATTERN_openstack-aio-deploy-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-aio-deploy-layer = "6"
10