summaryrefslogtreecommitdiffstats
path: root/meta-openstack-qemu
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-qemu')
-rw-r--r--meta-openstack-qemu/README1
-rw-r--r--meta-openstack-qemu/conf/layer.conf9
2 files changed, 9 insertions, 1 deletions
diff --git a/meta-openstack-qemu/README b/meta-openstack-qemu/README
index 63ef70a..81ce86b 100644
--- a/meta-openstack-qemu/README
+++ b/meta-openstack-qemu/README
@@ -19,7 +19,6 @@ patches: 0001-python-sqlalchemy-update-to-0.7.9.patch
19revision: HEAD 19revision: HEAD
20layers: meta-oe 20layers: meta-oe
21 meta-networking 21 meta-networking
22 meta-ruby
23 22
24URI: git://git.yoctoproject.org/meta-virtualization 23URI: git://git.yoctoproject.org/meta-virtualization
25branch: master 24branch: master
diff --git a/meta-openstack-qemu/conf/layer.conf b/meta-openstack-qemu/conf/layer.conf
index b6d45ba..d3ddf82 100644
--- a/meta-openstack-qemu/conf/layer.conf
+++ b/meta-openstack-qemu/conf/layer.conf
@@ -8,3 +8,12 @@ BBFILE_COLLECTIONS += "openstack-qemu-layer"
8BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-qemu-layer = "6" 9BBFILE_PRIORITY_openstack-qemu-layer = "6"
10LAYERSERIES_COMPAT_openstack-qemu-layer = "sumo" 10LAYERSERIES_COMPAT_openstack-qemu-layer = "sumo"
11
12LAYERDEPENDS_openstack-qemu-layer = " \
13 core \
14 cloud-services-layer \
15 openembedded-layer \
16 networking-layer \
17 virtualization-layer \
18 openstack-layer \
19 "