summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-ivi-connectivity.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-11-03Prepare master for new framework integrationJan-Simon Möller1-2/+0
During the last workshop the transition to the new framework was presented. This change essentially deprecates the SMACK-based application framework. To prepare the integration of it, we remove the deprecated components: - recipes-apis : all agl-service-* - recipes-demos: all demo apps but homescreen - non-essential configurations Todo: We need to bring-back the html5 image in a follow-up w/o ties into the old framework. v2: kept WAM + Chromium recipes for reference v3: rebased Bug-AGL: SPEC-4121 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I58075f5f1e477106a1aad3d2171a0904bf0cb16e
2021-08-20Convert to new override syntaxScott Murray1-2/+2
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
2019-12-04Move packages from agl-core to agl-iviRonan Le Martret1-0/+5
Bug-AGL: SPEC-2500 v2: rename packagegroup-agl-ivi-navigation, remove duplicate Change-Id: I4bbd4474768a84291e94877f3a6b5b4d5a3edc58 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-10Revert "packagegroup: connectivity: add neard nfc tools package"Matt Ranostay1-1/+0
This reverts commit 09fef5b7ae3f4d65fa8b6399207319a7407a1d4a. Bug-AGL: SPEC-1544 Change-Id: I5ea4a532ac42b05ecd572dfa0040ffeccdede0e7 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-10Revert "packagegroup: connectivity: add neardal-tools package"Matt Ranostay1-1/+0
This reverts commit c1ad9f55f68dfdee3c45aa7e8f79d3d02aab6bb5. Bug-AGL: SPEC-1544 Change-Id: Ied6f58988e7e46480ac7880a7a74517d60c9ce10 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-06packagegroup: connectivity: add neardal-tools packageMatt Ranostay1-0/+1
To allow easier access to the neard DBUS API include the neardal demo utilities. Bug-AGL: SPEC-1544 Change-Id: I2bf1ba3175470fc0f8730d1488c1b43b9b9dbbf8 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-04packagegroup: connectivity: add neard nfc tools packageMatt Ranostay1-0/+1
Add neard package which brings in important userspace daemons + tools to interface to NFC devices Bug-AGL: SPEC-1554 Change-Id: I9ec1d703098b0a974314db38b67c0d4e7e948342 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-06-053rd part of the layer/profile rework [2/2]Jan-Simon Möller1-0/+15
This is the last part of the layer rework series. Notable changes are: - move demo specific recipes to the demo (dlt, web-runtime mocca-usb) - wayland-ivi-extension moved to the meta-agl-demo layer for now. - web-runtime moved here (from appfw layer to allow console-only builds with appfw) - adapted packagegroups and agl-features v2: squashed with commit on sandbox to form single commit (tnx, Scott) v3: inclusion of old packagegroup-agl-image-ivi (TODO: refactor and include in profile packagegroups. Tnx, Stephane) v4: base packagegroup-agl-demo-platform on packagegroup-agl-profile-graphical-qt5 v5: fix MOST_DRIVERS_append (disable due to FTBS) v6: re-add RDEPENDS for virtual/pulseaudio-config Bug-AGL: SPEC-145 Bug-AGL: SPEC-1422 Change-Id: I20bd5b9a957ea54a7ecd08bd4f8b99a32266c9c8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>