AGL/meta-agl-devel.git
5 years agoUpdate agl-service-windowmanager-2017 91/15691/2 5.99.2 flounder/5.99.2 flounder_5.99.2
Kazumasa Mitsunari [Wed, 25 Jul 2018 00:30:45 +0000 (09:30 +0900)]
Update agl-service-windowmanager-2017

This commit includes followings

e4fcbf1 Fix the race condition of HomeScreen
2796f54 Remove useless functions
320122b Fix XDG application shrinks
f25e251 Fix timer
c6f9a9b Revert "Add PolicyManager as plugin"
e4222ca Revert "Add policy table generated by ZIPC for EXAMPLE"
67f414f Add policy table generated by ZIPC for EXAMPLE
99b6f4d Add PolicyManager as plugin

Change-Id: Ied0fe9841daa71897e86b3639822877b2b1fab9f
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
5 years agoMerge "4a-hal-generic: bump revision (inc. first rev for RPI3 HAL)"
Jan-Simon Moeller [Tue, 24 Jul 2018 21:05:12 +0000 (21:05 +0000)]
Merge "4a-hal-generic: bump revision (inc. first rev for RPI3 HAL)"

5 years agoMerge "Add python3-websockets for devel feature"
Jan-Simon Moeller [Tue, 24 Jul 2018 21:04:43 +0000 (21:04 +0000)]
Merge "Add python3-websockets for devel feature"

5 years agoMerge "4A: disable pulseaudio alsa plugin"
Jan-Simon Moeller [Tue, 24 Jul 2018 21:01:40 +0000 (21:01 +0000)]
Merge "4A: disable pulseaudio alsa plugin"

5 years agoMerge "4a-softmixer: bump to latest version"
Jan-Simon Moeller [Tue, 24 Jul 2018 20:57:22 +0000 (20:57 +0000)]
Merge "4a-softmixer: bump to latest version"

5 years agoMerge "Cleanup deprecated 4A configuration files"
Jan-Simon Moeller [Tue, 24 Jul 2018 20:56:58 +0000 (20:56 +0000)]
Merge "Cleanup deprecated 4A configuration files"

5 years agoMerge "meta-audio-4a-framework: add recipe for 4a-tools"
Jan-Simon Moeller [Tue, 24 Jul 2018 20:51:26 +0000 (20:51 +0000)]
Merge "meta-audio-4a-framework: add recipe for 4a-tools"

5 years ago4a-softmixer: bump to latest version 51/15551/3
Stephane Desneux [Tue, 24 Jul 2018 20:47:04 +0000 (20:47 +0000)]
4a-softmixer: bump to latest version

This takes these latest commits:

320d8f9 Updated the readme.md
1db3552 rework the sound capture & playback model
712b3a2 added ringbuffer and time utils

Change-Id: Ia2aaecd4761a37e1600394ff72dba5b81ffe37a4
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoCleanup deprecated 4A configuration files 77/15677/2
Ronan Le Martret [Tue, 24 Jul 2018 16:38:25 +0000 (18:38 +0200)]
Cleanup deprecated 4A configuration files

 * This was the alsa configuration files for 4A.
   Now the pcm are dynamic.

4A-FF.RC2

Change-Id: Ia72752d9721daa917d46e5a9cfe802c93c15c52f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago4a-hal-generic: bump revision (inc. first rev for RPI3 HAL) 79/15679/1
Stephane Desneux [Tue, 24 Jul 2018 16:52:40 +0000 (16:52 +0000)]
4a-hal-generic: bump revision (inc. first rev for RPI3 HAL)

This patch introduces the following changes on 4a-hal-generic:
e949092 hal-4a-raspberry-pi-3: add a WARNING related to RPI3 sound driver bug
01d3370 Correct 'volume' control in Minnowboard hal
7fea639 Add Raspberry Pi 3 HAL
2ce8a00 Correct error print when attaching to mixer
c05faaf Update version of conf.d/app-templates submodule.
744af17 Update version of app-controller submodule.
39fda4b Update version of afb-helpers submodule.
492caab Remove trailing white spaces in radio config file
2ef5026 Added a radio to 2 channels playback .json example

Note that due to a bug in RPI3 sound card driver, no sound is produced
on RPI3 with internal card. 4A works on other devices (USB for example).

Bug-AGL: SPEC-1610

Change-Id: I14c581269945306e205808b53f9d5c7f60f8af88
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoAdd python3-websockets for devel feature 43/15543/4
Ronan Le Martret [Fri, 20 Jul 2018 08:45:48 +0000 (10:45 +0200)]
Add python3-websockets for devel feature

 * Backport python3-websockets from meta-openembedded

Change-Id: Ifa9d081df5adbbf4021f3da49b48f5b7c97b9fc5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agometa-audio-4a-framework: add recipe for 4a-tools 41/15541/5
Stephane Desneux [Mon, 23 Jul 2018 21:08:26 +0000 (21:08 +0000)]
meta-audio-4a-framework: add recipe for 4a-tools

4a-tools contains tools, scripts and data to test the 4A stack

Change-Id: Ie445cd00fcb11ad079f325995f9f46c2d19e7700
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago4a: pin all revisions for repos in src/ 65/15665/1
Stephane Desneux [Tue, 24 Jul 2018 15:14:26 +0000 (15:14 +0000)]
4a: pin all revisions for repos in src/

