diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-24 15:31:57 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-24 15:31:59 -0400 |
commit | 40f9827989da1affd5c1a43d8d07efa7b6d8eeac (patch) | |
tree | 0613c7eb86f772eaff58516095302c684f26cf12 /conf | |
parent | 2bc2a154011ffb723c7a18fd924b16c7ad0cf885 (diff) | |
download | meta-cloud-services-40f9827989da1affd5c1a43d8d07efa7b6d8eeac.tar.gz meta-cloud-services-40f9827989da1affd5c1a43d8d07efa7b6d8eeac.tar.bz2 meta-cloud-services-40f9827989da1affd5c1a43d8d07efa7b6d8eeac.zip |
conf/layer: update compatibility
Drop thud/warrior, add dunfell
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 8118b1c..4944019 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,5 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" -LAYERSERIES_COMPAT_cloud-services-layer = "thud warrior zeus" +LAYERSERIES_COMPAT_cloud-services-layer = " zeus dunfell" LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" |