summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index dca6a10..e089b7d 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,4 +8,8 @@ BBFILE_COLLECTIONS += "cloud-services-layer"
8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_cloud-services-layer = "5" 9BBFILE_PRIORITY_cloud-services-layer = "5"
10LAYERSERIES_COMPAT_cloud-services-layer = "langdale" 10LAYERSERIES_COMPAT_cloud-services-layer = "langdale"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core \
12 filesystems-layer \
13 networking-layer \
14 virtualization-layer \
15"