summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups
AgeCommit message (Collapse)AuthorFilesLines
2020-01-20alexa-viewer: add recipe and conditionally add to demo imageScott Murray1-0/+1
Add recipe for demo voice capabilities GUI metadata event viewer for Alexa voiceagent, and conditionally add it to the list of applications in packagegroup-agl-demo-platform based on the agl-voiceagent-alexa feature being present in IMAGE_FEATURES. Bug-AGL: SPEC-3110 Change-Id: I7b84ace51430937dbcb35f4773b06290039a19bd Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-29Add virtual sllin support and LIN bridging to CAN for demosScott Murray2-4/+9
To enable seeing the steering wheel LIN messages on the cluster board for the planned CES demo, a systemd unit that wraps the use of candump in bridging mode is added when the agl-cluster-support feature is enabled. To make sure that the sllin0 interface is always available for testing without the specific demo LIN hardware, a vcan interface is set up as sllin0 when the ttyUSB0 device representing the serial adapter for the LIN transceiver is not present. Since this virtual sllin0 interface is very useful for general testing of the steering wheel event support up through the low-can and signal-composer stack, it has not been hidden behind agl-cluster-demo-support. Bug-AGL: SPEC-3049 Change-Id: Idb478e3fe4085859e8704ab0329a341b1a11e0ef Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-16html5-hvac: create recipe and add to html5 demoJacobo Aragunde Pérez1-0/+1
Bug-AGL: SPEC-2645 Change-Id: Ie4394528f8e960b5a018097a55942865ea5f4554 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2019-12-14Add udev rules and scripts for demo platform configurationicefish_8.99.3icefish/8.99.38.99.3Jan-Simon Moeller1-1/+10
Add recipes for udev rules and associated scripts 1) Support USB attached I2C devices for RTC and HVAC LED support. The RTC support loads and configures the required rtc-ds1307 driver, and sets the time from the RTC clock. The HVAC LED support configures the LED device names for use by the HVAC binding. The new demo-i2c-udev-conf recipe is added to DEMO_PLATFORM_CONF variable in packagegroup-agl-demo-platform to have them added to the agl-demo-platform image. Since they use udev rules to detect the corresponding hardware, this should be safe for all platforms. Change-Id: Id08571b43c7ae9275496980e0a5568e145a1f653 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2019-12-12Disable Kingfisher onboard Bluetooth when using h3ulcbScott Murray1-2/+2
Extend the current default disabling of the Kingfisher onboard Bluetooth when using m3ulcb to include h3ulcb as well. Bug-AGL: SPEC-3043 Change-Id: I85aff38424cd00781bb1e3c0ccbb28117fe0aa9e Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-09agl-demo-platform-html5: Create new imageJacobo Aragunde Pérez1-0/+26
Add new image called agl-demo-platform-html5, which contains the web application runtime and HTML demo apps. Currently, only the HTML launcher is available, but more will be published. Bug-AGL: SPEC-2322 Change-Id: I4628d1be18f64b7eaf4a0882a13bd1d680426516 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2019-12-09agl-demo-platform: refactor packagegroupsJacobo Aragunde Pérez2-50/+49
Move Qt-specific packages to packagegroup-agl-demo-platform, and non-specific to packagegroup-agl-demo. The goal is to be able to reuse packagegroup-agl-demo in an HTML5-only demo image. Bug-AGL: SPEC-2322 Change-Id: I9e3e34a1b224e10915b6e3d8dae90d50d8c6c806 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2019-12-04Move packages from agl-core to agl-iviRonan Le Martret4-7/+54
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>
2019-11-12packagegroups: remove libnaviapi-agl packageMatt Ranostay1-5/+0
libnaviapi-agl no longer exists since agl-service-navigation rewrite so remove it. Bug-AGL: SPEC-2880 Change-Id: I0ebf10c526bf28c16e77a5ef95bbfcf02cc6546d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-23Install a full unzip for images with agl-develJan-Simon Möller1-0/+1
This avoids an issue with the busybox unzip throwing a CRC error. We don't need unzip for normal operation, so only add it for agl-devel. Bug-AGL: SPEC-2920 . Change-Id: Ic6c998ba1a8e30467cda1c19bff7c12558c40017 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-10-21Add tbtnavi cluster navigation applicationScott Murray1-4/+3
Add recipe for tbtnavi turn by turn navigation application for use on cluster remote display, and update packagegroup-agl-demo-platform to pull it in when PREFERRED_RPROVIDER_virtual/navigation is ondemandnavi (the default) and the agl-cluster-demo-support feature is enabled. Bug-AGL: SPEC-2913 Change-Id: I0280fe3a2fbd3ff58a028232560b421e83baa887 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-10-09Refactor packagegroup to enable sllin on h3Jan-Simon Möller1-10/+19
Remove the restriction to only add sllin on m3 as we're moving to the h3 in the demo. v2: make the settings adjustable in local.conf and remove comment. Bug-AGL: SPEC-2826 Change-Id: I09ea14934e3714daba6e94c81902453872ce1aa9 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-10-04packagegroups: add messaging application to AGL_APPSMatt Ranostay1-0/+1
Enable messaging application within the AGL Demo UI Bug-AGL: SPEC-2566 Change-Id: Ide080523664af98af2241642841144989ff7a529 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-17packagegroups: move noto-emoji to TTF_FONTS defineMatt Ranostay2-1/+1
Move noto-emoji from packagegroup-agl-ivi-graphics.bb to TTF_FONTS in packagegroup-agl-demo.bb Bug-AGL: SPEC-2701 Change-Id: I3b0eeb0caea288229caacbcaf2b52369ac8dde8d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-02Update demo features for switch to ondemandnaviScott Murray1-6/+11
The ondemandnavi navigation application does not work with the mapviewer cluster demo application, so update the logic to handle the agl-cluster-demo-support feature in packagegroup-agl-demo-platform to not pull it in when using ondemandnavi as the virtual/navigation provider. Since the plan is to replace mapviewer with an equivalent QtLocation based map streamer for the cluster demo, the mapviewer-demo recipe has also been replaced with a more generically named cluster-demo-network-config recipe. Additionally, the agl-demo-preload feature logic has been tweaked to not pull in the map package for the old navigation application when using ondemandnavi. Bug-AGL: SPEC-2576 Change-Id: I57b45ab152f9fab6cee97d570be1949136cd39eb Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-08-29packagegroups: graphics: add noto-emoji to packagegroupMatt Ranostay1-0/+1
Bug-AGL: SPEC-2701 Change-Id: I5be0a1fb5a78737090970741bf52390b4102c341 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-08-22Enable recipe for unicens-controllerTobias Jahnke1-0/+1
agl-service-unicens-controller provides a clean API to control unicens devices Bug-AGL: SPEC-2738 Change-Id: I8d5ab82a1ff45e0cffc6db3a8043767c61d04ed8 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2019-06-21Add the taskmanager app to the CES demo imageJan-Simon Möller1-0/+1
The taskmanager has been greatly improved. Add it to the demo image. Bug-AGL: SPEC-2511 Change-Id: Ic1eb64ec5c23d15e32af54d9391c9a4017a9c803 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-06-11Re-add mixer after being ready for pipewireJan-Simon Möller1-4/+1
Change-Id: I6f5469fc3c5570410dad119ed4233ab24a202db2 Bug-AGL: SPEC-2473 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-06-11Changes to support the switch to pipewireJan-Simon Möller3-14/+13
This moves all soundmanager components off into meta-agl-devel/meta-audio-soundmanager-framework . Soundmanager is not supported in HH. Furthermore, I simplified the image and packagegroup recipes. Feature templates were modified to reflect the change as well. Bug-AGL: SPEC-2473 Change-Id: I48b437fb2ed727ed362d92af56596096df62dd8d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-06-11packagegroup-agl-ivi-multimedia: update for pipewireGeorge Kiagiadakis1-1/+3
Bug-AGL: SPEC-2473 Change-Id: Ie9b1d74d1e9c427729b8a4c1d160649814ee44bb Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2019-06-11packagegroup-agl-demo: depend on pipewire if the pipewire feature is enabledGeorge Kiagiadakis1-0/+4
Bug-AGL: SPEC-2473 Change-Id: I94cd7b7c39cad87926f0f3da6f15866c85a16850 Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2019-06-07Remove switch between very old and current homescreenJan-Simon Möller1-4/+2
We are evolving the new homescreen. No need to keep the old variant. Bug-AGL: SPEC-2496 Change-Id: I314a2dbfee15ea951ee5c1006027a7d6ac8df44f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-05-31Move launcher into meta-agl-demo from meta-agl-develJan-Simon Möller1-0/+23
Part of the layer cleanup. v2: Fix - moved libhomescreen to meta-agl v3: packagegroup-hmi-framework is too broad and only applies to -demo atm, move here v4: agl-service-homescreen should go to profile-graphical Bug-AGL: SPEC-2450 Change-Id: I00f1fda64af1f9d78b82902438c26c7f9579ae53 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-12-20Disable btwilink by default on m3ulcbScott Murray1-2/+8
Testing for CES has found the wilink BT on the M3+Kingfisher somewhat unreliable. To disable it by default for now, add a demo platform configuration hook to packagegroup-agl-demo-platform and use it to pick up a modprobe configuration file to prevent btwilink from loading. This addition is specific to the m3ulcb platform, and the variable DEMO_ENABLE_BTWILINK can be used to over-ride the behavior by setting it to "true" in local.conf or site.conf. Change-Id: Ia645d9329594547f83601526e3f3fd5da5845b24 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-12-20Add agl-demo-preload featureScott Murray1-0/+5
Add a feature to preload the maps for the navigation app and the API key for the POI app. The intent is to allow building an image that works "out of the box" without manually installing things. The selection of UK or Japan maps can be controlled by setting the variable DEMO_MAPS_LOCALE to either "uk" (default) or "jp" in local.conf or site.conf. The POI API key should be set in one of those locations with the variable POIAPP_API_KEY (default value is an empty string). Change-Id: I25537935ddac740090f2121d0a83305c746185b0 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-12-10Add agl-cluster-demo-support featureScott Murray1-5/+5
Add new feature to enable support for the cluster demo. At the moment, it pulls in the agl-gstrecorder feature and enables building the required mapviewer application. Bug-AGL: SPEC-1730 Change-Id: I18c0312eefca9bb8c591e8b8a2b8113b4e94c7fc Signed-off-by: Scott Murray <scott.murray@konsulko.com> (cherry picked from commit af3ecc175fdb3cfbb7501ec5f1aad7718c08472a)
2018-11-13Finalize and automate sllin setup for LIN on demo unitJan-Simon Möller1-1/+1
Provide the systemd unit, the init script, the module options and the autoload command. Change-Id: I8dfe59338f377ca8ac1b94fe568dff9e2b36bf97 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-10-31Add package for sllin driver to imageJan-Simon Möller1-0/+1
The sllin driver is needed for the AGL demo unit to drive the actuator and fan. Change-Id: I76a8e7876148b6c2fcbc526a64a7ec132668c754 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-10-12agl-ivi-multimedia: pull virtual/pulseaudio-config conditionnalyStephane Desneux1-1/+1
packagegroup-agl-ivi-multimedia must pull virtual/pulseaudio-config only if pulseaudio DISTRO_FEATURE is set. Bug-AGL: SPEC-1601, SPEC-1802 Change-Id: I9f54eafe610d7dc2a8e24227b1f957b206f03300 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-08-01Remove porter board configRonan Le Martret1-2/+0
* porter board is not supported any more in AGL Change-Id: Ifad3f089707d772f41d0ac6916348474a284b5b9 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-07-30Unlock kernel build on dragonboard due to broken most recipeJan-Simon Möller1-0/+1
We need to check that again ... Change-Id: I4c77bd208ec53daabef09e1f8c9949baff499ed2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-30Unlock kernel build on vayu due to broken most recipeJan-Simon Möller1-0/+3
We need to check that again ... Change-Id: Icc4c22ac3ee9e3ab8747122f0e6f65f96ca232bb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-27packagegroup-agl-demo-platform: re-activate MOST drivers on demo platformChristian Gromm1-2/+1
This patch removes the BROKENonIntelQemuRpi3 append condition when adding the MOST drivers to the demo platform. We can do this, as Change-ID 14239 takes care that the necessary kernel dependent backports are applied to the driver sources. Change-Id: Icbff481c4fdff514ea0fd58cb6db99772d8d45bc Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2018-07-26Remove explicit pull of qtwebengine when agl-develJosé Bollo1-2/+1
Save time and energy. Change-Id: I450b766bf082db735dc3733b2df8ddc5279d787b Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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-07-04Revert "Add the libsocketcan and canutils userspace components"Stephane Desneux1-2/+1
This reverts commit 80c6bbcd190ac40305e0e2e83e20209f39c9dfb8. The reverted commit introduces a conflict when building for m3ulcb between can-utils and canutils. Change-Id: I97c188f0869c5816e7c378a00ac6df6424fe2d46 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-07-03Add the libsocketcan and canutils userspace componentsKhouloud Touil1-1/+2
libsocketcan and canutils userspace components are the needed tools to configure and use the CAN interfaces Change-Id: I3c17c7997b0d5701b0f916b88437047028bc9a1f Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
2018-06-28Create a virtual/mixer for the AGL mixerRonan Le Martret1-1/+1
Bug-AGL: SPEC-1520 Change-Id: I7e382d0b31dcdabb98a95d90bacf89f2ec03abe9 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-06-08meta-agl-demo: remove Mocca applicationChristian Gromm1-6/+0
This patch removes the Mocca box application and the related USB driver from the demo platform. It is needed to clean up as the Mocca box is not used anymore. Change-Id: Iebba72e773476b18974f7fff343f4e7b998090d9 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2018-06-053rd part of the layer/profile rework [2/2]Jan-Simon Möller7-30/+90
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>
2018-05-09packagegroup-agl-demo-platform: Fix WestonLeon Anavi1-0/+1
Add packagegroup-agl-image-weston to ensure that Weston will be successfully launched and the demo applications will appear with image agl-demo-platform on Raspberry Pi 3 as well as on other machines. Bug-AGL: SPEC-1427 Change-Id: Iae5ddeea612598750de565fecb0e51b79de56d57 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2018-02-16Remove the most drivers until updated for rockoJan-Simon Möller1-1/+2
The most drivers need fix for newer kernels. Disable build until fixed. Change-Id: I16b0af82bf1a7ed8b50efeb335e99ac141cf8aaf Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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>
2018-01-03Add QtAGLExtrasTadao Tanikawa1-0/+2
Qt AGLExtras module provides a set of easy to create AGL Qt application. It uses the AGL HMI and application framework, therefore the application can be easily integrated to AGL HomeScreen/WindowManager on AGL Demo Platform. Bug-AGL: SPEC-1229 Change-Id: If4b2d3087f46cef7ce61487f6f8a6acd4bbf4d98 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-19Add signal composer recipe to demo platform targetRomain Forlot1-0/+1
Bug-AGL: SPEC-1186 Change-Id: Ife32412a9ef29502dfe518674e18258e089a583f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-18Enable the AGL Navigation API library for C++Naoto Yamaguchi1-0/+6
Add AGL Navigation API library to rootfs and SDK. This change is necessary change for CES 2018 version POI App to commit in the future. Change-Id: I08996778dd858ee2d3c91e47defa1d6846c28bf9 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>