summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Add qtaglextras to dashboard dependsflounder_5.99.2flounder/5.99.25.99.2zheng_wenlong1-1/+1
By modify dashboard to use qtaglextras, need add qtaglextras to depends. [Patch Set 2] Remove libhs and qlibwm from DEPENDS. Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/15357/ Change-Id: I9c2f27b3c277c463a2b85ba157e8e70cb3d3990e Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-07-12Remove duplicate imageJan-Simon Möller1-19/+0
It was moved to meta-agl / core . Change-Id: I4144f4ad7a7c052a28c43f6dba9ab9b4bc047e5c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-11Change homescreen recipes to fit homescreen-2017zheng_wenlong2-41/+20
We copied homescreen-2017 source code to homescreen. Need change recipes for this commit. Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/15173/ Bug-AGL: SPEC-1549 Change-Id: I3455feb630b64d04c402855df0d6dce34cd62fcc Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
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 "recipes-connectivity: neardal: add recipe"Matt Ranostay4-84/+0
This reverts commit afec28613b0b0b25cdee9cccb61b384ce518d0b8. Bug-AGL: SPEC-1544 Change-Id: I476f790ec3f65ba7fe1870ed0363c81e17feaac2 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-06recipes-connectivity: neardal: add recipeOleg Zhurakivskyy4-0/+84
Bug-AGL: SPEC-1554 Link: https://patchwork.openembedded.org/patch/88673/ Change-Id: Id0287d8cd6bc75b03ec06d0445938a7c27304620 Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com> 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-29Disable the webruntimeflounder_5.99.1flounder/5.99.15.99.1Jan-Simon Möller1-1/+2
we'll use chrome. Change-Id: I84883c577c4bae7f7b33de64e9d5c42c1b9c7095 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-29mixer: use RPROVIDES instead of PROVIDES for virtual/mixerStephane Desneux1-3/+3
In packagegroup-agl-demo-platform, the package RDEPENDS on virtual/mixer so mixer should RPROVIDE virtual/mixer Also adjust revision according to master branch. Change-Id: I0633687bd684302a3dc2360c3318de19d11c400f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-28Create a virtual/mixer for the AGL mixerRonan Le Martret2-3/+3
Bug-AGL: SPEC-1520 Change-Id: I7e382d0b31dcdabb98a95d90bacf89f2ec03abe9 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-06-28mixer app: bump to latest revision when 4A is enabledStephane Desneux1-1/+5
This patch does 2 things: * pin version eel_5.0.3 when 4A is not enabled * use AGL_APP_REVISION when 4A is enabled In the second case, this will pop the following changes in mixer: * 62bb1f0 WIP version based on 4a High Level API * 2aabd6a Add some ignore in .gitignore * d192c51 Make use of afb-helpers submodule * e1fe0c6 Add special permission to the mixer * 21994ea Remove nasty hack to handle HALs * f35abba make of use of app templates to import right HALs depending on compilation options * 6bf2ccb make use of alsacore and hal bindings to control audio volume Change-Id: I5408100aacacb14fe581cf89535bf9b66de0189f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-27Add libvcard to the AGL demo SDKMatt Porter1-0/+6
libqtappfw depends on libvcard so add it to the SDK. Bug-AGL: SPEC-1436 Change-Id: I1040a38add3fc45ca801ef66485f2e24823986af Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-06-27Add libvcard to libqtappfw dependszheng_wenlong1-1/+1
These is a error when build libqtappfw for miss libvcard. Add libvcard into libqtappfw depends. Change-Id: I22078b9566d80263eac6cdfb18da8a202b41413b Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-06-26libvcard: add recipeMatt Porter1-0/+17
* Build tested for qemux86-64. Bug-AGL: SPEC-1436 Change-Id: Ic92a25846cc0e24e5ffd235961aab62efcf8d4a8 Signed-off-by: Matt Porter <mporter@konsulko.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> [Backported from meta-qt5 master-next and add ALLOW_EMPTY]] Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-06-26Add simple-id-agent for wayland-ivi-extension 2.0.2zheng_wenlong2-0/+295
Add a subdirectory id-agent-modules for simple-id-agent. And load this library in ivi-controller. These codes are copy from this commit create by Emre Ucan. This commit is from meta-agl and can not cherrypick to meta-agl-demo. So copy it and create a new patch, change a litte line number to 0002. https://gerrit.automotivelinux.org/gerrit/#/c/11991/ 0001-simple-id-agent-initial-commit.patch 0002-ivi-controller-load-id-agent-module.patch Change-Id: I5e5278c9b6b536681ba0665e8549f98d75d69245 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> Signed-off-by: Emre Ucan <eucan at de.adit-jv.com> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Signed-off-by: Tadao Tanikawa <taniakwa.tadao@jp.panasonic.com>
2018-06-18phone: add service binding RDEPENDSMatt Porter1-0/+2
Add runtime dependencies on the bluetooth and bluetooth-pbap service bindings. Bug-AGL: SPEC-1513 Change-Id: If9b3e4fb99935e37cc3255ccf57b627a3a0aa51b Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-06-08meta-agl-demo: remove Mocca applicationChristian Gromm2-28/+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-05Merge "3rd part of the layer/profile rework [2/2]"Jan-Simon Moeller51-251/+1312
2018-06-053rd part of the layer/profile rework [2/2]Jan-Simon Möller51-251/+1312
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-26Bug Fix: POI app is not workingNaoto Yamaguchi1-1/+1
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. Bug-AGL: SPEC-1442 Change-Id: I1e95c71837d157ed407f11e52ccbe9a1437380b2 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2018-05-18mediaplayer: remove qtmultimedia dependencies from recipeMatt Ranostay1-6/+1
mediaplayer application exclusively uses the agl-service-gstreamer service for media playback, and the respective qtmultimedia isn't needed anymore. Change-Id: I739ef696de70266ff24a909711e06574f1e0161c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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-04-282nd part of the layer/profile rework [2/2]Jan-Simon Möller89-6357/+0
Main goal of this is to move the agl-service-* bindings into the core and to unify common recipes like wayland/weston into meta-agl-profile-graphical. As a placeholder for recipes is meta-agl-profile-demo which are being reshuffled. TLDR: remove recipes from meta-agl-demo that were moved to other layers Bug-AGL: SPEC-145 , SPEC-876 , SPEC-877 v2: moving updated udisks changes to meta-agl Change-Id: I873107f00adadeb6f3f266cce37b513fe6d44cf2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-04-27udisks: services: change default.target to multi-user.targetMatt Ranostay2-3/+3
To allow running as system service changes Wants= field to multi-user.target Change-Id: I321e8ff88f273f3f36cd2b62a00037f3ece83d9d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-16settings: add dependencies for libqtappfw supportMatt Ranostay1-1/+1
Add to DEPENDS both qtwebsockets and libqtappfw to allow removal of QML Websockets usage in the UI Bug-AGL: SPEC-1385 Change-Id: I5d7b09e4acdb571a4628e54bef0b45519a1e28f2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-10udisks: automount.sh: mount disks with no partitionsMatt Ranostay1-1/+1
Some media disks may not have a partition table and only have a file systems (i.e. /dev/sdX vs /dev/sdX1) allow automounting of those. Change-Id: I5b38264fb4c11f945e811a700fa00adf74011ec1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-09agl-service-bluetooth: add missing DEPENDS and RDEPENDS dependenciesMatt Ranostay1-0/+3
Add missing json-c and glib-2.0 to DEPENDS, and agl-service-data-persistence to RDEPENDS for data storage. Change-Id: I048d59d3f3d9b7dc50672999e1ca9fedffa8eb7d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-04mediaplayer: update dependencies for recipeMatt Ranostay1-3/+6
Update dependecies as follows: * remove agl-service-mediascanner as RDEPENDS * remove sqlite from DEPENDS * add libqtappfw and qtwebsockets to DEPENDS * add previously missing agl-service-bluetooth, and agl-service-mediaplayer to RDEPENDS Bug-AGL: SPEC-1375 Change-Id: I10213180e174da9df9b513d8519c8ce5b429896e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-03-29lightmediascanner: add missing character sets to RDEPENDSMatt Ranostay1-0/+3
This change fixes the following errors during scanning which produced invalid id3 results ERROR: could not add conversion charset 'UTF-16BE': Invalid argument ERROR: could not add conversion charset 'UTF-16LE': Invalid argument ERROR: could not add conversion charset 'Latin1': Invalid argument Bug-AGL: SPEC-1241 Change-Id: I67045575d6d198fb0b767c01701853244361b329 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-03-27Rename CAN low level recipes.Romain Forlot3-5/+5
Bug-AGL: SPEC-1276 Change-Id: Ia87b9d9d06311893fdfb626fa64ee8fc9205aced Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-03-13recipes-kernel: most: add patch set for DT supportChristian Gromm5-0/+707
This patch adds a set of patches to enable DT usage of the DIM2 module. It is needed to use the MediaLB (DIM) interface with the Kingfisher. Change-Id: Idd71bea6f2c17cb579f0b44884037e7046380034 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2018-03-13agl-server-gps: add missing libgps RDEPENDS dependencyMatt Ranostay1-0/+1
libgps is needed for agl-service-gps to communicate to gpsd Change-Id: I73f32d50728111962b9201927796f5594835a807 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-03-07mapview-demo: Switch LIC_FILES_CHKSUM syntaxTom Rini1-2/+1
It is currently a warning to use ${COREBASE}/LICENSE and instead we need to use ${COMMON_LICENSE_DIR}/MIT. Switch to this syntax. Change-Id: Id0fc4ff0709d8f36f2d609aa43da1b2304ae04d0 Signed-off-by: Tom Rini <trini@konsulko.com>
2018-03-06Fix nativesdk-gn buildRonan Le Martret3-49/+8
- Update package version, older is not avalable anymore. - remove patch "missing deps" already include upstream. Note: gn is a set of tools require for chromium build. nativesdk-gn is mandatory to build chromium with AGL SDK. Bug-AGL: SPEC-1317 (Duplicate SPEC-1319) Change-Id: I92818ecad74ff65d81826bab5f9b8485a52d14fc Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-02-20agl-demo: remove hardcoded meta-gplv2 layerMartin Kelly1-1/+0
GPLv2/GPLv3 logic is now handled via the agl-gplv2 feature, so stop always adding meta-gplv2 for the agl-demo feature. agl-demo will need to work with both GPLv2 and GPLv3 recipes, as different users will have different requirements with regard to GPL versioning. Depends-On: I62d7f2daa58b0690b5b27740257bd15097fcee5c Change-Id: I2a4119f856ba78b2e718044d8095ed168a70f47f Signed-off-by: Martin Kelly <mkelly@xevo.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-02-14Merge remote-tracking branch 'agl/sandbox/ronan/rocko' into HEADJan-Simon Möller11-5075/+16
* agl/sandbox/ronan/rocko: Remove weston virtual screen Fix most for kernel 4.14 Fix qtwayland patch Fix build of qtwayland 5.9 without evdev Remove backport patch from Qt5 to show cover art ninja,harfbuzz: Remove .bbappend libdbus-c++:Fix build error in GCC-7 qtbase: Remove -no-use-gold-linker option unicens-config: Add bash to rdeps libdbus-c++: Remove bbappend file opencv: Rename .bbappend to match new version from meta-openembedded Bug-AGL: SPEC-1181 Change-Id: Icc3062631994e8afbddeb18a52c72619156d219a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-02-14Merge remote-tracking branch 'agl/sandbox/locust2001/rocko' into HEADJan-Simon Möller7-7/+50
* agl/sandbox/locust2001/rocko: ninja,harfbuzz: Remove .bbappend libdbus-c++:Fix build error in GCC-7 qtbase: Remove -no-use-gold-linker option unicens-config: Add bash to rdeps libdbus-c++: Remove bbappend file opencv: Rename .bbappend to match new version from meta-openembedded Bug-AGL: SPEC-1181 Change-Id: I0fc0ee1e50dc20b57b943b7128d157d51eb9cafa Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-02-13Remove weston virtual screenronan5-5015/+0
Change-Id: I027a46a0cbe2ff3c46102d781158e2a979c07282 Signed-off-by: ronan <ronan.lemartret@gmail.com>
2018-02-13Fix most for kernel 4.14ronan2-34/+0
Change-Id: I799a4e5bac5f381ba72ee889d34a9faec29205e7 Signed-off-by: ronan <ronan.lemartret@gmail.com>
2018-02-13Fix qtwayland patchronan1-1/+1
Change-Id: I9d905493c49b82e4cf87400260f4276405867a71 Signed-off-by: ronan <ronan.lemartret@gmail.com>
2018-02-13Fix build of qtwayland 5.9 without evdevJan-Simon Möller2-0/+16
This fixes a FTBS due to no evdev present. Change-Id: If00dff352e4b270b2dbd1d7df15869d984c883b8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-02-13Remove backport patch from Qt5 to show cover artRonan Le Martret2-26/+0
Change-Id: I2ae50b3c5e4576414433001dda02f8ed14161016 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-02-13ninja,harfbuzz: Remove .bbappendChanghyeok Bae2-3/+0
This is already applied in upstream. Bug-AGL: SPEC-1181 Change-Id: I9d378f7da1874b7f679cad0a1948f381899a85e3 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13libdbus-c++:Fix build error in GCC-7Changhyeok Bae2-0/+47
See: https://sourceforge.net/p/dbus-cplusplus/patches/18/ Bug-AGL: SPEC-1181 Change-Id: Ic8f923a03407e58aff2133747a65799f90d15286 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13qtbase: Remove -no-use-gold-linker optionChanghyeok Bae1-3/+0
Bug-AGL: SPEC-1181 Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>