summaryrefslogtreecommitdiffstats
path: root/recipes-navigation
AgeCommit message (Collapse)AuthorFilesLines
2024-02-20Rework gpsd configurationScott Murray3-2/+9
To remove the use of the "virtual/gpsd-conf" RPROVIDES as part of futureproofing for YP 5.0 / Scarthgap, rework the machine-specific gpsd configuration scheme to based on the gpsd-machine-conf recipe that is intended for this upstream. The gpsd-machine-conf recipe is now unconditionally included in the navigation packagegroup, but it will be empty on machines except those that add their own content to it. Bug-AGL: SPEC-5067 Change-Id: I7f1b555f154fe77c643019dae4bb90354ca2a4b4 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29691 ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account
2022-04-13gspd: drop local systemd enabling changesScott Murray1-16/+0
The gpsd 3.23 recipe in upstream meta-oe now installs the systemd enabling pieces we were doing with our local do_install append, so those tweaks can now be removed. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6755f9cedc42748f282bdcc580340061776d540e
2021-09-15osrm-backend: remove recipesScott Murray4-98/+0
Remove the osrm-backend recipe and the recipes for its dependencies osmium and protozero, as they do not build and nothing in AGL uses them. Bug-AGL: SPEC-3921 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I615c555f3827488a43560da5d518a34c3ca1313f
2021-08-20Convert to new override syntaxScott Murray4-9/+9
This is the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6eeadd2c985c008b04f8f9815bf0f6fb064bedac
2021-02-25geoclue: update configurationScott Murray3-13/+106
Update the geoclue configuration to install a geoclue.conf that works with the geoclue binding, and remove the now unnecessary D-Bus client configuration. This also enables future geoclue updates, as the current configuration does not work with the newer 2.5x releases. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I06a2a15b38cbb8dad485bc7f38d1aef47803b87c
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller6-0/+72
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
2017-11-12protozero: fix missing license declarationMatt Ranostay1-2/+5
Project is BSD licensed but has Apache-2.0 code from the folly project Bug-AGL: SPEC-1023 Change-Id: Ic6b23fa4207d85d60557eaf867f6741391030c74 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-11Fix license declared in libosmium recipeJan-Simon Möller1-1/+1
According to https://raw.githubusercontent.com/osmcode/libosmium/master/LICENSE the license is actually Boost Software License 1.0 (BSL-1.0). Fix the recipe. Change-Id: If8c33ba052f0b4c27ab881678f7f768bac885a77 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-11osrm-backend: add osrm routing backend recipeMatt Ranostay2-0/+60
Add osrm-backend which indexes routing of car, bike, and walking routes Bug-AGL: SPEC-1023 Change-Id: I0caeeb228170233d6edd08c66b161c7cfa764e0b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-11libosmium: add osmium recipeMatt Ranostay1-0/+18
osmium is c++ library that is used for working with OpenStreetMap mapping data. Bug-AGL: SPEC-1023 Change-Id: I8188c7f747b3018dade187eeabc995a16a927689 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-11protozero: add protozero recipeMatt Ranostay1-0/+17
protozero is a minimalist protoctol buffer encode/decoder written in C++ Bug-AGL: SPEC-1023 Change-Id: I6f7ebc29af886cf3f22df018e22ca734b19b7814 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>