summaryrefslogtreecommitdiffstats
path: root/recipes-support
AgeCommit message (Collapse)AuthorFilesLines
2017-10-12udisk: automount: correct automount on bootupMatt Ranostay1-1/+1
Having the drive mounted ro,sync was causing the label not to be picked up with vfat filesystems on boot but ro,flush solves this. Which is the more correct solution since it is mounted read only. Bug-AGL: SPEC-947 Change-Id: I336c1db17a16902003a989d0e4dd76ee12c831b6 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-09udisks: make automount it's own serviceMatt Ranostay4-2/+20
To avoid a timeout condition in udisks.service the automount script needs to be ran as it's own systemd service. Bug-AGL: SPEC-735 Change-Id: Idbfb21b1a2fccfa55ac149830d4af591222b697d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-23udisks: automount USB devices on boot and insertionMatt Ranostay3-0/+24
Change-Id: I1ded68d89799825286d085746fec778e1659d5d4 Bug-AGL: SPEC-634 SPEC-666 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-04-22udisks: auto enable systemd serviceMatt Ranostay3-0/+57
MediaPlayer needs udisks to be running on startup to detect media removal Bug-AGL: SPEC-483 Change-Id: I57389d3af8f4d2600baa2b24d437646ed1c7414e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2016-12-28Remove empty foldersJan-Simon Möller1-0/+0
This changeset removes empty folders that we kept until now as placeholders for recipes or append files. We do not need them currently and they're likely to stay unused. Change-Id: Iaaf1c1c36506bcb76b668a73037b3378015854ef Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-08-22The starting point of layers for AGL Demo PlatformTadao Tanikawa1-0/+0
The `meta-agl-demo` is the Yocto layer for AGL Demo Platform of Automotive Grade Linux. This is starting point. Almost all packagegroups which should be defined in this layer are still empty (placeholder), so that curretly bitbake target `agl-demo-platform` is completely equal to `agl-image-ivi` in `meta-agl`. Change-Id: I6ce2c046cc8ce2dc5af2a8afe66e1f577dd884eb Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>