summaryrefslogtreecommitdiffstats
path: root/recipes-appfw
AgeCommit message (Collapse)AuthorFilesLines
2018-04-282nd part of the layer/profile rework [2/2]Jan-Simon Möller11-199/+0
Main goal of this is to move the agl-service-* bindings into the core and to unify common recipes like wayland/weston into meta-agl-profile-graphical. As a placeholder for recipes is meta-agl-profile-demo which are being reshuffled. TLDR: remove recipes from meta-agl-demo that were moved to other layers Bug-AGL: SPEC-145 , SPEC-876 , SPEC-877 v2: moving updated udisks changes to meta-agl Change-Id: I873107f00adadeb6f3f266cce37b513fe6d44cf2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-03-27Rename CAN low level recipes.Romain Forlot1-3/+3
Bug-AGL: SPEC-1276 Change-Id: Ia87b9d9d06311893fdfb626fa64ee8fc9205aced Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-10-18packagegroup: multimedia: add agl-service-mediaplayer to groupMatt Ranostay1-2/+1
Bug-AGL: SPEC-959 Change-Id: I5b39c0bd6bbbe7b5974688e439572adbd5d24e86 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-10-15packagegroups: navigation: add location servicesMatt Ranostay1-2/+3
Add services agl-service-gps, agl-service-geoclue, and agl-service-geofence to the navigation package group. Bug-AGL: SPEC-960 Change-Id: I849c33d0a040eb787f85f6425b0b8806cbb05d89 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-09-28packagegroup-agl-appfw-graphics: Add opencvTom Rini1-0/+1
We add support for a relatively minimal opencv library to the appfw-grahpics packagegroup. As part of this, we set the PACKAGECONFIG for opencv to a minimal level that enables support for things we already have in the system as well as using V4L devices. Additional features that are normally enabled in OpenEmbedded are left out. Bug-AGL: SPEC-912 Change-Id: Iae4480420ccb619ef79f45de30c86e05831e70f9 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> Signed-off-by: Tom Rini <trini@konsulko.com>
2017-07-24Restrict addition of low-level-can-service to m3ulcb qemux86-64 and ↵Jan-Simon Möller1-1/+4
intel-corei7-64 Not all boards use a kernel >= 4.8 . This service binding needs features introduced in Kernel 4.8 . Thus restrict it to m3 and x86-64 for now. Other targets can added later. Bug-AGL: SPEC-772 Change-Id: I03acdc11e40497d8b8bda702b6e556f234af9ff6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-12Integration by default of low lvl CAN serviceRomain Forlot1-0/+9
Bug-AGL: SPEC-428 Change-Id: I8b88706ef2dc2619fe39ee991e2b1f0dc70e1b79 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2015-10-02Reworking packagegroups of AGL DistributionTadao Tanikawa11-0/+186
The recipe files and thier names are reworked by design of AGL packagegroup. For more details, see 'Packagegroups'section in README.md. Change-Id: Ib7fc66ec5f785b974719e85887715cc76f610ab4 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>