Declare layer compatibility for dunfell
authorScott Murray <scott.murray@konsulko.com>
Mon, 30 Mar 2020 18:54:26 +0000 (14:54 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 21 Apr 2020 17:02:14 +0000 (13:02 -0400)
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

meta-agl-profile-graphical-html5/conf/layer.conf
meta-pipewire/conf/layer.conf
meta-speech-framework/conf/layer.conf

index bd0b18d..d499dd1 100644 (file)
@@ -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"
index b305923..6811322 100644 (file)
@@ -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"
index 804eae6..b3f004c 100644 (file)
@@ -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"