diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2018-10-08 11:07:46 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-10-09 23:22:57 -0400 |
| commit | 702fdd7945395f5cc3f9047cbb85f03173befad4 (patch) | |
| tree | 457ace2c8e4140ccd53a85dcd29b7304c614c653 /meta-openstack/conf | |
| parent | abd8c6ad4b6786e2bb4014115a0bf5a14449c875 (diff) | |
| download | meta-cloud-services-702fdd7945395f5cc3f9047cbb85f03173befad4.tar.gz | |
*/layer.conf: Update LAYERDEPENDS
The ruby layer is no longer in meta-openembedded, remove references to that
from the README.
Implement the LAYERDEPENDS for each of the layers so that the layerindex
will populate properly.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index ac4f055..0370c81 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -10,6 +10,17 @@ BBFILE_PRIORITY_openstack-layer = "5" | |||
| 10 | LAYERSERIES_COMPAT_openstack-layer = "sumo" | 10 | LAYERSERIES_COMPAT_openstack-layer = "sumo" |
| 11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" | 11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" |
| 12 | 12 | ||
| 13 | LAYERDEPENDS_openstack-layer = " \ | ||
| 14 | core \ | ||
| 15 | cloud-services-layer \ | ||
| 16 | openembedded-layer \ | ||
| 17 | networking-layer \ | ||
| 18 | filesystems-layer \ | ||
| 19 | webserver \ | ||
| 20 | meta-python \ | ||
| 21 | virtualization-layer \ | ||
| 22 | " | ||
| 23 | |||
| 13 | # pre 0.4.0 greenlet versions segfault python | 24 | # pre 0.4.0 greenlet versions segfault python |
| 14 | PREFERRED_VERSION_python-greenlet = "0.4.5" | 25 | PREFERRED_VERSION_python-greenlet = "0.4.5" |
| 15 | PREFERRED_VERSION_python-sqlalchemy = "1.0.8" | 26 | PREFERRED_VERSION_python-sqlalchemy = "1.0.8" |