The rule is to have apps/* repositories to use AGL_APP_REVISION
(tested in CI as apps builds in SDK) and to have src/* use pinned
revisions (tested in CI as image builds).

This commit fixes the recipes in 4a layer that were not following
the rule.

Bug-AGL: SPEC-1600

Change-Id: I81dd77a653a23adf45bdb0c6d969a3ad9ab849a9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoMerge "[for-RC2] Urgent - uprev agl-service-windowmanager SRCREV"
Stéphane Desneux [Mon, 23 Jul 2018 16:25:36 +0000 (16:25 +0000)]
Merge "[for-RC2] Urgent - uprev agl-service-windowmanager SRCREV"

5 years ago4A: disable pulseaudio alsa plugin 57/15557/5
Ronan Le Martret [Fri, 20 Jul 2018 13:38:12 +0000 (15:38 +0200)]
4A: disable pulseaudio alsa plugin

This fix should be revert, if pulseaudio is remove from DISTRO_FEATURES
(as a option)

Bug-AGL: SPEC-1234

Change-Id: I68ce35a620a107d09a0fbe85cf05fe2abfb7902e
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[for-RC2] Urgent - uprev agl-service-windowmanager SRCREV 91/15591/1
Jan-Simon Möller [Mon, 23 Jul 2018 10:09:29 +0000 (12:09 +0200)]
[for-RC2] Urgent - uprev agl-service-windowmanager SRCREV

To include the 32bit timer fix, we need to include this change in RC2.

Fast merge requested.

Change-Id: I2e62c2063c8b157b6cc3642ef2b7203ca9c899bc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agobump 4a-softmixer to the latest version 17/15417/2
Thierry Bultel [Tue, 17 Jul 2018 09:09:52 +0000 (09:09 +0000)]
bump 4a-softmixer to the latest version

Here are the changes:
afc7d62 alsa-core-pcm: sets sw start & stop thresholds
283bf0a stops the read/write loop when the stream is muted

Change-Id: I50cd5d8d798fec9ef303861df5eccb49094544f6
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
5 years agoMerge "4a-mixer: use PREFERRED_RPROVIDER for virtual/mixer"
Stéphane Desneux [Tue, 17 Jul 2018 08:59:05 +0000 (08:59 +0000)]
Merge "4a-mixer: use PREFERRED_RPROVIDER for virtual/mixer"

5 years agoMerge "Update: libwindowmanager"
Jan-Simon Moeller [Mon, 16 Jul 2018 20:45:10 +0000 (20:45 +0000)]
Merge "Update: libwindowmanager"

5 years ago4a-mixer: use PREFERRED_RPROVIDER for virtual/mixer 07/15407/1
Stephane Desneux [Mon, 16 Jul 2018 14:21:05 +0000 (16:21 +0200)]
4a-mixer: use PREFERRED_RPROVIDER for virtual/mixer

This removes ambiguity on the mixer choice when 4A is enabled.

The warning seen at the beginning of bitbake also disappears:
------
NOTE: Multiple providers are available for runtime virtual/mixer (4a-mixer, mixer)
Consider defining a PREFERRED_RPROVIDER entry to match virtual/mixer
------

Bug-AGL: SPEC-1520

Change-Id: I2fb9173f4616dc3d26ce5bc11f1c1686179d0456
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoFix 4a-mixer parsing error on nogfx build variant 69/15369/1
Jan-Simon Möller [Fri, 13 Jul 2018 09:46:51 +0000 (11:46 +0200)]
Fix 4a-mixer parsing error on nogfx build variant

The nogfx build variant fails with 4a enabled ( https://gerrit.automotivelinux.org/gerrit/#/c/15051/ )
This is documented in SPEC-1588.
To fix this we apply a conditional inclusion in meta-audio-4a-framework to only pull-in the mixer if
we are including meta-agl-demo. Can be more fine-grained (profile-graphical-qt5 maybe) later.

Bug-AGL: SPEC-1588

Fast inclusion requested as it is a blocker for RC2 due to enabling 4a in CI.

Change-Id: I59b82748ba8e1736358318373d29f8f9fed2a5c5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoUpdate: libwindowmanager 63/15363/1
Kazumasa Mitsunari [Fri, 13 Jul 2018 02:30:51 +0000 (11:30 +0900)]
Update: libwindowmanager

This patch include
fa08aaf Bug fix: Enable screenUpdated and error event

Change-Id: I7208cd0230b3b0afdf86f0e648a58660dfca5929
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
5 years agoUpdate: Window Manager and window manager libraries 35/15335/1
Kazumasa Mitsunari [Thu, 12 Jul 2018 10:20:37 +0000 (19:20 +0900)]
Update: Window Manager and window manager libraries

This commits includes

* agl-service-windowmanager-2017

8ab10aa Enable scaling to fit various screen resolutions
6e8ca74 Forbid negative value for area size
c3c3679 Rename event names to lower camel case
3bc52b7 Rename APIs
cc3c6dd Add new layers and rename existing layers
dd72b1c Add configuration file for each area sizes
cf05c2b Convert the roles from old one to new

* libwindowmanager

40ec1cb Rename event names to lower camel case
5f3b684 Rename APIs
4b30680 Revert "Change Visible and InVisible event to broadcast"

* qlibwindowmanager

d5d31fe Rename APIs

Change-Id: Ic22b55f72eb30577b8fc55491e4d24d2e2b40cb0
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
5 years agoFix bash on install script typo 87/15287/1
Ronan Le Martret [Wed, 11 Jul 2018 12:46:57 +0000 (14:46 +0200)]
Fix bash on install script typo

Change-Id: I12e5367a62d2acba3596ea066cd67363c6fc8626
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoMerge "4a-softmixer: bump to latest revision (APIv3)"
Stéphane Desneux [Wed, 11 Jul 2018 08:44:33 +0000 (08:44 +0000)]
Merge "4a-softmixer: bump to latest revision (APIv3)"

5 years ago4a-hal-generic: bump to latest master version 25/15225/2
Jonathan Aillet [Tue, 10 Jul 2018 16:17:45 +0000 (18:17 +0200)]
4a-hal-generic: bump to latest master version

(08b6e71 - Jonathan Aillet) Update binding entry for app-fw v3.
(a7eeeb6 - Jonathan Aillet) Set binding api version directly in top cmake
(18f6ad3 - Jonathan Aillet) Update version of app-controller submodule.
(d4aa279 - Jonathan Aillet) Add hal for intel qemu audio configuration
(28b6e03 - Jonathan Aillet) Simplify ping verb call print output
(47fb191 - Jonathan Aillet) adjust CONTROL_CONFIG_PATH to point to .../etc
(143ed9c - Jonathan Aillet) Update version of conf.d/app-templates submodule.
(3a48206 - Jonathan Aillet) Don't handle hal enabling
(c1d823e - Jonathan Aillet) Update version of conf.d/app-templates submodule.
(940a67c - Jonathan Aillet) Update version of app-controller submodule.
(f2a6c47 - Jonathan Aillet) Update version of afb-helpers submodule.

Bug-AGL: SPEC-1405

Change-Id: Ic8e00eeca3028f1b2b623499a66f39deedfcc684
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
5 years ago4a-hal-generic: MACHINE-specific HAL config files 23/15223/2
Jonathan Aillet [Tue, 10 Jul 2018 16:39:09 +0000 (18:39 +0200)]
4a-hal-generic: MACHINE-specific HAL config files

This patch adds a postinstall step to 4a-hal-generic recipe
to define HALs to be enabled/disabled depending on $MACHINE

As a consequence, 4a-hal-generic package is now machine specific.

Bug-AGL: SPEC-1405

Change-Id: Ibf418d71e898c3f9a2640b2ad4c8f4907bc5cb90
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
5 years ago4a-softmixer: bump to latest revision (APIv3) 21/15221/1
Stephane Desneux [Tue, 10 Jul 2018 16:14:13 +0000 (18:14 +0200)]
4a-softmixer: bump to latest revision (APIv3)

This includes changes that allow the build of softmixer
using APIv3 and latest submodules.

Bug-AGL: SPEC-1405

Change-Id: I627958ee5dfc8f2254d0df833418e64e4a14ab96
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoMerge "Revert "meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder""
Jan-Simon Moeller [Fri, 6 Jul 2018 11:27:20 +0000 (11:27 +0000)]
Merge "Revert "meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder""

5 years agoMerge "Add launcher recipes and add into packagegroup"
Jan-Simon Moeller [Fri, 6 Jul 2018 11:14:02 +0000 (11:14 +0000)]
Merge "Add launcher recipes and add into packagegroup"

5 years agoMerge changes from topic '14855'
Jan-Simon Moeller [Wed, 4 Jul 2018 07:10:23 +0000 (07:10 +0000)]
Merge changes from topic '14855'

* changes:
  Update: libraries for window manager client
  Update: update agl-service-windowmanager-2017

5 years agoAdd launcher recipes and add into packagegroup 63/14763/5
zheng_wenlong [Thu, 28 Jun 2018 08:42:43 +0000 (17:42 +0900)]
Add launcher recipes and add into packagegroup

    Add launcher recipes and add into packagegroupi.

Change-Id: I18b47cbd0076434a97f2aad70b062f2702ba0e5a
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
5 years agoRevert "meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder" 55/14955/1
Stephane Desneux [Tue, 3 Jul 2018 10:15:40 +0000 (12:15 +0200)]
Revert "meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder"

This reverts commit 3c7785ecb9f69c62bad390e0395d122cf825a819.

Runtime tests on 4A lead to the conclusion that porting to APIv3 must be done.
So compatibility with legacy mode vdyn must be dropped for upcoming versions.

Change-Id: Ifdc1025a8fea1eaa79c3d2bc8a24083bd970391f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoUpdate: libraries for window manager client 55/14855/2
Kazumasa Mitsunari [Fri, 29 Jun 2018 07:06:46 +0000 (16:06 +0900)]
Update: libraries for window manager client

Following commits are included:

libwindowmanager
f27a437 Add screen_updated and error event

qlibwindowmanager
ee162e3 Add screen_updated and error event
867cc35 Fix the name of library
1cc7f85 Fix default area

Change-Id: Ic38596a0cac92a57fd1eb347f22d629220db4c66
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
5 years agometa-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder 01/14901/1 5.99.1 flounder/5.99.1 flounder_5.99.1
Stephane Desneux [Fri, 29 Jun 2018 19:59:09 +0000 (21:59 +0200)]
meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder

INCLUDE_LEGACY_BINDING_VDYN is mandatory to re-use bindings developped for EE.

Bug-AGL:SPEC-1546

Change-Id: I5f95bfb2cb817cf52a18a1820e223c0e776c2d6d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoMerge "alsa: add http mirror in the backported alsa recipes"
Jan-Simon Moeller [Fri, 29 Jun 2018 19:44:30 +0000 (19:44 +0000)]
Merge "alsa: add http mirror in the backported alsa recipes"

5 years agoalsa: add http mirror in the backported alsa recipes 79/14879/1
George Kiagiadakis [Fri, 29 Jun 2018 16:04:10 +0000 (19:04 +0300)]
alsa: add http mirror in the backported alsa recipes

Unfortunately ftp doesn't work for me (looks like a firewall issue)
and the default poky mirror at http://downloads.yoctoproject.org/mirror/sources/
doesn't contain alsa 1.1.6, so the build fails.

I think this will be useful to other people with firewall issues.

Change-Id: Ic6744f38ac8c007ed99b69fb410526b6c4ca8733
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
5 years agometa-audio-4a-framework: bump 4a-softmixer and 4a-hal-generic to latest revs 61/14861/3
Stephane Desneux [Fri, 29 Jun 2018 10:14:02 +0000 (12:14 +0200)]
meta-audio-4a-framework: bump 4a-softmixer and 4a-hal-generic to latest revs

This fixes the build issues with latest version of appfw binder:

* 4a-hal-generic: (90cae7b) Update version of app-controller submodule.
* 4a-softmixer:   (1065a98) Update version of app-controller-submodule submodule.

Bug-AGL: SPEC-1405

Change-Id: I476ad4aaed1f0670a558a26eb6a4b589d7840e9d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agometa-audio-4a-framework: backport alsa 1.1.6 from poky/master 49/14849/2
Stephane Desneux [Thu, 28 Jun 2018 19:34:47 +0000 (21:34 +0200)]
meta-audio-4a-framework: backport alsa 1.1.6 from poky/master

Backport alsa 1.1.6 from poky/master (commit c7c64baa411fd96886918c235b851ae3e5a6a61f)
because softmixer requires latest alsa-lib version.

Bug-AGL: SPEC-1545

Change-Id: I210daad821a136d2fe05636f6387f2d4c68c76e1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoMerge "weston: Add gst-recorder in weston 2.0.0"
Jan-Simon Moeller [Fri, 29 Jun 2018 07:41:54 +0000 (07:41 +0000)]
Merge "weston: Add gst-recorder in weston 2.0.0"

5 years agoUpdate: update agl-service-windowmanager-2017 53/14853/1
Kazumasa Mitsunari [Fri, 29 Jun 2018 07:01:32 +0000 (16:01 +0900)]
Update: update agl-service-windowmanager-2017

Following commits are included:

6373ce0 Add signal when the displayed application changed
3e58f01 Clean: sort source code according to the order of header file
0f05870 Fix class name "App" to "WindowManager"
4c5fda5 Refactor: Integrate rework handles by application
847dde9 Rework: Window Manager handles by application
d1127dd Add Get/Set area size functions
2a35277 Bug Fix: Window Manager doesn't react after killing app process
714b578 Clean: remove small files
be9cbe2 Clean: remove useless headers
43ff4c2 Fix Client Context of afb-binder
01d26af Remove the unnecessary property
2357c43 Format source codes
d50188f Update document
c83642c Change reply timing
5d05965 Send visible event after commit change

Change-Id: I293fd865c02b2626259ce6a23c6611458bc82bf1
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
5 years agometa-audio-4a-framework: align on eel with latest components revisions 21/14821/3
Stephane Desneux [Wed, 27 Jun 2018 09:15:30 +0000 (11:15 +0200)]
meta-audio-4a-framework: align on eel with latest components revisions

This bump is based on recipes coming for eel branch (revision e029270):

In 4A layer, we now have:
* 4a-softmixer:         SRCREV = "731c21e80ba45339b7dd9b8eae63accd3597d281"
* 4a-hal-unicens:       SRCREV = "${AGL_APP_REVISION}"
* agl-service-audio-4a: SRCREV = "${AGL_APP_REVISION}"
* 4a-hal-generic:       SRCREV = "8142c7ed42167dff7e526952f91909d679453251"
* 4a-mixer:             SRCREV = "${AGL_APP_REVISION}"
* 4a-alsa-core:         SRCREV = "${AGL_APP_REVISION}"

Change-Id: Ib5708e9551f0646e0206deac8795f3b09f5a0569
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoweston: Add gst-recorder in weston 2.0.0 77/14677/4
Harunobu Kurokawa [Tue, 26 Jun 2018 06:57:28 +0000 (15:57 +0900)]
weston: Add gst-recorder in weston 2.0.0

Once the gst-recorder patches are conflict and removed.
This reverts commit c58cb01cb560da122ea64ba76d6b68a183e2f457
and update patches.

Moreover, move weston_2.0.0.bbappend file from meta-agl-demo to
meta-agl-devel.

v2: rework into a agl feature (agl-gstrecorder)
v3: mark as rcar-gen3 specific (COMPATIBLE_MACHINE)

Change-Id: I92e7c37d4ef2b827f7d4217f5e2048067aa018a4
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoAdd qlibhomescreen recipes and add it into packagegroup for SDK 97/14597/7
zheng_wenlong [Fri, 22 Jun 2018 09:16:32 +0000 (18:16 +0900)]
Add qlibhomescreen recipes and add it into packagegroup for SDK

    We detached the launcher area from homescreen.
    The lancher application requires qlibhomescreen.
    Add the qlibhomescreen recipes into packagegroup
    for it to be contained in the SDK.

    [Patch sets 7]
    Change revision to 313cd53946a456163108c4f6f1582e442ebc4022

Related commit:
    https://gerrit.automotivelinux.org/gerrit/#/c/14517/

Bug-AGL: SPEC-1518

Change-Id: I0d21120d5ddb26d2ba3a392968718be0a95d8ffc
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
5 years agoFirst recipes for 4a-hal-generic and 4a-softmixer 09/14209/1
Jan-Simon Möller [Tue, 5 Jun 2018 12:48:17 +0000 (14:48 +0200)]
First recipes for 4a-hal-generic and 4a-softmixer

During the F2F we're working on the integration of these two
as a preview and getting it into ppl's hands.

Change-Id: I5392664e1736b4505bf72cf3424e8372aa4a10b7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agohomescreen-2017: change SRCREV to AGL_APP_REVISION 19/13719/1
Matt Ranostay [Wed, 4 Apr 2018 18:00:30 +0000 (11:00 -0700)]
homescreen-2017: change SRCREV to AGL_APP_REVISION

Instead of pinning with git commit SHA1 use AGL_APP_REVISION

Change-Id: I692424cb4685c2b7cf3a8548a3556443e81bf704
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agoMerge "Add bluez-alsa to 4a-framework feature"
Jan-Simon Moeller [Thu, 29 Mar 2018 17:13:32 +0000 (17:13 +0000)]
Merge "Add bluez-alsa to 4a-framework feature"

6 years agoAdd bluez-alsa to 4a-framework feature 55/13655/1
Ronan Le Martret [Fri, 23 Mar 2018 10:27:31 +0000 (11:27 +0100)]
Add bluez-alsa to 4a-framework feature

Change-Id: I13774f47636c2a23c7f772ec1f7a0abf2245ec9c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoEnable soundmanager to receive AudioManager signal 45/13645/1
Kazumasa Mitsunari [Wed, 21 Mar 2018 03:21:24 +0000 (12:21 +0900)]
Enable soundmanager to receive AudioManager signal

enable soundmanager to receive AudioManager signal such like
asyncConnect.

Change-Id: If30fe737ede4099d26e173ebbec28b8940c48b71
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoUpdate agl-service-windowmanager 17/13617/1
Kazumasa Mitsunari [Thu, 15 Mar 2018 04:23:47 +0000 (13:23 +0900)]
Update agl-service-windowmanager

Update agl-service-windowmanager.

This includes the followings
8a47e1f Enable fallback, then display applications

Change-Id: I8ad0141e6cf02500622e8961bd2b47c4b63ed33b
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoMerge "homescreen: add agl-weather-service to HMI"
Jan-Simon Moeller [Tue, 13 Mar 2018 09:30:55 +0000 (09:30 +0000)]
Merge "homescreen: add agl-weather-service to HMI"

6 years agorunxdg: Switch LIC_FILES_CHKSUM syntax 73/13573/1
Tom Rini [Wed, 7 Mar 2018 15:51:23 +0000 (10:51 -0500)]
runxdg: Switch LIC_FILES_CHKSUM syntax

It is currently a warning to use ${COREBASE}/LICENSE and instead we need
to use ${COMMON_LICENSE_DIR}/MIT.  Switch to this syntax.

Change-Id: I04c2577181ed81a32cc4b370bc88078d42405607
Signed-off-by: Tom Rini <trini@konsulko.com>
6 years agohomescreen: add agl-weather-service to HMI 01/13501/1
Matt Ranostay [Thu, 22 Feb 2018 01:37:26 +0000 (17:37 -0800)]
homescreen: add agl-weather-service to HMI

Add agl-service-weather SRCREV, and dependencies to recipe

Bug-AGL: SPEC-1273
Change-Id: I1afad78f6bf9eb40aecd9540f332834c8a49415e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agoagl-service-windowmanager: use fixed revision instead of AUTOREV 73/13473/2
Kazumasa Mitsunari [Fri, 16 Feb 2018 12:26:56 +0000 (21:26 +0900)]
agl-service-windowmanager: use fixed revision instead of AUTOREV

Change-Id: I39ea1b9073661f4e3fdebbc7bbd125639cc70429
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoMerge "Add hmi-debug recipe"
Jan-Simon Moeller [Thu, 8 Feb 2018 14:22:58 +0000 (14:22 +0000)]
Merge "Add hmi-debug recipe"

6 years agoMerge "Update agl-service-windowmanager-2017 revision"
Jan-Simon Moeller [Tue, 6 Feb 2018 17:26:10 +0000 (17:26 +0000)]
Merge "Update agl-service-windowmanager-2017 revision"

6 years agoAdd hmi-debug recipe 55/13255/2
Kazumasa Mitsunari [Fri, 19 Jan 2018 07:44:07 +0000 (16:44 +0900)]
Add hmi-debug recipe

This recipe installs the hmi-debug file to control log level.

Bug-AGL: SPEC-1179

Change-Id: I223269ca44cd4d923241147ee4d0a3bc05e7ac59
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoUpdate agl-service-windowmanager-2017 revision 47/13347/3
Kazumasa Mitsunari [Fri, 2 Feb 2018 09:40:43 +0000 (18:40 +0900)]
Update agl-service-windowmanager-2017 revision

From this patch, this recipe uses "AGL_DEFAULT_REVISION".

This patch updates the followings
a94f6c6 Change the protocol from ivi-controller to ivi-wm
7614135 Fix screen flicker

Bug-AGL: SPEC-1244

Change-Id: Ia613159ab150008f38502b3097c896946ce14ca2
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoChange the type of alias to runtime dependency 53/13253/2
Kazumasa Mitsunari [Fri, 19 Jan 2018 05:35:42 +0000 (14:35 +0900)]
Change the type of alias to runtime dependency

These aliased recipe which installs configuration files are used on runtime,
not used on build time.
So these recipes should be aliased as runtime dependency.

Change-Id: I13146a55dfdb4e0a37818d430fb7ef286acf6077
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoMerge "Added a new image: agl-image-telemetry."
Jan-Simon Moeller [Mon, 5 Feb 2018 15:43:38 +0000 (15:43 +0000)]
Merge "Added a new image: agl-image-telemetry."

6 years agoMerge "Enable audio management with Sound Manager automatically"
Jan-Simon Moeller [Thu, 11 Jan 2018 14:41:23 +0000 (14:41 +0000)]
Merge "Enable audio management with Sound Manager automatically"

6 years agoFix default.pa for 4a 37/13037/4
Ronan Le Martret [Wed, 27 Dec 2017 15:57:55 +0000 (16:57 +0100)]
Fix default.pa for 4a

 - This file "default.pa" should be used with 4a.
 - 4a default configuration with AGL default audio roles was valided.

EE-must-fix

Bug-AGL: SPEC-1234

Change-Id: I4d1487efa182033ebff9c5153fa5e78920edaab2
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoUpdate AGL HMI Framework to latest stable 77/13077/1
Tadao Tanikawa [Tue, 2 Jan 2018 10:48:16 +0000 (10:48 +0000)]
Update AGL HMI Framework to latest stable

Pin homescreen-2017

db9f41d Block launching app when an app is launching
df2f2f4 Improve missing icon visibility
8b2fa00 Improve management icons of homescreen
cd54677 Delete unnessary libraries from pro file

Pin agl-service-windowmanager-2017

1733941 Merge "Fix build error in gcc 7.2"
869c528 Enable an application re-launch
dc33784 Fix build error in gcc 7.2
b00ef7b Enable to show Video and WebBrowser
a5872e5 Clean up source code
d4b51c9 Remove automatic code generation
aea325b Exclude execusion bit
25abec6 Add background layer for CES DEMO

Pin libwindowmanager

026af42 Change Visible and InVisible event to broadcast
06f1e49 Add APIs which can get information about the display and the surface area
e03cee1 Fix the bug in error case

Change-Id: Ia1c7f5e8fb2db031a09b7bf5fcb2aa002a1e18aa
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
6 years agoEnable audio management with Sound Manager automatically 43/11643/7
Kazumasa Mitsunari [Tue, 31 Oct 2017 09:54:36 +0000 (18:54 +0900)]
Enable audio management with Sound Manager automatically

Originally, configuration.xml(Audio policy file for Sound Manager)
must be replaced manually to use Sound Manager.
And /etc/pulse/default.pa file must be modified not to load module router manually for now.
The module-router couldn't coexist with soundmanager for now.
(In the future, coexist for supporting legacy apps)

This patch enables Audio Management system based on
Sound Manager and Genivi Audio Manager automatically.

[Patch Set3]
- Remove bbappend
- Override pulseaudio-config
- Override audiomanager-plugins-config
- Add PREFERRED_PROVIDER to the packagegroup-hmi-framework.bb

[Patch Set6]
- Remove recipes related to soundmanager from hmi-framework
- Create a new feature as agl-audio-soundmanager-framework

[Patch Set7]
- Use PROVIDES instead of RPROVIDES

Bug-AGL: SPEC-1025, SPEC-1026, SPEC-1027

Change-Id: I26e484e130feac2bedc13839110a6208579b8bbc
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoMerge "Delete HMI Framework individual correspondence"
Jan-Simon Moeller [Thu, 28 Dec 2017 00:43:06 +0000 (00:43 +0000)]
Merge "Delete HMI Framework individual correspondence"

6 years agoMerge "Remove event from asound config file"
Jan-Simon Moeller [Thu, 28 Dec 2017 00:39:51 +0000 (00:39 +0000)]
Merge "Remove event from asound config file"

6 years agoDelete HMI Framework individual correspondence 85/12985/2
Naoto Yamaguchi [Sun, 24 Dec 2017 11:33:24 +0000 (20:33 +0900)]
Delete HMI Framework individual correspondence

HMI Framework correspondence of Navigation was done using bbappend.
We have merged the correspondence into meta-agl-demo because
we fixed the known bug.
This recipe is no longer needed, so delete it.

Bug-AGL: SPEC-1224

Change-Id: I2786c7f76230872b8ef499c0e5fecda3e62f54ab
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
6 years agoMerge "setting Emergency and Warning to Pause lower priority streams"
Jan-Simon Moeller [Wed, 27 Dec 2017 20:21:25 +0000 (20:21 +0000)]
Merge "setting Emergency and Warning to Pause lower priority streams"

6 years agoRemove event from asound config file 13/13013/1
Ronan Le Martret [Tue, 26 Dec 2017 16:54:16 +0000 (17:54 +0100)]
Remove event from asound config file

 - If alsacore policy emit a signal "sig-32" pulseaudio crash.

Bug-AGL: SPEC-1110

Change-Id: I4352f9a634e610952189dc2947ca250b903bf413
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoFix: Navigation cannot play guide voice 73/12973/1
Naoto Yamaguchi [Sat, 23 Dec 2017 07:50:45 +0000 (16:50 +0900)]
Fix: Navigation cannot play guide voice

Current navigation can not play guidance voice.
This patch fix that problem.

Bug-AGL: SPEC-1223

Change-Id: If05e1f252b2a72ab339d43854575bd7897607962
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
6 years agoMerge "reduce the number of pulseaudio module alsa-sink"
Jan-Simon Moeller [Thu, 21 Dec 2017 19:55:24 +0000 (19:55 +0000)]
Merge "reduce the number of pulseaudio  module alsa-sink"

6 years agoEnable runxdg in CES2018 demo by default 89/12889/1
Tadao Tanikawa [Thu, 21 Dec 2017 10:28:05 +0000 (10:28 +0000)]
Enable runxdg in CES2018 demo by default

Add runxdg package into package group of new HMI framework,
then it is enabled by default for CES2018 demo.

Bug-AGL: SPEC-1096

Change-Id: I4adf932980471d44b35bbbe7914d4fa1247ad055
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
6 years agosetting Emergency and Warning to Pause lower priority streams 75/12875/1
Dominig ar Foll Intel Open Source [Thu, 21 Dec 2017 07:44:43 +0000 (08:44 +0100)]
setting Emergency and Warning to Pause lower priority streams

Change-Id: If6e245c6ed9a5933a0c1eb7ca619d68bba99d8e0
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
6 years agoreduce the number of pulseaudio module alsa-sink 69/12869/1
Ronan Le Martret [Thu, 21 Dec 2017 05:48:21 +0000 (06:48 +0100)]
reduce the number of pulseaudio  module alsa-sink

 With too many module, pulseaudio may be crash at start-up.
 This should temporary.

Bug-AGL: SPEC-1025

Change-Id: I99121e0ba6ae08f037aa481cb9fd3ba135d37a1e
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoAdd XDG Application Launcher on AGL HMI Framework 73/12673/3
Tadao Tanikawa [Mon, 18 Dec 2017 14:20:44 +0000 (14:20 +0000)]
Add XDG Application Launcher on AGL HMI Framework

The launcher of XDG application on AGL HomeScreen/WindowManager.
This recipe builds and installs 'runxdg' executable binary
into target's /usr/bin.

Bug-AGL: SPEC-1096

Change-Id: I6dc7cd025eae0c292238584bf8d8c0036cdb9a60
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
6 years agoUpdate HomeScreen for CES 2018 demo 41/12641/1
Tadao Tanikawa [Sun, 17 Dec 2017 12:56:55 +0000 (21:56 +0900)]
Update HomeScreen for CES 2018 demo

- HomeScreen's color scheme has been changed from green to blue based.
- Introducing the default icon
- Bug fixes.

Related commits:
096c072 Apply LinearGradient to first letters drawn when icon is missing
a7e1f83 Fix installation info
228a3ff Fix volume slider in the media area didn't work
96c3e6d Display blank icon with first letter in new color scheme
f756a01 Change to new color scheme
242e1fc Display a blank icon with first letter when icon is not exist

Bug-AGL: SPEC-673

Change-Id: I6845e9fe53f722edaf7e45ff007e246c47dc0345
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
6 years agoIntegrate Tanikawa XDG Support 73/12573/2
Romain Forlot [Thu, 14 Dec 2017 09:22:18 +0000 (10:22 +0100)]
Integrate Tanikawa XDG Support

Bug-AGL: SPEC-1096

Change-Id: I41ccd3940638295c261eb929f1e290dff3d4f293
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoMerge "Add D-Bus configuration of navigation service"
Jan-Simon Moeller [Thu, 14 Dec 2017 05:13:16 +0000 (05:13 +0000)]
Merge "Add D-Bus configuration of navigation service"

6 years agoChange homescreen-2017 srcrev for shortcut icon 79/12479/1
zheng_wenlong [Wed, 13 Dec 2017 03:26:40 +0000 (12:26 +0900)]
Change homescreen-2017 srcrev for shortcut icon

    Change homescreen-2017 srcrev for shortcut icon Radio to HVAC.
    Relative commit:
        https://gerrit.automotivelinux.org/gerrit/#/c/12477/
        Change shortcut icon radio to hvac

Change-Id: I9ab81e62ffa6e62effa8c511de0cdfa16ef41882
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
6 years agoAdd D-Bus configuration of navigation service 47/12447/2
Naoto Yamaguchi [Tue, 12 Dec 2017 01:34:46 +0000 (10:34 +0900)]
Add D-Bus configuration of navigation service

This recipe is the workaround until the meta-hmi-framework
is merged into meta-agl-demo.

Add the D-Bus configuration provided by the navigation service.
Currently navigation app provides API, but this is transient measure.
In the future this configuration will be moved to the navigation service.

Change-Id: I3b8c7ebb7f465f4b90095f2549deeb4c63c49452
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
6 years agoMerge "Update libwindowmanager SRCREV"
Jan-Simon Moeller [Sun, 10 Dec 2017 12:00:27 +0000 (12:00 +0000)]
Merge "Update libwindowmanager SRCREV"

6 years agoMerge "templates: add PREFERRED_RPROVIDER for navigation"
Jan-Simon Moeller [Fri, 8 Dec 2017 15:13:21 +0000 (15:13 +0000)]
Merge "templates: add PREFERRED_RPROVIDER for navigation"

6 years agoUpdate libwindowmanager SRCREV 39/12339/2
Kazumasa Mitsunari [Wed, 6 Dec 2017 09:52:58 +0000 (18:52 +0900)]
Update libwindowmanager SRCREV

The following commit is added
c2e7ca8 Remove exit code when the websocket connection is disconnected

Change-Id: Ic0bb31967436e8a9e7d8dd8a22d588aa2fe7d28a
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoMerge "Add whitespaces"
Jan-Simon Moeller [Thu, 7 Dec 2017 18:45:02 +0000 (18:45 +0000)]
Merge "Add whitespaces"

6 years agotemplates: add PREFERRED_RPROVIDER for navigation 45/12345/1
Matt Ranostay [Wed, 6 Dec 2017 06:26:35 +0000 (22:26 -0800)]
templates: add PREFERRED_RPROVIDER for navigation

Default to nagivation recipe for virtual/navigation

Bug-AGL: SPEC-1157
Change-Id: I894f40d4b874b352fa017c2550762f9ac036c70e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agoAdd whitespaces 37/12337/2
Kazumasa Mitsunari [Wed, 6 Dec 2017 09:48:09 +0000 (18:48 +0900)]
Add whitespaces

Need whitespaces to keep DISTRO_FEATURES have the correct list.

Change-Id: I4ea64cdf9781f6685363e7cb6ea3723814e63760
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoAdded a new image: agl-image-telemetry. 03/12303/2
Oleksii Bidnichenko [Mon, 4 Dec 2017 15:52:31 +0000 (17:52 +0200)]
Added a new image: agl-image-telemetry.

- added meta-agl-devel/meta-agl-telemetry for the new image type.
- added layer support for the raspberrypi platform.
- added a template target for the image integration.

Change-Id: I60447675260e4ace6c0b756877f430e294fe95ac
Signed-off-by: Oleksii Bidnichenko <bidnichenko.alex@gmail.com>
6 years ago4a-framework: recipes-mulitmedia: rm recipe for agl-service-unicens 75/12275/1
Christian Gromm [Fri, 1 Dec 2017 15:35:09 +0000 (16:35 +0100)]
4a-framework: recipes-mulitmedia: rm recipe for agl-service-unicens

Change-Id: Ib9ce32c777ef7ad52e3cf000036aa8dd9cafc2a4
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
6 years agoMerge "agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2"
Jan-Simon Moeller [Wed, 29 Nov 2017 09:43:24 +0000 (09:43 +0000)]
Merge "agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2"

6 years agoMerge "Update agl-service-windowmanager-2017 SRCREV"
Jan-Simon Moeller [Wed, 29 Nov 2017 09:40:18 +0000 (09:40 +0000)]
Merge "Update agl-service-windowmanager-2017 SRCREV"

6 years agoagl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2 69/12169/1
Stephane Desneux [Tue, 28 Nov 2017 21:49:18 +0000 (21:49 +0000)]
agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2

Bug-AGL: SPEC-1106

Change-Id: I2e17464bb5d9c7bb2ec4310d14a9d44839fc6db4
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
6 years agoChange 4A PCM Name 45/12145/4
ronan [Fri, 24 Nov 2017 18:00:41 +0000 (19:00 +0100)]
Change 4A PCM Name

 * Update Policy level of each pcm
 * Fix Pulseaudio start
 * Add 4A module config to pulse audio
    SPEC-1140: we need to have orderer PCM list in file 90-4a-modules.pa,
    to fix pulseaudio startup. (From lower to higher).

Bug-AGL: SPEC-1136
Bug-AGL: SPEC-1103

Change-Id: I847711d9076a0d9817176a5cc3dee823476d8703
Signed-off-by: ronan <ronan@iot.bzh>
6 years agoUpdate agl-service-windowmanager-2017 SRCREV 63/12163/1
Kazumasa Mitsunari [Tue, 28 Nov 2017 01:42:26 +0000 (10:42 +0900)]
Update agl-service-windowmanager-2017 SRCREV

The following commit is added:
7fb167a Fix the flipped screen problem

Change-Id: Ic87e102d220e0848a982ed681b85fb4b2d3f71f1
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoMerge "Fix recipe not using AGL_APP_REVISION" 4.99.3 eel/4.99.3 eel_4.99.3
Jan-Simon Moeller [Sun, 26 Nov 2017 22:47:44 +0000 (22:47 +0000)]
Merge "Fix recipe not using AGL_APP_REVISION"

6 years agoFix recipe not using AGL_APP_REVISION 47/12147/1
Jan-Simon Möller [Sun, 26 Nov 2017 21:21:18 +0000 (22:21 +0100)]
Fix recipe not using AGL_APP_REVISION

Recipes need to use AGL_APP_REVISION (for apps) and AGL_DEFAULT_REVISION (for non-apps)
respectively instead of plain AUTOREV.

AGL_APP_REVISION / AGL_DEFAULT_REVISION  will default to AUTOREV in normal operation until
a release is cut in which case we will put in the tag.

See conf/distro/poky-agl.conf

Change-Id: Ib346e9c9bd118d245cccbec3c4bbd3c99e1ec457
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "Update homescreen-2017 SRCREV"
Jan-Simon Moeller [Sun, 26 Nov 2017 20:55:04 +0000 (20:55 +0000)]
Merge "Update homescreen-2017 SRCREV"

6 years agoMerge "agl-service-audio-4a: Fix issue when --verbose is repeated"
Jan-Simon Moeller [Sun, 26 Nov 2017 10:47:33 +0000 (10:47 +0000)]
Merge "agl-service-audio-4a: Fix issue when --verbose is repeated"

6 years agoMerge "agl-service-unicens: Use libxml2 instead of mxml."
Jan-Simon Moeller [Sat, 25 Nov 2017 13:48:33 +0000 (13:48 +0000)]
Merge "agl-service-unicens: Use libxml2 instead of mxml."

6 years agoagl-service-unicens: Use libxml2 instead of mxml. 31/12131/4
Romain Forlot [Fri, 24 Nov 2017 12:18:09 +0000 (12:18 +0000)]
agl-service-unicens: Use libxml2 instead of mxml.

Following gerrit review 12109 and 12115, recipe also needs to reflect
the migration.

Bug-AGL: SPEC-1106

Change-Id: I7ad6b231cecc55139262c85a0a34e89405605f29
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoagl-service-audio-4a: Fix issue when --verbose is repeated 35/12135/1
José Bollo [Fri, 24 Nov 2017 17:43:00 +0000 (18:43 +0100)]
agl-service-audio-4a: Fix issue when --verbose is repeated

Change-Id: Ic949f35e0f4fa29fc24ae69b443965f8f1ac99f8
Signed-off-by: José Bollo <jose.bollo@iot.bzh>