diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:37:51 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:37:56 +0200 |
commit | 5c096a9bc3e336bff3fb9d678082ce8805154b22 (patch) | |
tree | 5342513a2d4a98669d12cd94d30fce00eea08f4e /meta-speech-framework | |
parent | 33ecec083876b8fc1484f36bdf5938b26bfb5799 (diff) | |
parent | ef3bedffa12e60efaf8c4c8e7f14bb14d4fe9332 (diff) |
Merge remote-tracking branch 'gerrit/next'
* gerrit/next:
agl-voiceagent-alexa: update for dunfell
meta-agl-profile-graphical-html5: remove vboxguestdrivers recipe
Declare layer compatibility for dunfell
Change-Id: Ib438392406672d948bb47bfb062bfbdc62f3017d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-speech-framework')
-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" |