summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-03-30 14:54:26 -0400
committerScott Murray <scott.murray@konsulko.com>2020-04-21 13:02:14 -0400
commit008c76400e37b777ce83aaaf46904adbcdd62cc8 (patch)
treea208520e2da52a924894ccf475b62200b4afcfd4
parent33ecec083876b8fc1484f36bdf5938b26bfb5799 (diff)
Declare layer compatibility for dunfell
For the upgrade to YP dunfell/3.1 we need to update the layer compatibility. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7495b9e75698411fe72effdb3b187ee4b0fc4da6
-rw-r--r--meta-agl-profile-graphical-html5/conf/layer.conf2
-rw-r--r--meta-pipewire/conf/layer.conf2
-rw-r--r--meta-speech-framework/conf/layer.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-profile-graphical-html5/conf/layer.conf b/meta-agl-profile-graphical-html5/conf/layer.conf
index bd0b18d7..d499dd17 100644
--- a/meta-agl-profile-graphical-html5/conf/layer.conf
+++ b/meta-agl-profile-graphical-html5/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "html5-framework"
BBFILE_PATTERN_html5-framework = "^${LAYERDIR}/"
BBFILE_PRIORITY_html5-framework = "80"
-LAYERSERIES_COMPAT_html5-framework = "zeus"
+LAYERSERIES_COMPAT_html5-framework = "dunfell"
diff --git a/meta-pipewire/conf/layer.conf b/meta-pipewire/conf/layer.conf
index b3059230..68113221 100644
--- a/meta-pipewire/conf/layer.conf
+++ b/meta-pipewire/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "meta-pipewire"
BBFILE_PATTERN_meta-pipewire = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-pipewire = "71"
-LAYERSERIES_COMPAT_meta-pipewire = "zeus"
+LAYERSERIES_COMPAT_meta-pipewire = "dunfell"
diff --git a/meta-speech-framework/conf/layer.conf b/meta-speech-framework/conf/layer.conf
index 804eae66..b3f004ce 100644
--- a/meta-speech-framework/conf/layer.conf
+++ b/meta-speech-framework/conf/layer.conf
@@ -24,4 +24,4 @@ BBFILE_COLLECTIONS += "speech-framework"
BBFILE_PATTERN_speech-framework = "^${LAYERDIR}/"
BBFILE_PRIORITY_speech-framework = "8"
-LAYERSERIES_COMPAT_speech-framework = "zeus"
+LAYERSERIES_COMPAT_speech-framework = "dunfell"