aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04homescreen-2017: change SRCREV to AGL_APP_REVISIONMatt Ranostay1-1/+1
Instead of pinning with git commit SHA1 use AGL_APP_REVISION Change-Id: I692424cb4685c2b7cf3a8548a3556443e81bf704 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-03-29Merge "Add bluez-alsa to 4a-framework feature"Jan-Simon Moeller1-0/+1
2018-03-23Add bluez-alsa to 4a-framework featureRonan Le Martret1-0/+1
Change-Id: I13774f47636c2a23c7f772ec1f7a0abf2245ec9c Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-03-21Enable soundmanager to receive AudioManager signalKazumasa Mitsunari1-0/+2
enable soundmanager to receive AudioManager signal such like asyncConnect. Change-Id: If30fe737ede4099d26e173ebbec28b8940c48b71 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-03-15Update agl-service-windowmanagerKazumasa Mitsunari1-1/+1
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>
2018-03-13Merge "homescreen: add agl-weather-service to HMI"Jan-Simon Moeller1-1/+4
2018-03-07runxdg: Switch LIC_FILES_CHKSUM syntaxTom Rini1-2/+1
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>
2018-02-21homescreen: add agl-weather-service to HMIMatt Ranostay1-1/+4
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>
2018-02-16agl-service-windowmanager: use fixed revision instead of AUTOREVKazumasa Mitsunari1-1/+1
Change-Id: I39ea1b9073661f4e3fdebbc7bbd125639cc70429 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-08Merge "Add hmi-debug recipe"Jan-Simon Moeller3-0/+28
2018-02-06Merge "Update agl-service-windowmanager-2017 revision"Jan-Simon Moeller1-1/+1
2018-02-06Add hmi-debug recipeKazumasa Mitsunari3-0/+28
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>
2018-02-05Update agl-service-windowmanager-2017 revisionKazumasa Mitsunari1-1/+1
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>
2018-02-05Change the type of alias to runtime dependencyKazumasa Mitsunari3-4/+4
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>
2018-02-05Merge "Added a new image: agl-image-telemetry."Jan-Simon Moeller11-0/+105
2018-01-11Merge "Enable audio management with Sound Manager automatically"Jan-Simon Moeller16-3/+768
2018-01-04Fix default.pa for 4aRonan Le Martret2-11/+23
- 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>
2018-01-02Update AGL HMI Framework to latest stableTadao Tanikawa3-3/+6
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>
2017-12-30Enable audio management with Sound Manager automaticallyKazumasa Mitsunari16-3/+768
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>
2017-12-28Merge "Delete HMI Framework individual correspondence"Jan-Simon Moeller2-27/+0
2017-12-28Merge "Remove event from asound config file"Jan-Simon Moeller1-84/+0
2017-12-27Delete HMI Framework individual correspondenceNaoto Yamaguchi2-27/+0
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>
2017-12-27Merge "setting Emergency and Warning to Pause lower priority streams"Jan-Simon Moeller1-2/+2
2017-12-26Remove event from asound config fileRonan Le Martret1-84/+0
- 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>
2017-12-23Fix: Navigation cannot play guide voiceNaoto Yamaguchi1-1/+1
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>
2017-12-21Merge "reduce the number of pulseaudio module alsa-sink"Jan-Simon Moeller1-6/+6
2017-12-21Enable runxdg in CES2018 demo by defaultTadao Tanikawa1-0/+1
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>
2017-12-21setting Emergency and Warning to Pause lower priority streamsDominig ar Foll Intel Open Source1-2/+2
Change-Id: If6e245c6ed9a5933a0c1eb7ca619d68bba99d8e0 Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
2017-12-21reduce the number of pulseaudio module alsa-sinkRonan Le Martret1-6/+6
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>
2017-12-18Add XDG Application Launcher on AGL HMI FrameworkTadao Tanikawa1-0/+17
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>
2017-12-17Update HomeScreen for CES 2018 demoTadao Tanikawa1-1/+1
- 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>
2017-12-14Integrate Tanikawa XDG SupportRomain Forlot2-2/+2
Bug-AGL: SPEC-1096 Change-Id: I41ccd3940638295c261eb929f1e290dff3d4f293 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-14Merge "Add D-Bus configuration of navigation service"Jan-Simon Moeller2-0/+17
2017-12-13Change homescreen-2017 srcrev for shortcut iconzheng_wenlong1-1/+1
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>
2017-12-12Add D-Bus configuration of navigation serviceNaoto Yamaguchi2-0/+17
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>
2017-12-10Merge "Update libwindowmanager SRCREV"Jan-Simon Moeller1-1/+1
2017-12-08Merge "templates: add PREFERRED_RPROVIDER for navigation"Jan-Simon Moeller1-0/+1
2017-12-08Update libwindowmanager SRCREVKazumasa Mitsunari1-1/+1
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>
2017-12-07Merge "Add whitespaces"Jan-Simon Moeller1-1/+1
2017-12-06templates: add PREFERRED_RPROVIDER for navigationMatt Ranostay1-0/+1
Default to nagivation recipe for virtual/navigation Bug-AGL: SPEC-1157 Change-Id: I894f40d4b874b352fa017c2550762f9ac036c70e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-07Add whitespacesKazumasa Mitsunari1-1/+1
Need whitespaces to keep DISTRO_FEATURES have the correct list. Change-Id: I4ea64cdf9781f6685363e7cb6ea3723814e63760 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-06Added a new image: agl-image-telemetry.Oleksii Bidnichenko11-0/+105
- 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>
2017-12-014a-framework: recipes-mulitmedia: rm recipe for agl-service-unicensChristian Gromm1-19/+0
Change-Id: Ib9ce32c777ef7ad52e3cf000036aa8dd9cafc2a4 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-11-29Merge "agl-service-unicens(4A): remove mxml recipes due to replacemet by ↵Jan-Simon Moeller5-97/+1
libxml2"
2017-11-29Merge "Update agl-service-windowmanager-2017 SRCREV"Jan-Simon Moeller1-1/+1
2017-11-28agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2Stephane Desneux5-97/+1
Bug-AGL: SPEC-1106 Change-Id: I2e17464bb5d9c7bb2ec4310d14a9d44839fc6db4 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-11-28Change 4A PCM Nameronan5-37/+593
* 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>
2017-11-28Update agl-service-windowmanager-2017 SRCREVKazumasa Mitsunari1-1/+1
The following commit is added: 7fb167a Fix the flipped screen problem Change-Id: Ic87e102d220e0848a982ed681b85fb4b2d3f71f1 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-11-26Merge "Fix recipe not using AGL_APP_REVISION"eel_4.99.3eel/4.99.34.99.3Jan-Simon Moeller6-14/+13
2017-11-26Fix recipe not using AGL_APP_REVISIONJan-Simon Möller6-14/+13
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>