AGL/meta-agl-devel.git
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 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>
6 years agoUpdate homescreen-2017 SRCREV 19/12119/2
zheng_wenlong [Fri, 24 Nov 2017 00:18:44 +0000 (09:18 +0900)]
Update homescreen-2017 SRCREV

    Update homescreen-2017 SRCREV to
    <2c179df8e22fd1434c88b8595ddd65ec0ed48622>

    Following commits are added:
    2c179df Merge "Change libwindowmanager to qlibwindowmanager"
    2fa542a Merge "Replace Qt Quick Controls 1.x with 2.x API"
    47d1b5d Replace Qt Quick Controls 1.x with 2.x API
    bf3c9fb Change libwindowmanager to qlibwindowmanager
    e14318d Add gitreview
    bd43b3d Change debug MAX to DEBUG
    bba3ecc Set default debug level to error

    [Patch Set 2]
    Change DEPENDS libwindowmanager to qlibwindowmanager.

Change-Id: I48ab633fa963ecf1591a53ca6a4298c7453845fe
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
6 years agoUpdate agl-service-homescreen-2017 SRCREV 17/12117/1
zheng_wenlong [Fri, 24 Nov 2017 00:08:51 +0000 (09:08 +0900)]
Update agl-service-homescreen-2017 SRCREV

    Update agl-service-homescreen-2017 SRCREV to
    <321f08ed8d0a4d3b1f4bd486e8a4240f4d3443ee>

    Following commits are added:
    321f08e Set default debug level to error

Change-Id: I1f9040bbe4e20bd8a218f53e6af143c82d2f1421
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
6 years agoUpdate agl-service-windowmanager-2017 SRCREV 03/12103/1
Yuta Doi [Thu, 23 Nov 2017 04:33:40 +0000 (13:33 +0900)]
Update agl-service-windowmanager-2017 SRCREV

Update agl-service-windowmanager-2017 SRCREV to
  <64dc4d770b61d42761cb5f87ee8ae924eb46cd73>
Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11891/

Bug-AGL: SPEC-1034

Change-Id: Ia405fd075ccfcc1cca8336cc838e4316d6bc7d41
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
6 years agoUpdate libwindowmanager SRCREV 01/12101/1
Yuta Doi [Thu, 23 Nov 2017 04:32:21 +0000 (13:32 +0900)]
Update libwindowmanager SRCREV

Update libwindowmanager SRCREV to
  <9b8407501c13275a831942578bf52e3a7b0b3248>
Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11889/

Bug-AGL: SPEC-1034

Change-Id: I2edc05bf86aecc2da1c57b0331a48e58bc605f70
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
6 years agoagl-service-audio-4a: Update the fix for new AFM 85/12085/1
José Bollo [Tue, 21 Nov 2017 15:22:02 +0000 (16:22 +0100)]
agl-service-audio-4a: Update the fix for new AFM

The new version of the framework makes more use of
system units. This patch has 2 effects:

 - it doesn't stop the system forever in case of error
   implying the lose of the awaited files

 - it accepts the service file to reside in either system
   or user scope

Change-Id: I7bd8a38811a9f0dccddcf922a330ed15b652ccc3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoAdding hidden dependency to mxml for unicens binding 15/12015/2
Jan-Simon Möller [Fri, 17 Nov 2017 04:07:25 +0000 (05:07 +0100)]
Adding hidden dependency to mxml for unicens binding

v2(jsmoeeller): remove unrelated changes

Change-Id: I5e2387cdb3b9907b45059ca7ac898525e136eb19
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge changes I02f0a93b,I30b116be
Jan-Simon Moeller [Fri, 17 Nov 2017 04:01:48 +0000 (04:01 +0000)]
Merge changes I02f0a93b,I30b116be

* changes:
  Adjust navigation to libwindowmanager update
  Navigation : experimental support of new home screen

6 years agoMerge "4a-hal-reference: Tweak platform HAL packaging"
Jan-Simon Moeller [Fri, 17 Nov 2017 02:59:17 +0000 (02:59 +0000)]
Merge "4a-hal-reference: Tweak platform HAL packaging"

