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-controller-deploy | |
| 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-controller-deploy')
| -rw-r--r-- | meta-openstack-controller-deploy/README | 1 | ||||
| -rw-r--r-- | meta-openstack-controller-deploy/conf/layer.conf | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/meta-openstack-controller-deploy/README b/meta-openstack-controller-deploy/README index 0e31c17..d4172a7 100644 --- a/meta-openstack-controller-deploy/README +++ b/meta-openstack-controller-deploy/README | |||
| @@ -19,7 +19,6 @@ patches: 0001-python-sqlalchemy-update-to-0.7.9.patch | |||
| 19 | revision: HEAD | 19 | revision: HEAD |
| 20 | layers: meta-oe | 20 | layers: meta-oe |
| 21 | meta-networking | 21 | meta-networking |
| 22 | meta-ruby | ||
| 23 | 22 | ||
| 24 | URI: git://git.yoctoproject.org/meta-virtualization | 23 | URI: git://git.yoctoproject.org/meta-virtualization |
| 25 | branch: master | 24 | branch: master |
diff --git a/meta-openstack-controller-deploy/conf/layer.conf b/meta-openstack-controller-deploy/conf/layer.conf index a2c9d16..73ac493 100644 --- a/meta-openstack-controller-deploy/conf/layer.conf +++ b/meta-openstack-controller-deploy/conf/layer.conf | |||
| @@ -8,3 +8,12 @@ BBFILE_COLLECTIONS += "openstack-controller-deploy-layer" | |||
| 8 | BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_openstack-controller-deploy-layer = "6" | 9 | BBFILE_PRIORITY_openstack-controller-deploy-layer = "6" |
| 10 | LAYERSERIES_COMPAT_openstack-controller-deploy-layer = "sumo" | 10 | LAYERSERIES_COMPAT_openstack-controller-deploy-layer = "sumo" |
| 11 | |||
| 12 | LAYERDEPENDS_openstack-controller-deploy-layer = " \ | ||
| 13 | core \ | ||
| 14 | cloud-services-layer \ | ||
| 15 | openembedded-layer \ | ||
| 16 | networking-layer \ | ||
| 17 | virtualization-layer \ | ||
| 18 | openstack-layer \ | ||
| 19 | " | ||
