summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen
AgeCommit message (Collapse)AuthorFilesLines
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller1-37/+0
All demo related components should be in here now. We keep the packagegroups on purpose for now to stay backward-compatible. v2: layer does pass yocto-check-layer, dependencies adapted v3: remove the dynamic-layer setup, use all-in-one approach v4: Fixed comments from Paul Barker. Tnx! v5: Removed wayland/weston/agl-compositor additions, except for demo specific weston-init bbappend Follow-up changes required later: - massaging packagegroups - scrub of recipes Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I47cefd8c23d46b2cdd063470e3f7d97d5ad952d8
2020-06-25Fix typo in homescreen recipeJan-Simon Möller1-1/+1
Fixes trivial typo. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I629596e7737ba309059e438e97080e0d10097541
2020-06-24Make the agl-compositor the default compositorJan-Simon Möller1-0/+4
thus fix the dependencies for the homescreen, launcher and alexa-viewer apps. Bug-AGL: SPEC- Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I30766be7a7b4bb5f6d398e2b93de2415094c6b43
2020-06-24recipes-demo-hmi: Remove qtaglextras and *-windowmanager dependsMarius Vlad1-2/+0
Bug-AGL: SPEC-3342 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I3a5e73e30cae02c97d7d0ab6ca041b32a8862e73
2020-06-20Adapt path to LICENSE fileJan-Simon Möller1-1/+1
It was moved to the toplevel directory. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ibab0b450fa74e3c5637abbb8d848e6e45c088d58
2020-06-10remove libqtappfw package from QTAGLEXTRASRaquel Medina1-1/+5
Remove libqtappfw package from QTAGLSEXTRAS and add to individual recipe RDEPENDS. Bug-AGL: SPEC-3390 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Idb5aaca35a8d797a4e758f82df6650ef3aeb6561
2019-05-07homescreen: Replace "gitsm" by "git" in SRC_URIJosé Bollo1-1/+1
Submodules are not needed to compile homescreen. Bug-AGL: SPEC-2268 Change-Id: I39f6788e89037408c4d7b7e19fa5307c0bc6a59d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2019-03-15recipes-demo-hmi: homescreen: add new dependency on afb-helpers-qtraquel medina1-0/+1
Bug-AGL: SPEC-2164 Change-Id: I2ca2b8ae995e72833118b42ab20a3c127d51cbbc Signed-off-by: raquel medina <raquel.medina@konsulko.com>
2019-01-05homescreen: quiet debug messages in non-develScott Murray1-0/+2
Define QT_NO_DEBUG_OUTPUT when not building with agl-devel enabled to quiet the debug logging on volume changes. Change-Id: I8667332954664cf07f3d29b098c9c9dc8265c2ee Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-12-20homescreen: fix missing submodules in SRC_URIStephane Desneux1-1/+1
New submodule introduced in #19081 is not pulled. Fixing the url in SRC_URI should solve the issue. Change-Id: I5b6852a2e8d9c29fcf39b0c2cd9b15ce8cda2ae1 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-10-09Change dependent package to agl-service-windowmanagerKazumasa Mitsunari1-1/+1
Because of changing package name of agl-service-windowmanager-2017, change dependent pacakge name. Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/16925/ Change-Id: Ib2d43ac5eb0f3cc3c1d452cf3305778480080943 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-10-02homescreen: remove useless dependency to pulseaudioStephane Desneux1-1/+0
Review #15855 removed the dependency to pulseaudio in homescreen source code. So the DEPENDS at recipe level is not needed anymore and can be removed. Without this change, there's a build error when pulseaudio is diabled. Bug-AGL: SPEC-1601 Change-Id: I365745290b7e2a06e45d0c55c57ee155167fad36 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-09-07Change libhomescreen-2017 to libhomescreenflounder_5.99.6flounder/5.99.65.99.6zheng_wenlong1-1/+1
Change libhomescreen-2017 to libhomescreen recipes, Detele libhomescreen-2017 recipes. Change-Id: Ib87676fb34a593fedb72ca635a49742578c40efc Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-09-06Add agl-service-homescreen recipes without -2017zheng_wenlong1-1/+1
Add a new recipes named agl-service-homescreen without -2017. Change-Id: Icdba5fa25838ab63506850b1a6641b1dfb269700 BUG-AGL: SPEC-1550 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-08-14Revert "Remove Deprecated recipes homescreen"Matt Porter1-0/+29
This reverts commit 8d853962f123472f0e7217789f80c10c0191ade5. homescreen recipe is required by the recently merged switch from homescreen-2017 to homescreen. Change-Id: I53e3d7378bf2f2fbe2953d821676dfeda12ff034 Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-08-02Remove Deprecated recipes homescreenRonan Le Martret1-29/+0
Change-Id: Ia7a4aefbf61af7fb0ef1ac2c27b373f71d656a77 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-07-11Change homescreen recipes to fit homescreen-2017zheng_wenlong2-41/+20
We copied homescreen-2017 source code to homescreen. Need change recipes for this commit. Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/15173/ Bug-AGL: SPEC-1549 Change-Id: I3455feb630b64d04c402855df0d6dce34cd62fcc 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öller1-4/+4
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. Finally git checkouts should use https by default. Bug-AGL: SPEC-864 Change-Id: I2fdacda8fa7373f309a47db72ad40106ade53434 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-29Unpin after Daring Dab RC1Jan-Simon Moeller1-1/+0
Revert "Add a bbappend with pinnning for all packages with AUTOREV" This reverts commit 87ec15b961e9502b7741d51503d5c77563b1c45a. Change-Id: I35c74ad137217a9e8833baab8de9964de63ac61c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-25Add a bbappend with pinnning for all packages with AUTOREVdab_3.99.1dab/3.99.13.99.1Jan-Simon Möller1-0/+1
This pins all packages using AUTOREV to DISTRO_BRANCH_VERSION_TAG Change-Id: Id8aa34a9115cd6659ce1c154d78197229d3c036f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-24homescreen: add pulseaudio dependencyMatt Porter1-1/+1
Add pulseaudio to DEPENDS now that homescreen has added support for the master volume control that uses pulseaudio AGL-Bug: SPEC-618 Change-Id: I0519dc96b45a5c844d0682a1a14c49df25ce87e5 Reported-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-01-25Split homescreen recipe into new recipesBocklage, Jens2-80/+13
The homescreen recipe used to build several components. These have their own recipes now. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-27Fix: SPEC-377, miss dbus conf file to make status icon workingRomain Forlot2-1/+13
Change-Id: I8b64adf1c73244447f348ae140a4bd63d3796357 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-12-13Provisional fix of libhomescreen's pkgconfigNaoto Yamaguchi2-3/+21
Since pkgconfig has been disabled, it is not possible to get the configuration of libhomescreen. This patch will make provisional fixes for off-tree build. Change-Id: Ifd8e5818602ab1c4bca4440e1f20b3de46ab5157 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-13Fixed an issue that libhomescreen can not be usedNaoto Yamaguchi1-3/+3
libhomescreen symbolic link is incorrect in Homescreen recipe. This means that you can not build the application. Fixing this problem will allow you to build the application. Change-Id: Ifa6439a485db0205be5062d35791ce836fa832eb Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-12Remove sample appsBocklage, Jens1-3/+1
These are no longer needed Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-12Adding PV to work ${AUTOREV} correctlyTadao Tanikawa1-0/+3
To work 'SRCREV = ${AUTOREV}' correctly (which means always fetch the latest version available at build), PV needs to be modified which includes ${SRCPV}. Change-Id: I6bff49b493e99ba1e8eaadc5093d11e03ceaa7c9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-09homescreen: add missing header and pkgconfig file in libhomescreen-devStephane Desneux1-2/+11
Change-Id: Ic9a0706af3178ef76f8aabe75653da5fe6f3363d Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-09homescreen: generate appropriate files for SDKStephane Desneux1-19/+18
Change-Id: I9fb1b5c8144c44ca69a107ede497be629683e8d8 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-09Remove colorschemes since no longer neededBocklage, Jens1-9/+1
New QML implementation will use other mechanism Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-09First integration of new HMI designBocklage, Jens1-87/+0
New HMI in QML is integrated. Apps are only launched once now and not several times. Layer- and surface handling fixed by removing duplicate ilm API calls. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07First integration of new HMI designBocklage, Jens1-0/+86
New HMI in QML is integrated. Apps are only launched once now and not several times. Layer- and surface handling fixed by removing duplicate ilm API calls. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07Add homescreen as default to the agl-demo-platformJan-Simon Möller1-0/+87
This change adds the homescreen package into the default image. Change-Id: I5e0f5d7f0fe3937af02bcbe8c1be443da4c2128d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>