6 years agoMerge "mxml: add to SDK"
Jan-Simon Moeller [Thu, 16 Nov 2017 06:19:05 +0000 (06:19 +0000)]
Merge "mxml: add to SDK"

6 years ago4a-hal-reference: Tweak platform HAL packaging 03/12003/1
Scott Murray [Thu, 16 Nov 2017 05:52:52 +0000 (00:52 -0500)]
4a-hal-reference: Tweak platform HAL packaging

Tweak HAL build and packaging to build and ship the Intel HDA HAL for all the
x86-64 platforms, and always build and ship the USB audio HAL.

Change-Id: I22ff805eadc087495d17654c8eebff3be028f6cd
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
6 years agomxml: add to SDK 01/12001/1
Scott Murray [Thu, 16 Nov 2017 03:26:28 +0000 (22:26 -0500)]
mxml: add to SDK

By special request from Dominig.

Change-Id: I67daba576ebae4d17683da677929a2086cdf4811
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
6 years agoMerge "Soundmanager needs to be enabled outside of hmi packagegroup"
Jan-Simon Moeller [Thu, 16 Nov 2017 02:58:58 +0000 (02:58 +0000)]
Merge "Soundmanager needs to be enabled outside of hmi packagegroup"

6 years agoAdd agl-service-unicens recipes 89/11989/1
Ronan Le Martret [Tue, 14 Nov 2017 13:34:39 +0000 (14:34 +0100)]
Add agl-service-unicens recipes

 * Add agl-service-unicens and 4a-hal-unicens to
   packagegroup-agl-audio recipes.

 * Add mxml recipes (dependency of agl-service-unicens).
   origin:
   https://github.com/schnitzeltony/meta-qt5-extra/blob/master/recipes-support/mxml/mxml_2.10.bb

Change-Id: Ib62f0a3af74cd99bdf00d120b232c84be49875d8
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoAdjust navigation to libwindowmanager update 81/11981/1
Naoto Yamaguchi [Wed, 15 Nov 2017 06:56:30 +0000 (15:56 +0900)]
Adjust navigation to libwindowmanager update

An incompatible update to libwindowmanager, we adjust navigation to it.

Change-Id: I02f0a93b2886aeffb7930e41bd74e7d5d53a1bfd
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
6 years agoNavigation : experimental support of new home screen 79/11979/1
Naoto Yamaguchi [Wed, 15 Nov 2017 06:51:10 +0000 (15:51 +0900)]
Navigation : experimental support of new home screen

Add a recipe for experimental support to the new home screen with the window manager.
Experimental support will only be applied if you have enabled the function of
agl application framework.

Change-Id: I30b116be20771697df70de36c5aa4de4b6dfb406
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
6 years agoSoundmanager needs to be enabled outside of hmi packagegroup 71/11971/1
Jan-Simon Möller [Wed, 15 Nov 2017 04:11:05 +0000 (05:11 +0100)]
Soundmanager needs to be enabled outside of hmi packagegroup

This changeset removes agl-service-soundmanager-2017 from meta-agl-devel/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb
b/c this needs to be handled differently as discussed in https://gerrit.automotivelinux.org/gerrit/#/c/11643/ .

Thus we need to separate it from the hmi-framework packagegroup.

Change-Id: Iafdff1cf1c8d29ddb89960a61a1787e630baa9c4
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "Update asound.conf.template"
Jan-Simon Moeller [Wed, 15 Nov 2017 02:53:31 +0000 (02:53 +0000)]
Merge "Update asound.conf.template"

6 years agoFix runtime package conflict on asound.conf 63/11963/3
Jan-Simon Möller [Tue, 14 Nov 2017 18:47:02 +0000 (19:47 +0100)]
Fix runtime package conflict on asound.conf

alsa-state and 4a-hal-config both provides the same file.
Fix the abstract provisioning by using the original
flag VIRTUAL-RUNTIME_alsa-state = 4a-hal-config .

v2: fix also RRECOMMENDS_pn-alsa-utils-alsactl

