summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-demo-hmi
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02Update AGL HMI Framework to latest stableTadao Tanikawa1-1/+2
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>
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-24Fix: 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: I20b61595d5ab64b4fd97a0854e8cc233e6ef988f Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
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-18Update 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-17Add D-Bus configuration of navigation serviceNaoto Yamaguchi2-1/+18
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-11-24Update homescreen-2017 SRCREVzheng_wenlong1-2/+2
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>
2017-11-24Update agl-service-homescreen-2017 SRCREVzheng_wenlong1-1/+1
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>
2017-11-15Adjust navigation to libwindowmanager updateNaoto Yamaguchi1-1/+1
An incompatible update to libwindowmanager, we adjust navigation to it. Change-Id: I02f0a93b2886aeffb7930e41bd74e7d5d53a1bfd Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-11-15Navigation : experimental support of new home screenNaoto Yamaguchi1-0/+10
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>
2017-11-09Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragmentzheng_wenlong1-1/+1
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>
2017-11-05Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller2-2/+2
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>
2017-11-03Update SRCREVs for hmi-framework packagesRomain Forlot1-1/+1
The SRCREV's were no longer valid (rebase!). Fix them. Change-Id: I54c79a04e38dc30e0d5fe1c6749f154e7f468208 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-11-02Recipe style fixes in meta-hmi-frameworkJan-Simon Möller2-6/+8
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>
2017-11-01Update agl-service-homescreen-2017 SRCREVzheng_wenlong1-2/+2
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>
2017-11-01Update homescreen-2017 SRCREVzheng_wenlong1-1/+1
Update SRCREV to master revision. <4940d001f08bec6fd68293efcbd6673a9ffce65e> Change-Id: Iaeded9248f96fe3349c7297c557181bdec7e5e61 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-11-01Delete do_install sections for libhomescreenzheng_wenlong1-14/+2
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>
2017-11-01Add libhomescreen libwindowmanager to Dependszheng_wenlong1-1/+10
As libhomescreen split from homescreen-service, libwindowmanager split from windowmanager-service, homescreen-2017 needs depends on libhomescreen and libwindowmanager. Relative Commits: https://gerrit.automotivelinux.org/gerrit/#/c/11413/ BUG-AGL: SPEC-991 Change-Id: I9a5a8d619fbc0364a8f8067c335fba1aae5f246e Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Bump revision for auto startup homescreen serviceRomain Forlot1-1/+1
Change-Id: Ic2f4fee29f5aa3887c52f27ed08aed60518490e7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-10-12Add recipes for new hmi fweel_4.99.1eel/4.99.14.99.1zheng_wenlong2-0/+40
Add recipesc for agl-service-windowmanager-2017, agl-service-soundmanager-2017, agl-service-homescreen-2017 and homescreen-2017. [Patch Sets 2] Modify homescreen-2017_git.bb to use aglwgt make package. [Patch Sets 3] Modify agl-service-windowmanager-2017_git.bb to use aglwgt make package. Modify agl-service-soundmanager-2017_git.bb to use aglwgt make package. [Patch Sets 4] Modify agl-service-homescreen-2017_git.bb to use aglwgt make package. [Patch Sets 5] (jsmoeller) Modify layer and add packagegroup containing the required packages. Modify feature name to be agl-hmi-framework to be consistent in naming Mofify local.conf.inc to set DISTRO_FEATURES flag instead of setting IMAGE_INSTALL. Change-Id: Iac998b5c9ed519649c8c367e97a5aa31c6140c26 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>