summaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-deploy/conf/layer.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-23 16:34:28 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-03 01:15:42 -0400
commit581052b1783b4639705e5db520797ed81c1a0990 (patch)
tree9de1de059de42726ada811c8e96b8f6ee507e7c0 /meta-openstack-compute-deploy/conf/layer.conf
parentf6a914b542f228488b66de6f6bd3dfb361e5a728 (diff)
downloadmeta-cloud-services-581052b1783b4639705e5db520797ed81c1a0990.tar.gz
meta-openstack-compute-deploy: initial creation
Add a nested layer that contains the configuration and appends necessary to deploy a compute node. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-compute-deploy/conf/layer.conf')
-rw-r--r--meta-openstack-compute-deploy/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack-compute-deploy/conf/layer.conf b/meta-openstack-compute-deploy/conf/layer.conf
new file mode 100644
index 0000000..44a035b
--- /dev/null
+++ b/meta-openstack-compute-deploy/conf/layer.conf
@@ -0,0 +1,9 @@
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"
6
7BBFILE_COLLECTIONS += "openstack-compute-deploy-layer"
8BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-compute-deploy-layer = "6"