Create a virtual/mixer for the AGL mixer 83/14683/2 eel 5.1.0 eel/5.1.0 eel_5.1.0
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Tue, 26 Jun 2018 14:51:45 +0000 (16:51 +0200)
committerronan Le Martret <ronan.lemartret@iot.bzh>
Wed, 27 Jun 2018 08:58:58 +0000 (08:58 +0000)
Bug-AGL: SPEC-1520

Change-Id: Idd0092932403407442e55552764c9683de3feab2
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
recipes-demo-hmi/mixer/mixer_git.bb
recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb

index ea33599..e2b588e 100644 (file)
@@ -10,8 +10,6 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;bra
 
 # 'legacy' version (eel_5.0.3) when 4A is not enabled
 SRCREV  = "eel_5.0.3"
-# 4A-aware mixer
-SRVREV_agl-audio-4a-framework = "${AGL_APP_REVISION}"
 
 PV = "1.0+git${SRCPV}"
 S  = "${WORKDIR}/git"
@@ -23,4 +21,6 @@ DEPENDS += "qtquickcontrols2 \
             qlibwindowmanager \
 "
 
+RPROVIDES_${PN} += "virtual/mixer"
+
 inherit qmake5 aglwgt
index fdcba76..391f017 100755 (executable)
@@ -47,7 +47,7 @@ AGL_APPS = " \
     dashboard \
     hvac \
     mediaplayer \
-    mixer \
+    virtual/mixer  \
     virtual/navigation \
     phone \
     poiapp \