v3: kill everything that might still pull-in alsa-state directly

Change-Id: I0f4766ef996303ad0a1c74e3b19adcefd206a35a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoUpdate asound.conf.template 07/11907/4
Ronan Le Martret [Tue, 14 Nov 2017 13:34:39 +0000 (14:34 +0100)]
Update asound.conf.template

 * add USB default HAL.

Change-Id: I89a305baf9c4d8c412153a7bcf81f27a03202ee6
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoUpdate agl-service-windowmanager-2017 SRCREV 29/11929/5
zheng_wenlong [Tue, 14 Nov 2017 07:20:01 +0000 (16:20 +0900)]
Update agl-service-windowmanager-2017 SRCREV

Update agl-service-windowmanager-2017 SRCREV to
  <c392fff74872af6d4f165ff3f854d19f390ec0ee>
Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11819/

Following commits are added:
  c392fff Remove and replace the comments
  0b1d9ca Add the fail-safe process for the configuration file
  2b97202 Fix the error log on windowmanager initialization
  7879eaa Update the application guide
  fe5ec2c Merge "Add an another example for layout configuration"
  3810b9b Add an another example for layout configuration
   create mode 100644 layers.json.split
  3357a19 Update application guide

Change-Id: Ie39087431922b3d822d24efd4fe0fe3a74fe93da
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
6 years agoMerge "Update libwindowmanager SRCREV"
Jan-Simon Moeller [Tue, 14 Nov 2017 12:52:54 +0000 (12:52 +0000)]
Merge "Update libwindowmanager SRCREV"

6 years agoUpdate libwindowmanager SRCREV 31/11931/3
zheng_wenlong [Tue, 14 Nov 2017 07:23:02 +0000 (16:23 +0900)]
Update libwindowmanager SRCREV

Update libwindowmanager SRCREV to
  <123846779a13f2c8e9742168c1c9384c6dfa5d05>
Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11809/

Following commits are added:
  1238467 Remove unnecessary comments and variable
  c98ed0f Change requestSurface() to return surface_id

Change-Id: Iee37220d40a190b361750352c00642a4890fc21a
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Signed-off-by: Tadao Taniakwa <tanikawa.tadao@jp.panasonic.com>
6 years agoqlibwindowmanager: Fix installation error 85/11885/1
Kazumasa Mitsunari [Mon, 13 Nov 2017 05:47:02 +0000 (14:47 +0900)]
qlibwindowmanager: Fix installation error

Change-Id: I5dd0b986a86ed03f5c9ac55261c1c48c90180bec
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoInitial integration of 4A (AGL Advance Audio Agent) 65/11865/7
Stephane Desneux [Sat, 11 Nov 2017 18:00:27 +0000 (19:00 +0100)]
Initial integration of 4A (AGL Advance Audio Agent)

This is a move of the work done initially by Ronan Le Martret <ronan.lemartret@iot.bzh>
in https://gerrit.automotivelinux.org/gerrit/#/c/11651/

Change-Id: I3c2124b186e72fd9804ff713b22a36a93283650e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
6 years agoMerge "Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment"
Jan-Simon Moeller [Sat, 11 Nov 2017 10:38:18 +0000 (10:38 +0000)]
Merge "Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment"

6 years agoAdd qlibwindowmanager recipe 25/11825/1
Kazumasa Mitsunari [Fri, 10 Nov 2017 02:27:04 +0000 (11:27 +0900)]
Add qlibwindowmanager recipe

Change-Id: I4621b74b0f2ca446a4d007901b33b58f396d0aa3
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoSet PREFERRED_PROVIDER_virtual/libhomescreen in config fragment 61/11761/2
zheng_wenlong [Thu, 9 Nov 2017 00:56:28 +0000 (09:56 +0900)]
Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment

    Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment,
    homescreen-2017 DEPENDS in virtual/libhomescreen,
    packagegroup-hmi-framework.bb RDEPENDS in libhomescreen-2017.

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

