summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-demo.bb
AgeCommit message (Collapse)AuthorFilesLines
2018-01-29packagegroup: agl-demo: don't build qtwebengine unless agl-devel enabledMatt Ranostay1-1/+2
To reduce build times make qtwebengine only build when agl-devel DISTRO_FEATURES is enabled. Bug-AGL: SPEC-1266 Change-Id: I3d323d9aaae4fae0cc7ba073c9404492cfc31d6e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-14Add jp,cn,tw fonts into agl-demo-platformzheng_wenlong1-0/+3
Add these three new fonts into agl-demo-platform. source-han-sans-cn-fonts source-han-sans-jp-fonts source-han-sans-tw-fonts Change-Id: I1f38d60b62a69c54553d22a5b264558561a67184 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-12-13Replace qtwebkit by qtwebengineRomain Forlot1-2/+1
Bug-AGL: SPEC-1159 Change-Id: I49fb315de418258f758f15e8d5b80ebe9ceea1d2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-11-12Introduce new 4A audio framework conditionnaly to feature ↵Stephane Desneux1-0/+6
'agl-audio-4a-framework' If feature 'agl-audio-4a-framework' is set by aglsetup, the new 4A (AGL Advanced Audio Agent) framework will be pulled in demo. Otherwise (by default), the legacy 'audiomanager' package is pulled in. Change-Id: I62b62025be6589e3b5dd0b964830e431ffa56e8c Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-11-10Add AGL libqtappfw to the platformMatt Porter1-0/+1
Add libqtappfw to the platform. This supports SDK development and runtime of apps leveraging libqtappfw. Bug-AGL: SPEC-1064 Change-Id: I7fc54fc7d9c4db885cd79d899bd40f44e4543766 Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-10-12Add switch between homescreen and homescreen-2017Jan-Simon Möller1-1/+6
Add option to switch between homescreen implementations. Default is the 'old' homescreen. Only if DISTRO_FEATURES += " agl-hmi-framework " is set we switch to use the new packagegroup(s) for homescreen-2017. This setting is done when you call aglsetup.sh with the 'agl-hmi-framework' feature enabled. Change-Id: Ieb45c1534f0759e8adb891f77ae85cb917e736e2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-06Upgrade to pyroChanghyeok Bae1-0/+11
wayland-ivi-extension: Arrange recipe - Remove unecessary variable in PACKAGECONFIG - Arrange test-path.patch to upgrade wayland-ivi-extension qtbase: Fix build error due to binutils 2.28 bug - gold linker from binutils 2.28 may produce duplicate library symbols, which makes shared libraries created with it not usable with conventional ld linker. - See https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183069&action=diff weston: Change recipe version libdbus-c++: Remove recipe and add bbappend file - meta-openembedded (pyro) already has same version. - Remove PNBLACKLIST[libdbus-c++] to use this component. packagegroups / agl-demo.inc : - move inclusion of qtwebkit out of agl-demo.inc into packagegroup-agl-demo - this fixes an inclusion bug Bug-AGL: SPEC-646 Change-Id: Ia71d5f4dc881f0d8f8f24a5574c9efc0f2da6245 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2017-08-13agl-demo-platform: add packagegroup smartdevicelinkPhong Tran1-0/+3
Add the new packagegroup name packagegroup-agl-smartdevicelink. This install to agl-demo-platform image with "agl-sdl" in DISTRO_FEATURES Tested build ok with: source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-appfw-smack agl-sdl Change-Id: I1b348affa88f0f3c1a313b2856bd38482fd8e778 Depends-On: I416d8418c0ef4fe4de5e5ce084e7b9075e64f85f Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-04-20Add udisks to agl demo packagegroupMatt Ranostay1-0/+1
udisks is need to detect removable media in AGL applications via dbus signals. Bug-AGL: SPEC-483 Change-Id: I7b2ca7c753be38715c0f8937f1f7691a43a7a942 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-02-21add dependency to imagesRonan1-0/+35
* [SPEC-424] * yocto image should use dependency to facilitate maintenance * yocto image should have its own LICENSE defined Change-Id: Ie7f2e48bab9cc194ce10e7d364e150d2678e64d6 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>