summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14html5-dashboard: create recipe and add to html5 demoicefish_9.0.0icefish/9.0.09.0.0Lorenzo Tilve2-0/+26
Bug-AGL: SPEC-3151 Change-Id: Iee5fcba63de56f7d326a9015902f63e4d48632bf Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> (cherry picked from commit 2e014bfbd0757f2e35559543ba78d95cbc88b2c5)
2020-02-14html5-mediaplayer: create recipe and add to html5 demoLorenzo Tilve2-0/+26
Bug-AGL: SPEC-3152 Change-Id: I70ada4d6cf6da76b03bca7c2d8905f364b8a460f Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> (cherry picked from commit 5000d2e090cc2c8df74a7a96804882e8e74d9bdf)
2020-02-14html5-homescreen: create recipe and add to html5 demoLorenzo Tilve2-0/+26
Bug-AGL: SPEC-2401 Change-Id: I6bcc182f856fa56d76152e28a0ee96d74ff7b555 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
2020-02-11html5-mixer: create recipe and add to html5 demoLorenzo Tilve2-0/+26
Bug-AGL: SPEC-2824 Change-Id: Icc15a48d2a78dfdd57bf60f050ec0b66c714aefa Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> (cherry picked from commit 383abf8322acf90fbb56551eb8eefaef1854d8d4)
2020-02-11html5-settings: create recipe and add to html5 demoLorenzo Tilve2-0/+26
Bug-AGL: SPEC-2823 Change-Id: Ia58ae3d871b1f5119daf60ea08378aba6fc75046 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
2020-02-11Add defaultbranch=icefish to gitreview fileJan-Simon Moeller1-0/+1
Update .gitreview to have the defaultbranch= tag. This simplifies changing the branches. . Change-Id: I3c19d53f4dd2c893c2fbc359ac55f76410ea490c Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2020-02-06cluster-demo-support: add recipe for cluster-demo-simulatorJan-Simon Moeller4-0/+426
The cluster-demo-simulator is a small python script that sends can messages to simulate speed and rpm. It has support for steering wheel events. Bug-AGL: SPEC-3090 . Change-Id: I45bf259c984c59912a674a57ccc642a1917a3209 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> (cherry picked from commit b0620c288705d14aadb9cdd95e47b8b22dc7662a)
2020-01-21Add agl-service-can-high-level-viwiicefish_8.99.5icefish/8.99.58.99.5Scott Murray3-3/+20
Add agl-service-can-high-level-viwi recipe to replace the high-level-viwi-service one from meta-agl (which will later be removed), and update packagegroup-agl-ivi-services to use it. Also remove high-level-viwi-service and agl-service-signal-composer from the AGL_APPS list in packagegroup-agl-demo-platform, as they are already pulled in via packagegroup-agl-ivi-services. Bug-AGL: SPEC-3113 Change-Id: I4ceab8b5ab1a4653f59749317d1a72c31652ca54 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2020-01-20alexa-viewer: add recipe and conditionally add to demo imageScott Murray2-0/+34
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>
2020-01-14hvac: add libqtappfw to buildtime DEPENDSMatt Ranostay1-1/+3
Bug-AGL: SPEC-2984 Change-Id: Ie839c03c99dd5bfeb47efd31d559855e454031cc Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-12-30Add qt-qrcode recipe for use in settings appScott Murray3-3/+204
Add a recipe for the qt-qrcode libqrencode wrapper library to allow using it to display QR codes in the settings app, and update the settings app dependencies to add it as a dependency. As cleanup, the qtwebsockets dependency has been dropped from settings since it no longer requires it. Bug-AGL: SPEC-2981 Change-Id: Ia0d40ea1151765fa967457bf2ab6624dc7bc259d Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-30Add demo low-can device mappingScott Murray4-1/+30
Rework the agl-demo-preload feature to specify a new demo-specific PREFERRED_RPROVIDER for the new virtual/low-can-dev-mapping virtual package. This enables using the sllin0 interface on the CES demo setup as the low-speed interface. Bug-AGL: SPEC-3076 Change-Id: I872137d8acb1f5ec5df9eac92f25953b28128b36 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-29Remove libqtappfw recipeScott Murray1-20/+0
Remove libqtappfw recipe, as it has been migrated to meta-agl to make it available for other images that use meta-agl-profile-graphical-qt5. Bug-AGL: SPEC-3045 Change-Id: I7e6a284bad3f87bb862a4e8a3554b3720d2f8f48 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-29Add virtual sllin support and LIN bridging to CAN for demosScott Murray7-8/+76
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-19Remove unneeded recipeicefish_8.99.4icefish/8.99.48.99.4Jan-Simon Möller1-19/+0
This removes a warning. Change-Id: I7054d7770531577be6b7e609369a684b9d5fe716 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-12-18Update libqtappfw SRCREV after changes to support voice settings uiJan-Simon Möller1-1/+1
We include these: 72eb23f fix parsing for all events, overloading for specific needs 21bba7d fix parsing event payload in presence of '\n' chars, and include signal emit for voice status and cbl changes. 9f3896c voice: register for all vshl events on start up 0ff12f7 voice: remove vshl-capabilities dependencies c4e2933 Add steering wheel events d56ec00 Add units and timestamp to signal-composer signal 3cd5fe3 Add initial signal-composer support 16c4429 voice: add status events to VshlCoreVoiceMessages Bug-AGL: SPEC-3060 . Change-Id: If2a5ba6292de4d7a833d4e67e651a4ad32a3849e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-12-16html5-hvac: create recipe and add to html5 demoJacobo Aragunde Pérez2-0/+26
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 Moeller9-1/+136
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 Murray2-3/+3
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-12agl-demo-platform-crosssdk: add gcc-sanitizer to TOOLCHAIN_TARGET_TASKMatt Ranostay1-0/+5
Add gcc-sanitizers package to TOOLCHAIN_TARGET_TASK which allows linking of libasan for detecting use-after-free and other memory corruption issue in built applications/libraries. Bug-AGL: SPEC-3040 Change-Id: Idad618e2bd0e9fa98baa9a3befc694c5bddeb711 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-12-11dashboard: update dependenciesScott Murray1-1/+6
Add libqtappfw to DEPENDS for dashboard app for signal composer event support, and to RDEPENDS as well as new runtime dependency agl-service-signal-composer. Bug-AGL: SPEC-3042 Change-Id: I955f821798d85fbb0f9265ee55b81ff0bd7db620 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-09agl-demo-platform-html5: Create new imageJacobo Aragunde Pérez2-0/+40
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-04libqtappfw: update SRCREVicefish_8.99.2icefish/8.99.28.99.2Raquel Medina1-1/+1
da09164 voice: add initial support for voice agents configuration Bug-AGL: SPEC-2981 Change-Id: Id491edc34010e8711385d85b4199e3203a0fc0b6 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
2019-12-04Move packages from agl-core to agl-iviRonan Le Martret5-7/+56
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-19docs: Update descriptions of agl-sota.icefish_8.99.1icefish/8.99.18.99.1Patrick Vacek2-19/+28
Corrected the layers required for the agl-sota feature. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> Change-Id: I5a464fe600e9502348cbaf3d314a69fbf10358ce
2019-11-19navigation: remove deprecated packageMatt Ranostay10-318/+0
navigation is no longer used, and will not work with agl-service-navigation rewrite so must be removed. Bug-AGL: SPEC-2880 Change-Id: Ifbd96abfba2c46b1b20180ca86d5fcef2b1d5aae Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-19libnaviapi-agl: remove deprecated packageMatt Ranostay1-18/+0
agl-service-navigation rewrite no longer has a interface library. For interfacing to clients this has been moved to libqtappfw Bug-AGL: SPEC-2880 Change-Id: I286020ddb0fa26ecb286c1f3682841b40683e418 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-19mapviewer: remove recipe due to package being deprecatedMatt Ranostay5-129/+0
mapviewer is no longer used, and will not work with agl-service-navigation rewrite so must be removed. Bug-AGL: SPEC-2880 Change-Id: Ia3a60200ba78be689874c99b18c2b5b329c39a45 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-19ondemandnavi: remove org.agl.naviapi.conf from recipeMatt Ranostay2-23/+1
agl-service-navigation uses the afb framework and application doesn't need DBus access anymore. Bug-AGL: SPEC-2880 Change-Id: Ie381eff74cc4f053a02fe4e56f9fadc3cf191235 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-19Add missing dependency to libqtappfwJan-Simon Möller0-0/+0
The ondemandnavi recipe needs the libqtappfw dependency now. Bug-AGL: SPEC-2880 . Change-Id: I4347e0e7b7552cb9f1a1a14bab46cc5817d36ed2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-11-13unicens-configuration: updated driver configTobias Jahnke1-50/+9
- adopt driver configuration to provide 2 'mono' ALSA capture devices Bug-AGL: SPEC-2953 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> Change-Id: Iff5138828dd192cd9370b2ac1ab17c7fc3db208b
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-11-12poiapp: remove libnaviapi-agl dependencyMatt Ranostay1-1/+1
Bug-AGL: SPEC-2880 Change-Id: If8480e919ac129249d4e1ca20d30477541fc3424 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-12ondemandnavi: add libqtappfw to DEPENDSMatt Ranostay1-0/+1
Bug-AGL: SPEC-28800 Change-Id: I901064e402e010805c1abfdff06f1c8352a1cdd1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-11libqtappfw: update SRCREVMatt Ranostay1-1/+1
af3cbe9 libqtappfw: add initial navigation support 94b4633 libqtappfw: add Qt5Qml to qtappfw.pc.in b8c33e1 Merge "mediaplayer: clear metadata in consumer UI on media removal" 5d2e0d0 mediaplayer: clear metadata in consumer UI on media removal Bug-AGL: SPEC-2880 Change-Id: I449d5cdc573d303b466bea41fa2de3954c0a42ad Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-11tbtnavi: add libqtapp + agl-service-navigation dependenciesMatt Ranostay1-0/+3
Bug-AGL: SPEC-2880 Change-Id: I78d00e0e2646c9c226173ef3df783f99c6e9d64e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-11poiapp: add libqtappfw to RDEPENDSMatt Ranostay1-1/+2
Add libqtappfw to RDEPENDS for future interface between navigation service rewrite and application. Bug-AGL: SPEC-2880 Change-Id: I2a62f4c08b90133c7eda5e0c2b902221b9bf1941 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-07ondemandnavi: correct typo in naviconfig.iniMatt Ranostay1-1/+1
Bug-AGL: SPEC-2933 Change-Id: Ie6807350306f48a5ffabc3230ae35ada5ceaaa3f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-06agl-demo: add agl-speech-framework as a dependencyScott Murray1-1/+1
Add agl-speech-framework as a dependency of agl-demo now that agl-service-voice-high is not dependent on the Alexa voiceagent. This will enable having the homescreen application dynamically displaying a push to talk button when a voiceagent is available. Bug-AGL: SPEC-2858 Change-Id: I6249b4538661bcc8f76a9472f563c03f047cefc1 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-11-06Update LIN demo to use lin-configScott Murray6-11/+47
Changes include: - Add patch to fix lin-config recipe build QA error. - Tweak lin-config recipe to install lin_config as executable. - Rework sllin-demo systemd unit and start_lin_demo.sh script to use lin_config with an appropriate configuration file that enables polling of the steering wheel adapter instead of just using ldattach. Bug-AGL: SPEC-2918 Change-Id: I3258b7e34cecbbb1cfb93ea6f63a44f0bbb2c06f Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-10-23ondemandnavi: add libqtappfw to RDEPENDSMatt Ranostay1-0/+1
Add libqtappfw to RDEPENDS for future interface between navigation service rewrite and application. Bug-AGL: SPEC-2880 Change-Id: I88d9bd225ce8c1ed36ebce0d4855498406cbf0fd 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-23Add lin-config tool to facilitate pollingJan-Simon Möller2-0/+60
This tool allows to setup the BCM in the linux kernel to poll the lin bus. This is needed to query the steering wheel. Bug-AGL: SPEC-2918 . Change-Id: I4887c0d179b4e93aa7bae6406057a8bd8ba79999 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-10-21ondemandnavi-config: update default Mapbox styleScott Murray1-1/+1
Update the default Mapbox style to the value referenced in both the naviconfig.ini reading code and previously hard-coded in tbtnavi. Both ondemandnavi and tbtnavi should end up with the same style if using Mapbox, dependent on related ondemandnavi changes. Bug-AGL: SPEC-2913, SPEC-2916 Change-Id: I7951831fe760bb61d3c3e398e2679f697a4d1800 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-10-21Add tbtnavi cluster navigation applicationScott Murray2-4/+36
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-21agl-demo-platform-crosssdk: add libstdc++-staticdevScott Murray1-0/+5
Add libstdc++-staticdev to target toolchain to support building agl-service-voice-high or other users of the C++17 filesystem standard library feature. This can be removed upon upgrade to gcc 9.x, as it will no longer be necessary. Bug-AGL: SPEC-2856, SPEC-2857 Change-Id: Ifd50d4e9960fe0bede887317116e6587eca5eb3d Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-10-17navigation: remove execute bits in repoMatt Ranostay7-0/+0
Remove execute bits on recipe files, and scripts that have respective modes set in do_install() task. Bug-AGL: SPEC-2880 Change-Id: Ib7557010b9ad2afbf3186a2955ac03cd2c87e9e3 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-16agl-demo-platform-crosssdk: add nlohmann-jsonScott Murray1-0/+6
Add nlohmann-json to target toolchain to support building the speech services. This is required until either the agl-speech-framework feature is added as a dependency of agl-demo, or the speech services are migrated into the core profile. Bug-AGL: SPEC-2856, SPEC-2857 Change-Id: I67fe96a73f5cccc8c2dbf2642041f2b64802c512 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>