diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-23 16:34:28 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:15:42 -0400 |
| commit | 581052b1783b4639705e5db520797ed81c1a0990 (patch) | |
| tree | 9de1de059de42726ada811c8e96b8f6ee507e7c0 /meta-openstack-compute-deploy/conf | |
| parent | f6a914b542f228488b66de6f6bd3dfb361e5a728 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack-compute-deploy/conf/layer.conf | 9 |
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 | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" | ||
| 8 | BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_openstack-compute-deploy-layer = "6" | ||
