diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-26 00:38:40 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:31 -0400 |
| commit | d1c4fcf951682d21a9e642038d7c5552b191f77e (patch) | |
| tree | e8b69059daddc3d5704a2a7c8bc0fee41dd6d6e3 /meta-openstack | |
| download | meta-cloud-services-d1c4fcf951682d21a9e642038d7c5552b191f77e.tar.gz | |
openstack: layer infrastructure
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/README | 0 | ||||
| -rw-r--r-- | meta-openstack/conf/layer.conf | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/README b/meta-openstack/README new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/meta-openstack/README | |||
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf new file mode 100644 index 0000000..ff14b1e --- /dev/null +++ b/meta-openstack/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-layer" | ||
| 8 | BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_virtualization-layer = "7" | ||
