aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-28Bug Fix: POI app is not workingdabNaoto Yamaguchi1-2/+2
The authentication method of Yelp Web API used by POI App has been changed. This patch is to change the POI App corresponding to the new authentication method. This fix makes POI App work again. Backport from eel/master. Bug-AGL: SPEC-1442 Change-Id: Ifd76514e320940c50de64fd51e16182e239cd4d5 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-10-05Update SRCREVs for 4.0.2 releasedab_4.0.3dab_4.0.2dab/4.0.3dab/4.0.24.0.34.0.2Jan-Simon Möller7-7/+7
Change-Id: I96514cd39f04a0771414ef90e1bcdda045cd0f25 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-10-05Add missing qtcharts Qt5 module in AGL demoMark Farrugia1-0/+1
This is needed for building applications which utilize the Qt5Charts module. Bug-AGL: SPEC-929 Change-Id: Ife36723900f1e8a846424f3bf4f06cccd3f1bc1b Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
2017-10-03Add kernel-devsrc to AGL demo platform SDKMark Farrugia1-1/+1
This enables out-of-tree development of kernel code (such as kernel modules). This is present in the core-image-weston SDK, but not this one. Bug-AGL: SPEC-928 Change-Id: I8c6fb8aae43d8bd0c2eff5e8dcd934f93691965d Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
2017-09-28most.bbappend: Fix for Renesas Porter boardLeon Anavi1-0/+3
Do not apply 0002-most-pass-parent-devcie-to-snd_card_new.patch while buidling MOST driver for Renesas Porter board. Bug-AGL: SPEC-917 Change-Id: I0e3b09ef522721ea1d4e5b3cf7224f59958b3d48 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2017-09-28mapview: It should be run user service instead of systemHarunobu Kurokawa2-4/+6
Change-Id: I65dd87561b80765ae2bbff5fc7f903ffe27394a8 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-09-26recipes-kernel: most: add most.bbappend fileChristian Gromm6-0/+278
This patch adds a patch queue to eliminate problems DMA coherent memory allocation on aarch64 architecture, prevents the driver from printing warning, due to bad video driver capabilities and passes a valid parent device to the sound subsystem when registering a new sound card. --- v2 (jsmoeller): use _append everywhere v3 (christian gromm): fix path in patch files Change-Id: Idceefee7855445481eeb4940d5c5f632e27feb73 Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-07Make sure app recipes use the release versionsdab_4.0.1dab/4.0.14.0.1Jan-Simon Möller21-11/+59
This change uses refs/tags/${DISTRO_BRANCH_VERSION_TAG} to make sure we end up with the tagged sources of the 4.0.1 release. The plain SRCREV is in sync and there as reference. Change-Id: I5427216eaeb044316d8b1b4e3c37c36dfcc10d01 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-06Fix: gulp dep and compilation failedRomain Forlot1-1/+1
Change-Id: I5823348ada9eb9fad99eb02bfd805598a7d0b70f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-31Fix dependency issue of weston for m3ulcbTadao Tanikawa1-0/+2
There is missing dependency to gstreamer for weston on which the gst-recorder pathces applied. This sometimes caused error while configuration to build. Bug-AGL: SPEC-788 Change-Id: I602185e95e8085ceccfb3259534b88a72fcfc5bf Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-08-30Integration Low CAN demo and High Lvl ViWi.Romain Forlot3-0/+40
This integration use non automatic post installation at first boot on a board. Change-Id: I0f080c72ec98b9280256de20a45aa847714bebf0 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-11navigation: fixing navigation packaging methodsNaoto Yamaguchi1-24/+2
With this fix, the navigation build method will be compatible with the SDK. This patch contains the workaround of the problem discussed in SPEC-384. Change-Id: I05b1b6b271892584e0a1f3b7db86f9c985cb529a Bug-AGL: SPEC-384 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-07-29Hotfix : Correct navigation dependencyNaoto Yamaguchi2-1/+5
Currently, the dependency of navigation is broken. libdbusC++ is not installed. We will implement provisional response for DD. Change-Id: If29fffdd2279ccbe852632b3495cf9a951e46874 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-07-27mediaplayer: update SRCREV for dab releasedab_4.0.0dab/4.0.04.0.0Matt Ranostay1-1/+1
Change-Id: I222ecf18f6e0c492261b95789b222112315b11f3 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-07-27agl-service-bluetooth: update SRCREV for dab releaseMatt Ranostay1-1/+1
Change-Id: If4515d964e2b2fba3d58c04c39c42b37ce35a0af Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-07-27Bump homescreen to tip of dab branchJan-Simon Möller1-1/+1
This pulls-in this commit: HomeScreen used to pass numeric id to WindowManager at application startup. This change add 1 more parameter (string id). This is necessary for WindowManager to allow some applications to run background, related to https://gerrit.automotivelinux.org/gerrit/#/c/9827/ Bug-AGL: SPEC-395 Change-Id: Icb9788ff956dec8e57ee65291a6c1210adeba14c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-27Bump windowmanager to tip of dab branchJan-Simon Möller1-1/+1
Includes commit from Bug-AGL: SPEC-745 Bug-AGL: SPEC-395 Change-Id: I906ef16f8db8184c36cba212eb546e2389861a0b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-27Temporarily fix the navigation app until SPEC-384 and SPEC-785 are fixedJan-Simon Möller1-0/+8
The navigation app is not fully converted to a wgt as it expects to ship a platform library instead of containing all parts in the wgt. For now (due to the short time until the dab release) mitigate the issue by allowing the platform install. Change-Id: Ic9430c56cf459be2c466e186320bc97cdc8d628d Bug-AGL: SPEC-384 SPEC-785 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-26qtbase-native: backport qdbuscpp2xml segfault fixMartin Kelly1-0/+3
Backport this patch: https://github.com/meta-qt5/meta-qt5/commit/bf7cdd963008f2d61bc4c324fff2bfafe511fb5f Which causes the build to fail on recent Qt versions (e.g. the version present in Debian Stretch, but not that in Debian Jessie). BUG-AGL: SPEC-783 Change-Id: I6395408635684920d3dcfefb71fc51c35a5a8e3f Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-07-26Update version infomation in setting app to Daring DabHarunobu Kurokawa1-1/+1
Bug-AGL: SPEC-656 Change-Id: I525ef1ca4591609bf6579103e767b624fa8af110 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-07-25Restrict addition of low-level-can-service to m3ulcb qemux86-64 and ↵Jan-Simon Möller1-1/+4
intel-corei7-64 Not all boards use a kernel >= 4.8 . This service binding needs features introduced in Kernel 4.8 . Thus restrict it to m3 and x86-64 for now. Other targets can added later. Bug-AGL: SPEC-772 Change-Id: I03acdc11e40497d8b8bda702b6e556f234af9ff6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-18Integration by default of low lvl CAN servicedab_3.99.3dab/3.99.33.99.3Romain Forlot1-0/+9
Bug-AGL: SPEC-428 Change-Id: I8b88706ef2dc2619fe39ee991e2b1f0dc70e1b79 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-12module-router: update SRCREV to include empty proplist description fixMatt Porter1-1/+1
https://github.com/tisogai/module-router/commit/8104a3174e6f54ace53066ab1797d9b9bd2bdf63 fixes a race condition that results in an AudioManager crash. Bug-AGL: SPEC-660 Change-Id: I59897eeda05bc6be8e9664d9d5b895fad9a3bece Signed-off-by: Matt Porter <mporter@konsulko.com> (cherry picked from commit 2236dc42b7824a5aa0c6841d38500c0ef76512b5)
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-07-07Remove old radio pluginsScott Murray2-68/+0
The radio functionality is now contained in the binding, remove the unused QtMultimedia plugins. Change-Id: I262f63af646b92a6f04ecf238274b5137e9fbf41 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-07-07agl-service-bluetooth: ask to run by default at startJosé Bollo1-1/+1
Change-Id: Ia0f5adf9f455b1dc651f0cc11c6074e5d5f8a28e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-07-07wifi and bluetooth bindingsJosé Bollo2-2/+2
Use config.xml files with permission to be not listed as an application. Bug-AGL: SPEC-719 Change-Id: Ieb50580b558cb190b3ced767deae9cbde6e06b51 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-07-07Add mapviewer app to use cluster demo for R-Car M3Harunobu Kurokawa1-5/+1
Change-Id: Id3b4ddaeba650e15be87de7bf9fdca20335d9464 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-07-06weston.ini: Add virtual display and record for CES2017 demoHarunobu Kurokawa1-0/+25
In order to support IVI-Cluster demo, set virtual display and gst-recorder parameter in weston.ini. v2: If you want to use virtual output system, set "virtual-display" in DISTRO_FEATURES. Then the sample value is enabled. If you want to use transfer system to multi ECU via H.264, set "gst-record" in DISTRO_FEATURES. Note: These system are supported in R-Car M3 only. Change-Id: Ia782d3bc7079c38f30be52c1f6f152d55e1d2e17 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-07-04Add mp3 support in lightmediascanner for AGL demoTadao Tanikawa1-0/+2
Supporting 'mp3' scan of LMS is dropped by PACKAGECONFIG in meta-agl. (It is supported in meta-openembedded by default.) When displaying AGL demonstration, supporting MP3 is preferable. Change-Id: I3f95cafbb9ca2d8334442fb04a659934e6b4430e Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-07-01Bump settings app SRCREVdab_3.99.2dab/3.99.23.99.2Jan-Simon Möller1-1/+1
Change-Id: I2ebefd2913dca6f0e362aab6d066cf4447d1951b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-01Fix agl-service-bluetooth and agl-service-wifi recipe dependencies and lock ↵Jan-Simon Möller2-4/+10
version for dab Change-Id: I8f672154c5d4c8df5fe7912fff189b93d50606aa Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-06-30settings: add service bindings to RDEPENDSMatt Ranostay1-0/+5
Add bluetooth and wifi services to the settings package RDEPENDS Bug-AGL: SPEC-661 SPEC-715 Change-Id: I4cf3cd14cabda38a32ca8fe4da97b8e747f9a1d9 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit a951b829de2db2b5787fbf02bdbeef83a70459f1)
2017-06-30agl-service-wifi: add new system wide wifi serviceMatt Ranostay1-0/+15
Add agl-service-wifi recipe for the recently split out wifi binding Change-Id: Ic9b61df2e69d888679c2d57b0b6f3d4469d00b91 Bug-AGL: SPEC-661 SPEC-715 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit 5c22932047c35bd012c71904c7aa4650b66503cc)
2017-06-30agl-service-bluetooth: add new system wide bluetooth serviceMatt Ranostay1-0/+15
Add agl-service-bluetooth recipe for the recently split out bluetooth binding Change-Id: Id90f9a8d8623927897c9efa3236465c50a7932ed Bug-AGL: SPEC-661 SPEC-715 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit 24f0f703e8e68a0e146ecb610c27918abfedd814)
2017-06-28disable module-role-cork by defaultMatt Porter2-0/+31
module-role-cork's hardcoded corking policy can conflict with the configurable policy management that is part of module-router and AudioManager. Since module-router/AM are enabled by default in demo builds, we must also disable module-role-cork to avoid conflicting corking policies. Bug-AGL: SPEC-710 Change-Id: I55442b5c11e711783fb4f890d1f26227c295d122 Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-06-26Pin recipes for DD rc2Jan-Simon Möller19-51/+47
Change-Id: I8a912b288ad3eaf955c5a775b1d41a0ad5159521 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-06-24Add .gitreview for dabJan-Simon Möller1-0/+1
Change-Id: Ibeec14f256543ad4332cf2893a5c99e5ae1bdc68 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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-06-15weston: Fix gst-record uses MONOTONIC time for IVI-Cluster systemHarunobu Kurokawa2-0/+65
gst-record plugin uses gettimeofday to adapt gst buffer duration. When WLAN network access internet, system timer is changed by NTP, then the gst plugin system stopped. This patch change to use MONOTONIC timer to detect buffer time frame. -- The patch is same as https://gerrit.automotivelinux.org/gerrit/#/c/9417/ Change-Id: I2761b0f9dc3bed58d8556966acc54f9dc13d0556 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-06-15Add gst-recorder implementationDamian Hobson-Garcia5-0/+4906
Adapted from the Gen2 implementation to work on Gen3. Bug-AGL: SPEC-559 Change-Id: I8ec71354b0dee04277c6bf74c62956280b84b4fb Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp> Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-06-15Add lightmediascanner to RDEPENDS for mediaplayerJan-Simon Möller1-1/+1
The dependency is at runtime through dbus. Related but not solving SPEC-657 . It was solved in c9793 I7935fe12289fb2585c95df5f207bd447c8aafd6b Change-Id: I9770f8bfef85b8e9e5ab60f4dbb0969bf8f5bf48 Bug-AGL: SPEC-657 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-06-12fix MOST driver dependency issuesChristian Gromm12-207/+39
This patch adds a new "most" receipe for building the MOST driver. The receipe replaces the old ones, as it builds all modules at once. Hence, the receipes aim*, hdm* and mostcore are removed. Additionally, the *.bb file for the demo platform is modified to reflect these changes. This patch is needed to avoid dependency issues among the modules of the driver stack. Although, the problem has been reported with SPEC 438 and a patch set to fix it has been introduced with Change #8447, it is still present on RaspberryPi. Change-Id: Id6104ee6d9bf1b7d9744761a6529461176fdd8b2 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-06-08phone: Depends on homescreenLeon Anavi1-1/+1
Homescreen is required for building tests in phone therefore it has been added as a dependency to avoid build errors such as: Project ERROR: homescreen development package not found AGL-Bug: SPEC-653 Change-Id: I644169526133418b86906c3c02438508034a3ee2 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2017-05-30openivi-html5: Fix visibility issuesLeon Anavi3-15/+15
Change the systemd service to user unit, add dependencies, update the bash script for launching openivi-html5 and fix the visibility issue to prevent blank screen at startup. AGL-Bug: SPEC-629 Change-Id: Ibc64088a39a1d7cc2899cb0ff43e8312cde95bc8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2017-05-29Unpin after Daring Dab RC1Jan-Simon Moeller26-27/+0
Revert "Add a bbappend with pinnning for all packages with AUTOREV" This reverts commit 87ec15b961e9502b7741d51503d5c77563b1c45a. Change-Id: I35c74ad137217a9e8833baab8de9964de63ac61c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-25Add a bbappend with pinnning for all packages with AUTOREVdab_3.99.1dab/3.99.13.99.1Jan-Simon Möller26-0/+27
This pins all packages using AUTOREV to DISTRO_BRANCH_VERSION_TAG Change-Id: Id8aa34a9115cd6659ce1c154d78197229d3c036f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-25radio: update recipe for switch to radio bindingScott Murray1-8/+4
Building the radio application has some different dependencies with the switch to using a binding instead of qtmultimedia. Update DEPENDS and RDEPENDS to reflect the changes. Bug-AGL: SPEC-581 Change-Id: I610b580f54d4348cd27ada3eaee4711f02d94df6 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-05-24Add audio management between Media Player and Radio.Toshiaki Isogai4-4/+33
This patch enables loading router-module by default to manage audio routing when both Media Player and Radio start playing. Latter audio source selected by user enforces existing one corked. Detail in below. https://jira.automotivelinux.org/browse/SPEC-378 Bug-AGL: SPEC-606 Change-Id: I407924b1346f95573596434ba9b17c732cae5146 Signed-off-by: Toshiaki Isogai <isogai.toshiaki@nttd-mse.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-05-24homescreen: add pulseaudio dependencyMatt Porter1-1/+1
Add pulseaudio to DEPENDS now that homescreen has added support for the master volume control that uses pulseaudio AGL-Bug: SPEC-618 Change-Id: I0519dc96b45a5c844d0682a1a14c49df25ce87e5 Reported-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Matt Porter <mporter@konsulko.com>