diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-03-30 14:54:26 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-04-21 13:02:14 -0400 |
commit | 008c76400e37b777ce83aaaf46904adbcdd62cc8 (patch) | |
tree | a208520e2da52a924894ccf475b62200b4afcfd4 /meta-speech-framework/conf | |
parent | 33ecec083876b8fc1484f36bdf5938b26bfb5799 (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
Diffstat (limited to 'meta-speech-framework/conf')
-rw-r--r-- | meta-speech-framework/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |