summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-12libqtappfw: use AGL_APP_REVISION for SRCREVMatt Ranostay1-1/+1
Change-Id: I2ea9154d0cbeb28dbe32a73225d4a8df10c73879 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-12agl-service-weather: add weather service binding recipeMatt Ranostay1-0/+18
Bug-AGL: SPEC-1273 Change-Id: Ic4ea8ee6aa247ab12e191f83cbb78cdb69ff97c1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-08forgot to change the LICENCE urlLoïc Collignon1-1/+1
Change-Id: I86427f0c48d88f27d11657b4d42786154972866f Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-02-08files moved to root folder.Loïc Collignon1-1/+1
Change-Id: I2a4717674d6ca1afdc878f3bb2f8d9886ec6f15f Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-02-08Add app DEPENDS for new HMI framework to als-meter-demoHarunobu Kurokawa1-1/+1
Add virtual/libhomescreen and qlibwindowmanager Bug-AGL: SPEC-1279 Change-Id: I7c5104e551fe58fff201684d45452f3b9233c586 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-02-07agl-demo: bblayers: add meta-gplv2 layerMatt Ranostay1-0/+1
agl-demo feature needs meta-gplv2 layer to pull in respective package versions Bug-AGL: SPEC-1256 Change-Id: I67bacd56797fa44547fd45676a117b8f2ab49b77 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-06agl-service-mediascanner: fix RDEPENDS/DEPENDS in recipeMatt Ranostay1-1/+2
lightmediascanner is needed at runtime, and sqlite3 is a buildtime dependency. Bug-AGL: SPEC-1248 Change-Id: Id8677cfbfb94faf7005d4b5e8eb12709ef5d1caf Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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-29agl-demo: feature: remove agl-devel from included dependenciesMatt Ranostay1-1/+1
agl-devel feature has significant amount of the GPLv3 packages within AGL that shouldn't be shipped in a release. Require the user explictly build with development packages. Bug-AGL: SPEC-1256 Change-Id: If7b8609f1c1a866aaad821ebe65cd66daec15407 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-01-23ninja,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-01-23libdbus-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-01-23qtbase: 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>
2018-01-23unicens-config: Add bash to rdepsChanghyeok Bae1-0/+3
Fixes QA Issue: /usr/bin/unicens-config.sh contained in package unicens-config requires /bin/bash , but no providers found in RDEPENDS_unicens-config? [file-rdeps] Bug-AGL: SPEC-1181 Change-Id: I6d7ec9487d22c05ce531b38f997d376ae24d8863 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-01-23libdbus-c++: Remove bbappend fileChanghyeok Bae1-1/+0
PNBLACKLIST is removed in upstream meta-oe(5693b474a5014b27db5d842ebd1a690dec9ccc17) Bug-AGL: SPEC-1181 Change-Id: Iaee722d92e6b6d121e13ed2953654ce4b13e158e Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-01-23opencv: Rename .bbappend to match new version from meta-openembeddedChanghyeok Bae1-0/+0
Bug-AGL: SPEC-1181 Change-Id: I5ead5abbb6717d0a85ed67b083af766d677cd469 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-01-16Add lua to target dependencies in SDKJan-Simon Möller1-0/+2
Change-Id: I89c4813f6a5716435cbb7f9ee2ff271c0f1bbd7b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-15sources files had been moved to parent directoryLoïc Collignon1-2/+2
Change-Id: I42032e14bd28be6211382a0fdaaa75e220f8f8a3 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-01-11hvac: Add missing dependencyChanghyeok Bae1-1/+1
hvac is using lrelease binary from qt5. It's from qttools-native. Change-Id: I9e2beef3ae62715cb2a81ef3fa5e0ae24384b83a Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-01-03Add QtAGLExtrasTadao Tanikawa3-0/+35
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-31POI App does not visible after startupNaoto Yamaguchi1-1/+1
This problem is caused by not calling activateSurface after creating the IVI-surface. This patch adds activateSurface call to POI-App. Change-Id: I5d0b086d07867cb035862343d8b3854e29935781 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-28lightmediascanner: build mp4 pluginMatt Ranostay1-1/+4
Add mp4 plugin for scanning and indexing video media Bug-AGL: SPEC-1169 Change-Id: Ib771f28909ddd0274992682e19c8ebb134ee2e89 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-27Fix: Cannot running POI AppNaoto Yamaguchi1-2/+3
In POI App, AGL HMI Framework correspondence was incomplete. This patch allows POI App to run on eel. Bug-AGL: SPEC-1224 Change-Id: I6367e8f22bc2f56b0deaf3909fd127b6fd28c048 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-27Enable Navigation API in navigation appNaoto Yamaguchi1-2/+2
This patch will enable the API for POI App. Current Navigation has disabled AGL Navigation API. Bug-AGL: SPEC-1224 Change-Id: I8d50d41721835a94adafdef04773a36826f59d21 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-27add recipes for identity, data persistence and nfcLoïc Collignon6-0/+69
Bug-AGL: SPEC-1187 Change-Id: Id251a7dcf7a37117a3e3a7314d57c062e02af6de Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-12-27libmp4v2: initial add 2.1.0Andreas Müller2-0/+58
libmp4v2: disable build of man-pages * causes build failures in some environments * we don't need them anyway libmp4v2: update sources to fix build with gcc7 Bug-AGL: SPEC-1169 Change-Id: I45c127f14c6c243049e196055100f2058e184cac Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-12-21recipes-config: unicens-config: add service type oneshotChristian Gromm1-0/+1
This patch sets the type of the unicens-config.service file to oneshot. It is needed to ensure a proper initialization of the system on an SMP machine. Change-Id: I4bb74157efe1d4a9ce86d29135af6898eefa30d1 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-12-21Adding lua to Host SDKRomain Forlot1-0/+1
Bug-AGL: SPEC-1215 Change-Id: Ie35ee27bde3859d1e1a929a0ab82697dcc7cdb1c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-21Bump signal-composer revisionRomain Forlot1-1/+4
* Don't segfault at exit pointed to freed objects * Don't use afb-genskel until C++ is handled * Remove 3rdparty lua * Update controller submodule * Be sure to set execution right on binaries * Specify needed permissions for addObjects in doc * Get builtin plugin as a normal plugin * Update gitignore, minor fix Bug-AGL: SPEC-1215 Change-Id: Ia6e8327afafd130fcd3f6162476330f386055869 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-20recipes-demo-hmi: remove deprecated MostNetworkManagerChristian Gromm5-268/+0
This patch removes the network manager that was used to control a MOST network. It is needed because Unicens v2 replaces this application. Change-Id: I878df40a914e0cace63634f942ce4076d744442b Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-12-20recipes-demo-hmi: vod-server: use fix SRCREVChristian Gromm1-2/+1
This patch uses a commit hash as fixed SRCREV. This was demanded in SPEC-1032. Change-Id: I5cdad09a0d11c333d5d26794a9c63031563ae144 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-12-19recipes-config: unicens-config: update configuration scriptChristian Gromm1-20/+21
This patch updates the shell script that is used to configure the discovered MOST devices. It is needed because current configuration vectors don't match the attached device interfaces Change-Id: I6618a619bc0c1e1332ba91100da1c5e8135c1d72 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-12-19Remove qtwebkit from packagegroup-qt5-toolchain-targetStephane Desneux1-0/+8
When building agl-demo-platform-crosssdk, qtwebkit is pulled and built due to packagegroup-qt5-toolchain-target. This commit breaks the dependency between packagegroup-qt5-toolchain-target and qtwebkit. Bug-AGL: SPEC-1159 Change-Id: I6e6d705c1407faa3f8ab8fe0d5e1fc39f0b15a6f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-12-19Add libnfc recipes.Ronan Le Martret1-0/+18
libnfc is mandatory for agl service nfc. Change-Id: Ie542178c71a1b34b6925b3c2322a1386b7866fa1 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-12-19Convert most.bb to use KERNEL_MODULE_AUTOLOAD frameworkJan-Simon Möller1-17/+1
This uses the KERNEL_MODULE_AUTOLOAD framework provided by yocto to load the kernel modules. Change-Id: Ibb3980d04cc876c8707345673cf2852ecd46ca11 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-12-19Initial commit for POI App using BinderNaoto Yamaguchi1-4/+4
We will support Binder of POI App. With this correspondence, correspondence of AGL Navigation API will be started. Change-Id: I9ccc6536336c28c4bdca053332c9d32ac47520b9 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-19Add signal composer recipe to demo platform targetRomain Forlot2-0/+17
Bug-AGL: SPEC-1186 Change-Id: Ife32412a9ef29502dfe518674e18258e089a583f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-18Add D-Bus configuration of navigation serviceNaoto Yamaguchi2-1/+20
Add the D-Bus configuration provided by the navigation service. Currently navigation app provides API, but this is transient measure. In the future this configuration will be moved to the navigation service. Change-Id: I2eeb13cf3e792c00474cc7999078ec6ae6c5a137 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-18Enable the AGL Navigation API library for C++Naoto Yamaguchi3-1/+23
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>
2017-12-14Fix BUG: meter map go to sea after navigation launchNaoto Yamaguchi1-1/+6
Fix a bug in the map display of the meter for the CES demonstration. This patch will change the SRCREV to fixed version. Change-Id: I4e054a6a11e5af281c01027c251e78ff6935c2f1 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-14Add jp,cn,tw fonts into agl-demo-platformzheng_wenlong1-0/+3
Add these three new fonts into agl-demo-platform. source-han-sans-cn-fonts source-han-sans-jp-fonts source-han-sans-tw-fonts Change-Id: I1f38d60b62a69c54553d22a5b264558561a67184 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-12-14settings: add qtvirtualkeyboardplugin build dependencyMatt Ranostay1-1/+1
Add qtvirtualkeyboardplugin build dependency to allow use of the on screen keyboard Bug-AGL: SPEC-1185 Change-Id: Ie9daef180a1f9162fb94e49367a1dacdafcd6ad6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-13Add a dependency on agl-service-navigation to the navigation recipeNaoto Yamaguchi1-0/+3
To support the AGL Navigation API, modify agl-service-navigation to be installed with navigation at the same time. This commit is part of the correspondence of AGL Navigation API initial support. Change-Id: I7836a43e8ea302f28c00cdc3dbc7b95098924793 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-13Add initial support for AGL Navigation APINaoto Yamaguchi1-0/+17
We will commit the initial implementation of AGL Navigation API advanced by Navigation EG. In initial support, AGL 3.0 equivalent API is reimplemented using afm-binder. Change-Id: I5e288c81b22fc31b7d68fcfcafb2325ce4bb75c3 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-12-13Replace qtwebkit by qtwebengineRomain Forlot1-2/+1
Bug-AGL: SPEC-1159 Change-Id: I49fb315de418258f758f15e8d5b80ebe9ceea1d2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-11weston-ini-conf: Fix test of DISTRO_FEATUREJosé Bollo1-2/+2
The condition now depend of DISTRO_FEATURE (was always true before). Because the condition was badly evaluated the line "virtual=1" was always generated driving weston to crash. Change-Id: I74e3ee90d086224f358dff74183b67e7dbbf3d9f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-12-08navigation-demo: add navigation demo application recipeMatt Ranostay1-0/+31
Add alternative navigation package recipe that is based on the qtlocation examples Bug-AGL: SPEC-1157 Change-Id: I1ea85f74bc5a40a4d637dc583570df931f1f2810 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-08navigation: change current application to a RPROVIDES to allow multiple optionsMatt Ranostay2-1/+3
Change the navigation recipe to an RPROVIDES to allow various other options for navigation. This change also updates the respective packagegroup. Bug-AGL: SPEC-1157 Change-Id: I98a90510fca18f55b0db2ccac0e5aa00899730ac Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-08weston-ini-conf: Add virtual display and record for CES2017 demoHarunobu Kurokawa2-0/+22
In order to support IVI-Cluster demo, virtual display and gst-recorder parameter are set in weston.ini. 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. This feature is commited to DD[1]. After that he weston-ini-conf is updated. This commit is same result as that time. Note: These system are supported in R-Car M3 and H3 only. [1] https://gerrit.automotivelinux.org/gerrit/#/c/9907/ [2] https://gerrit.automotivelinux.org/gerrit/#/c/10847/ Change-Id: I1f7b9af5dc0e459aa49d336ed5ba0cebaf8adab2 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-12-08mapviewer: Change layer id to 11001 to avoid conflict.Harunobu Kurokawa2-4/+4
While the hmi-framework doesn't support multi-display, mapviewer is located in screen 1 in order to transfer to Cluster ECU. Then a layer which mapviewr uses is out of control by windowmanager. As layer id 1000 is conflict, so we decide new layer id as 11001 for Screen 1. Change-Id: I52b6071e91adb69cfa8ab65c6ea6604b3fef8be1 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>