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>
Stéphane Desneux [Thu, 28 Jun 2018 11:31:33 +0000 (11:31 +0000)]
Merge "4a-softmixer: bump to latest version" into eel
Stéphane Desneux [Thu, 28 Jun 2018 11:31:26 +0000 (11:31 +0000)]
Merge "4a-hal-generic: Bump to latest version" into eel
Thierry Bultel [Wed, 27 Jun 2018 09:48:01 +0000 (11:48 +0200)]
4a-softmixer: bump to latest version
Bug-AGL: SPEC-1533
This bump brings these commits:
*
731c21e (HEAD -> master, origin/master, origin/eel, origin/HEAD, eel) Rework the pcm copy loop and save a lot of CPU
*
7a02db1 plugins: code & log cleanup
*
b124cc0 pcm core: fixed spurious XRUN issues
*
aa13829 route plugin:fixed mismatch with several sound cards
*
f8a4899 set the correct number of channels in dmix
*
cf7b396 alsa-plug-vol: code & log cleanup
*
38f7eb2 alsa-utils-bypath: code & log cleanup
*
844108e .gitignore: ignore build with wildcard
*
30b321a alsa-utils-dump: added log upon failing parameters retrieval
*
407cfbe zones: fixed index mismatch when multiple sound cards are declared
*
3e00731 alsa-api-mixer: code & log cleanup
*
4c42a1d alsa-api-streams: code & log cleanup
*
12c0873 sinks: fixed index mismatch when multiple sound cards are declared
*
3b8dbd3 pcm: return volume value with null set request
Change-Id: I50c36477f538dabe62f2011241c351ba4a1d64f4
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Jonathan Aillet [Wed, 27 Jun 2018 09:40:23 +0000 (11:40 +0200)]
4a-hal-generic: Bump to latest version
*
81766dc Fix spelling in README.md
*
51bb228 Improve hal list response from hal-manager
*
2dfd4dd Remove boolean library
*
38dcf50 Free json objects that should have been freed
*
00a7499 Correct handling of incomming json messages
*
9e0c0cf Authorize launching 4a-hal with no config file
*
440cb8a Correct the request return when calling a stream
*
c422421 Delay event parsing to be the last
*
c42b631 Optimize alsacore event handler
*
592480d Update Kingfisher json configuration files
Bug-AGL: SPEC-1405
Change-Id: Ide6e0e7ac7b6473ef44d674eb445352ab13097b6
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Ronan Le Martret [Tue, 26 Jun 2018 14:54:14 +0000 (16:54 +0200)]
Create a 4a-mixer recipes providing virttual/mixer
* mixer and 4a-mixer are two different package.
mixer used qmake workflow to build and 4a-mixer
cmake.
Bug-AGL: SPEC-1520
Change-Id: I82b2c2a871f8bc0691291749e844f01fb9d5d7e9
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Jan-Simon Möller [Wed, 20 Jun 2018 20:59:45 +0000 (22:59 +0200)]
Remove duplicate config inclusion of 4a-sound.cfg
After https://gerrit.automotivelinux.org/gerrit/14561 the kernel config is included in the
toplevel config file (linux-agl.inc) to avoid changes to linux-libc-headers.
Remove it here as discussed during ALS.
Change-Id: I7db7ac34c73bc2eda95c04e0a3f7614ab9a4655e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Stephane Desneux [Sat, 16 Jun 2018 11:02:29 +0000 (13:02 +0200)]
4a-softmixer: use correct channels count when creating PCMs
This patch bumps 4a-softmixer to latest revision
6f06051.
An issue with unicens card (wrong number of channels declared
on target sound card) is solved by this commit.
Change-Id: I1961d2b8cb6fece62fcc250661def1d153d629e6
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Fri, 15 Jun 2018 13:05:32 +0000 (15:05 +0200)]
4a-hal-generic: new HAL for M3+KF and bump to latest revision
Added patches:
*
c81a825 Authorize empty response from mixer
*
0558c1a Call onload section to before halmap section
*
a9a0a53 Correct typo in README.md
*
4dc19cb 4a-hal-cfg-reference: add HAL definition for M3 on Kingfisher
Change-Id: Ic4c063cc1f66289d63124dd9ab952d7d86f47e51
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 14 Jun 2018 14:08:34 +0000 (16:08 +0200)]
meta-audio-4a-framework: bump recipes to latest revs
4a-hal-generic now bumped to RC2
Use ${AGL_APP_REVISION} for all gerrit repos:
* 4a-alsa-core/4a-alsa-core_git.bb:SRCREV = "${AGL_APP_REVISION}"
* 4a-hal-unicens/4a-hal-unicens_git.bb:SRCREV = "${AGL_APP_REVISION}"
* agl-service-audio-4a/agl-service-audio-4a_git.bb:SRCREV = "${AGL_APP_REVISION}"
Use SHA1 for external (github) repos:
* 4a-hal-generic/4a-hal-generic_git.bb:SRCREV = "
25ec9ead44e7429b673a60d347a55d0086578e75"
* 4a-softmixer/4a-softmixer_git.bb:SRCREV = "
e173f942334e741714ac45924554552b5511de1d"
Change-Id: Ic1215f9b0a786e9496ea448483c3a4b78be37c7e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Jan-Simon Moeller [Thu, 14 Jun 2018 14:27:57 +0000 (14:27 +0000)]
Merge "meta-audio-4a-framework: remove unused recipes" into eel
Jan-Simon Moeller [Thu, 14 Jun 2018 14:27:57 +0000 (14:27 +0000)]
Merge "4a-hal-config: remove unused (legacy) files" into eel
Stephane Desneux [Thu, 14 Jun 2018 13:12:14 +0000 (15:12 +0200)]
meta-audio-4a-framework: remove unused recipes
4a-hal-community & 4a-hal-reference are now replaced
by 4a-hal-generic.
Change-Id: I823e9df21c10ab23fc4c29b43c79879b197adfdd
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 14 Jun 2018 08:40:32 +0000 (10:40 +0200)]
4a-hal-config: remove unused (legacy) files
Some config files shipped in the first version of 4A are not
needed anymore.
Change-Id: I3707022444bb47f072f787a3e827cfe5a0f68d0f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 14 Jun 2018 01:16:51 +0000 (03:16 +0200)]
agl-service-audio-4a: adjust binder startup for new hals
With changes on 4a-hal-generic and 4a-softmixer, the --ldpath
argument used when starting 4A binder must be adjusted to match
new HALs. Also, the binder name now matters as the high level
API will look for the policy file using 'policy-4a-*.json'.
Change-Id: I5f848eb330a5917569f6f25f9bc15abef0ea4b2e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Wed, 13 Jun 2018 09:28:36 +0000 (11:28 +0200)]
agl-audio-4a-framework: enable specific kernel config
4A requires some specific options in the linux kernel,
like CONFIG_SND_ALOOP for softmixer. This patch adds
config fragments to the default linux kernel recipe
only when feature agl-audio-4a-framework is enabled.
Change-Id: I443219998652562e9aed963d4e835aa4de60e614
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Loïc Collignon [Wed, 13 Jun 2018 17:32:19 +0000 (19:32 +0200)]
Move to the last commit hash
The last commit hash rename the binding as it should be.
Change-Id: Icdf2872bb236e2d6d9d711902ac51909f3bc3347
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Loïc Collignon [Wed, 13 Jun 2018 12:18:10 +0000 (14:18 +0200)]
Fix issue that prevent config file deployment
The component was updated to fix a config deployment issue.
Update the receipe SRCREV accordingly to make use of that fix.
Change-Id: I44d139e5182c3fa293dc88a447fa387bb213c007
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Jan-Simon Möller [Wed, 13 Jun 2018 00:59:05 +0000 (02:59 +0200)]
Adapt audio packagegroup and template to use rewritten components
Now we make use of the 4a-softmixer and 4a-hal-generic to drive the backend of the audio framework.
This is the outcome of the audio F2F held in june.
Also fix the license checksums in 4a-hal-generic and 4a-softmixer.
Change-Id: Id709b0901228bdee86ab4b2bab395599365d00e0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Moeller [Tue, 12 Jun 2018 15:22:50 +0000 (15:22 +0000)]
Merge "Make use of the new high level audio api" into eel
Loïc Collignon [Fri, 8 Jun 2018 09:16:23 +0000 (11:16 +0200)]
Make use of the new high level audio api
The new high level api is now available, it use the new hal manager and
the new softmixer.
Change-Id: I2be668151ec7c485337329dce4d87d27c1ffafa6
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
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>
(cherry picked from commit
cf3716a3089b00279673cdc3f1cf65e741a7ae54)
Tadao Tanikawa [Tue, 22 May 2018 07:11:29 +0000 (07:11 +0000)]
Update agl-service-windowmanager
443b952 Enable scaling to fit various screen resolutions
33ee7d8 Merge "Enable fallback, then display applications" into eel
f422605 Enable fallback, then display applications
a0a00dd Add APIs which can get information about the display and the surface area
a40753a Fix for switching from half size to full size
Change-Id: I4dc97f153b1d33222c548ba5d1c5b367b6b6aa1c
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Jan-Simon Moeller [Tue, 23 Jan 2018 13:49:50 +0000 (13:49 +0000)]
Merge "Update agl-service-windowmanager-2017" into eel
Kazumasa Mitsunari [Fri, 19 Jan 2018 04:42:25 +0000 (13:42 +0900)]
Bump the latest revision on eel branch
SRCREV designates the latest revision on master branch.
Correct it to eel branch.
Change-Id: I95f0b9392bd741882bc81f390608883509b6e8dc
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Kazumasa Mitsunari [Wed, 17 Jan 2018 00:48:31 +0000 (09:48 +0900)]
Update agl-service-windowmanager-2017
This change includes following
09a667b Fix screen flicker
Change-Id: Ia98d2f15df63a647d500dd37da45c4efcd407cf4
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Jan-Simon Moeller [Thu, 4 Jan 2018 17:30:38 +0000 (17:30 +0000)]
Merge "Fix default.pa for 4a" into eel
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>
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>
Tadao Tanikawa [Tue, 26 Dec 2017 12:10:58 +0000 (12:10 +0000)]
Update AGL HMI Framework to latest stable
Pin homescreen-2017
ec28d0b Block launching app when an app is launching
54f8d05 Improve missing icon visibility
58e41da Improve management icons of homescreen
Pin agl-service-windowmanager-2017
12c8934 Merge "Fix build error in gcc 7.2" into eel
832c3cd Merge changes into eel
24876db Fix build error in gcc 7.2
d501133 Enable an application re-launch
4bd8c0c Enable to show Video and WebBrowser
a65ed04 Clean up source code
72295a6 Merge "Remove automatic code generation" into eel
3f23c89 Remove automatic code generation
691908f Exclude execusion bit
b3f280d Add background layer for CES DEMO
Pin libwindowmanager
ee2b2fb Change Visible and InVisible event to broadcast
881876d Add APIs which can get information about the display and the surface area
ae757d4 Fix the bug in error case
Change-Id: Ic7d56a9a4d3c42bce635d8c22b2636d21db7e158
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Jan-Simon Moeller [Thu, 28 Dec 2017 00:42:30 +0000 (00:42 +0000)]
Merge "Delete HMI Framework individual correspondence" into eel
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>
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>
Jan-Simon Moeller [Wed, 27 Dec 2017 20:21:29 +0000 (20:21 +0000)]
Merge "setting Emergency and Warning to Pause lower priority streams" into eel
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>
Naoto Yamaguchi [Sat, 23 Dec 2017 09:16:45 +0000 (18:16 +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: I20b61595d5ab64b4fd97a0854e8cc233e6ef988f
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
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>
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>
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>
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>
Jan-Simon Moeller [Sun, 17 Dec 2017 23:15:17 +0000 (23:15 +0000)]
Merge "Add D-Bus configuration of navigation service" into eel
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>
Romain Forlot [Thu, 14 Dec 2017 12:27:05 +0000 (13:27 +0100)]
Integrate Tanikawa XDG Support
Bug-AGL: SPEC-1096
Change-Id: I41ccd3940638295c261eb929f1e290dff3d4f293
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Jan-Simon Moeller [Sun, 10 Dec 2017 12:31:13 +0000 (12:31 +0000)]
Merge "templates: add PREFERRED_RPROVIDER for navigation" into eel
Kazumasa Mitsunari [Wed, 6 Dec 2017 09:52:58 +0000 (18:52 +0900)]
Update libwindowmanager SRCREV
The following commit is added
d98f1a6 Remove exit code when the websocket connection is disconnected
Change-Id: Ic0bb31967436e8a9e7d8dd8a22d588aa2fe7d28a
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
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>
Jan-Simon Moeller [Fri, 8 Dec 2017 14:07:21 +0000 (14:07 +0000)]
Merge "4a-framework: recipes-mulitmedia: rm recipe for agl-service-unicens" into eel
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>
(cherry picked from commit
71b030b834281b6c8493e66fd8d977c2e0d132ca)
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>
Jan-Simon Möller [Wed, 29 Nov 2017 13:07:38 +0000 (14:07 +0100)]
Add .gitreview defaultbranch for eel
Change-Id: I63671063b7fd864fe7479581da21231fb2fc3e8f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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"
Jan-Simon Moeller [Wed, 29 Nov 2017 09:40:18 +0000 (09:40 +0000)]
Merge "Update agl-service-windowmanager-2017 SRCREV"
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>
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>
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>
Jan-Simon Moeller [Sun, 26 Nov 2017 22:47:44 +0000 (22:47 +0000)]
Merge "Fix recipe not using AGL_APP_REVISION"
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>
Jan-Simon Moeller [Sun, 26 Nov 2017 20:55:04 +0000 (20:55 +0000)]
Merge "Update homescreen-2017 SRCREV"
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"
Jan-Simon Moeller [Sat, 25 Nov 2017 13:48:33 +0000 (13:48 +0000)]
Merge "agl-service-unicens: Use libxml2 instead of mxml."
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>
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>
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>
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>
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>
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>
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>
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>
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
Jan-Simon Moeller [Fri, 17 Nov 2017 02:59:17 +0000 (02:59 +0000)]
Merge "4a-hal-reference: Tweak platform HAL packaging"
Jan-Simon Moeller [Thu, 16 Nov 2017 06:19:05 +0000 (06:19 +0000)]
Merge "mxml: add to SDK"
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>
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>
Jan-Simon Moeller [Thu, 16 Nov 2017 02:58:58 +0000 (02:58 +0000)]
Merge "Soundmanager needs to be enabled outside of hmi packagegroup"
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>
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>
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>
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>
Jan-Simon Moeller [Wed, 15 Nov 2017 02:53:31 +0000 (02:53 +0000)]
Merge "Update asound.conf.template"
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>
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>
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>
Jan-Simon Moeller [Tue, 14 Nov 2017 12:52:54 +0000 (12:52 +0000)]
Merge "Update libwindowmanager SRCREV"
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>
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>
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>
Jan-Simon Moeller [Sat, 11 Nov 2017 10:38:18 +0000 (10:38 +0000)]
Merge "Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment"
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
zheng_wenlong [Tue, 31 Oct 2017 02:12:45 +0000 (11:12 +0900)]
Update agl-service-homescreen-2017 SRCREV
Update agl-service-homescreen-2017 SRCREV to master.
<
087ddd64698d8634cd748e0341a6c17e0a6ca134>
Related commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11439/6
Change-Id: I3a87a4ae07c224be2b2bba38567c02a5f8abbc67
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
zheng_wenlong [Tue, 31 Oct 2017 02:09:32 +0000 (11:09 +0900)]
Update homescreen-2017 SRCREV
Update SRCREV to master revision.
<
4940d001f08bec6fd68293efcbd6673a9ffce65e>
Change-Id: Iaeded9248f96fe3349c7297c557181bdec7e5e61
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
zheng_wenlong [Mon, 23 Oct 2017 06:41:10 +0000 (15:41 +0900)]
Delete do_install sections for libhomescreen
As we split libhomescreen from agl-service-homescreen-2017,
also delete the libhomescreen installation from the recipes.
Related Commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11413/
BUG-AGL: SPEC-993
Change-Id: If47f69c495a0cac066fa62624c1e5860f5182352
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>