diff options
| -rw-r--r-- | conf/layer.conf | 6 |
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" | |||
| 8 | BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_cloud-services-layer = "5" | 9 | BBFILE_PRIORITY_cloud-services-layer = "5" |
| 10 | LAYERSERIES_COMPAT_cloud-services-layer = "langdale" | 10 | LAYERSERIES_COMPAT_cloud-services-layer = "langdale" |
| 11 | LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" | 11 | LAYERDEPENDS_cloud-services-layer = "core \ |
| 12 | filesystems-layer \ | ||
| 13 | networking-layer \ | ||
| 14 | virtualization-layer \ | ||
| 15 | " | ||
