summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-platform
AgeCommit message (Collapse)AuthorFilesLines
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-11-15Soundmanager needs to be enabled outside of hmi packagegroupJan-Simon Möller1-2/+0
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>
2017-11-11Merge "Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment"Jan-Simon Moeller1-1/+1
2017-11-10Add qlibwindowmanager recipeKazumasa Mitsunari1-0/+1
Change-Id: I4621b74b0f2ca446a4d007901b33b58f396d0aa3 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.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-10-31Add libraries to hmi-framework packagegroupKazumasa Mitsunari1-9/+3
Related commit : https://gerrit.automotivelinux.org/gerrit/#/c/11455/ https://gerrit.automotivelinux.org/gerrit/#/c/11511/ https://gerrit.automotivelinux.org/gerrit/#/c/11533/ https://gerrit.automotivelinux.org/gerrit/#/c/11515/ https://gerrit.automotivelinux.org/gerrit/#/c/11509/ Bug-AGL : SPEC-993 Change-Id: Id947eddf553bcfbcec0986d1159b8f8f31634178 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-17Fix HMI framework recipesYuta Doi1-5/+0
1. Modify SRCREV to the correct value in windowmanager and soundmanager. 2. Add "wayland-native" to windowmanager for resolving error: WLSCAN-NOTFOUND 3. Remove "PACKAGES" from packagegroup-hmi-framework.bb for resolving QA Issue: [packages-list] Change-Id: I1987dd2620e2b2832da5a8e9e754c9ddd0c2fa6f Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2017-10-12Add recipes for new hmi fweel_4.99.1eel/4.99.14.99.1zheng_wenlong1-0/+27
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>