Change-Id: Iee449470e85f6faae37dc71aa2eb7a90ac47b9f6
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
6 years agoAllow SRCREV handling through poky-agl.conf 89/11689/1 4.99.2 eel/4.99.2 eel_4.99.2
Jan-Simon Möller [Sun, 5 Nov 2017 11:58:03 +0000 (12:58 +0100)]
Allow SRCREV handling through poky-agl.conf

This change simplifies the SRCREV handling by using
- AGL_APP_REVISION and AGL_DEFAULT_REVISION
in recipes.
Also the AGL_BRANCH can be used to switch to release branches.

Change-Id: Ia9e50ac6ffa8a46c1fa536c96adf740821db22af
Bug-AGL: SPEC-864
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoUpdate SRCREVs for hmi-framework packages 75/11675/2
Romain Forlot [Fri, 3 Nov 2017 10:40:02 +0000 (10:40 +0000)]
Update SRCREVs for hmi-framework packages

The SRCREV's were no longer valid (rebase!). Fix them.

Change-Id: I54c79a04e38dc30e0d5fe1c6749f154e7f468208
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoRecipe style fixes in meta-hmi-framework 65/11665/1
Jan-Simon Möller [Thu, 2 Nov 2017 10:56:53 +0000 (11:56 +0100)]
Recipe style fixes in meta-hmi-framework

This change applies the standard bitbake recipe layout, especially it fixes:
- DEPENDS before inherit (as we might DEPENDS += in the inherit !)
- 'S =' below SRC_URI (style nitpick)
- DESCRIPTION being present

These changes are just 'formatting' but worst case we see a difference
in DEPENDS due to the corrected ordering.

Change-Id: I9c82114c4f4e86a59e73e3ebcdc063b2ed6bd4f1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoChange agl-service-windowmanger-2017 EXTRA_OECMAKE 55/11655/4
zheng_wenlong [Wed, 1 Nov 2017 04:57:13 +0000 (13:57 +0900)]
Change agl-service-windowmanger-2017 EXTRA_OECMAKE

    Change EXTRA_OECMAKE to EXTRA_OECMAKE_append_agl-devel.

Change-Id: I31fbe606e50384c72f8784da5b2f4ec77363c141
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
6 years agoUpdate libwindowmanager SRCREV 47/11647/3
Kazumasa Mitsunari [Tue, 31 Oct 2017 10:43:46 +0000 (19:43 +0900)]
Update libwindowmanager SRCREV

Update libwindowmanager SRCREV to master.
<71d3c9ee49ece6063ea93090b3661df6a90dd1de>
Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11601

Change-Id: I6ac2190789621a9333d369287c4cd61a6d853986
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoUpdate agl-service-windowmanager-2017 SRCREV 45/11645/3
Kazumasa Mitsunari [Tue, 31 Oct 2017 10:36:56 +0000 (19:36 +0900)]
Update agl-service-windowmanager-2017 SRCREV

Update agl-service-soundmanager-2017 SRCREV to master.
<3772dc5dc1b89ac101134d02529bde7185e68948>
Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11631/1

Change-Id: I835c5f1c5ee5779102e5f20dec2287c8275f6dd8
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoUpdate libsoundmanager SRCREV 39/11639/2
Kazumasa Mitsunari [Tue, 31 Oct 2017 09:23:20 +0000 (18:23 +0900)]
Update libsoundmanager SRCREV

Update agl-service-soundmanager-2017 SRCREV to master.
<cda4a958e85d397bae142fbe6068a3e17d4aa935>
Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11579/3

Change-Id: Ibf871c58845b4cbe8e043ad6bad0711f41e7510a
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoUpdate agl-service-soundmanager-2017 SRCREV 37/11637/2
Kazumasa Mitsunari [Tue, 31 Oct 2017 09:18:27 +0000 (18:18 +0900)]
Update agl-service-soundmanager-2017 SRCREV

Update agl-service-soundmanager-2017 SRCREV to master.
<71e9700fe906fff4f111bc70d025912ee5dd095a>
Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11629/

Change-Id: Ia3c79585d0597a2ef81115c3926173a0c2a42bd5
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>