summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22Support systemd services of MOST for CES2017 DemoTadao Tanikawa13-8/+272
This change is for booting all stuff for MOST automatically after WindowManager launched. All services except insmod are in systemd user mode. Change-Id: I15043493c797511275e4f02173a85f06a7298ca0 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-22Add poi app to agl-demo-platform imageNaoto Yamaguchi1-0/+1
This patch is a patch for installing POI-App on agl-demo-platform. Change-Id: Iaed0f45701b7bd1d55ad15f8ae44f3c4344bacd0 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-22Add POI applicationNaoto Yamaguchi3-0/+49
This patch adds a POI application to the AGL Distro. This patch includes provisional bug avoidance. Change-Id: Ib32b896428ac4a64d9a2c815cdeb6ab8c40d6c59 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-22Added external public API to demo navigationNaoto Yamaguchi1-2/+2
This change exposes the API required by POI-App. This patch is includeing the size issue fix of the navigation app. Change-Id: Ied19229e3dcfb5ea4a33d1d512e31e8bfbb57a8e Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-22Backport libdbusc++ from poky upstreamNaoto Yamaguchi7-0/+303
This patch adds libdbusc ++ to AGL Distro. It is required for navigation API for CES demo. Since this patch should be deleted in the future, add it in meta-agl-demo. Change-Id: I4c8ef43f41f21e64646cb65367e8954dd718bd44 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-22Enable installing navigation applicationKazumasa Mitsunari1-0/+1
Change-Id: I4acf1b79f8d0460fabf68a1b24fb4acac03bb210 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-12-21Add AGL mixer application recipeMatt Porter1-0/+34
The mixer app provides a direct interface to PulseAudio mixer elements for AGL demonstration and development purposes. The resulting app widget must first be installed via the application framework. To install, enter the following on the target console: # cd /usr/AGL/apps # afm-util install mixer.wgt Change-Id: I8fa976f7055909b196a1892e7cf59b0e0ad0dd8e Signed-off-by: Matt Porter <mporter@konsulko.com>
2016-12-21FIx build dependency of appsTadao Tanikawa3-3/+10
There were missing build dependencies to qtquickcontrols2 and af-binder in apps' recipe. Change-Id: I497225b2a171d4cc19cb3224164af42a59bbcb69 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-21Add systemd service for VOD demo setupTadao Tanikawa2-3/+28
This change is for booting all stuff of VOD service demo for RSE automatically after MOST network manager. Change-Id: Ia985d0c6a1dad8a6cad201205141152435318b59 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-21Add firmware of ralinkKazumasa Mitsunari1-0/+1
Add firmware to use rt*bin seriese. This enables wifi dongle of ralink, for example BUFFALO wifi dongle. Change-Id: I439e37fe13355504df88a1177e496546c5e36552 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-12-21Add systemd service for HVAC demo hardware setupTadao Tanikawa2-9/+35
This change is for booting all stuff for HVAC demo hardware automatically after WindowManager launched. Change-Id: I8331aaae3879b4b8496f2c610530fb9fd2c61de1 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-21Adding patch to adjust volume of TTS engineNaoto Yamaguchi2-1/+34
OSS TTS engine has problems of low volume. This patch adds the normalize function to OSS TTS engine. Change-Id: I21c2c6d20bb9e8bef6f3b8ca1c8440baa7ffe2b8 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-20HotFix: ces2017-demo build failureNaoto Yamaguchi1-18/+0
Home-app was deleted from CES 2017-Demo but it has not been deleted from the recipe. That is causing the situation that master can not build. This patch will recover this problem. Change-Id: I029132acc2e20dc8272de9276c4be09b14ae9f3b Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-19Add navigation recipe for home screen adaptatedNaoto Yamaguchi4-0/+65
Navigation will be able to work with AGLDistro 3.0 by this patch. This recipe refers to the staging version repository. Change-Id: I4b8bb5f020a316194f049f06a6391d9457540de6 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-19Add recipe of AGL Demo HMI (Media Player)Tadao Tanikawa1-0/+32
This recipe is to deliver AGL Demo Platform for CES2017 AGL Showcase by bitbake integration. To use hmi of Media Player, it should be installed on the target board at least once afer booting. The package of application, mediaplayer.wgt would be installed in /usr/AGL/apps on the target board. To install it, follow these steps from the target console or remote shell. # cd /usr/AGL/apps # afm-util install mediaplayer.wgt Change-Id: I30e69e0027c10a654f657fea250b8f76033f5a52 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-19Add recipe of AGL Demo HMI (HVAC)Tadao Tanikawa1-0/+32
This recipe is to deliver AGL Demo Platform for CES2017 AGL Showcase by bitbake integration. To use hmi of HVAC, it should be installed on the target board at least once afer booting. The package of application, hvac.wgt would be installed in /usr/AGL/apps on the target board. To install it, follow these steps from the target console or remote shell. # cd /usr/AGL/apps # afm-util install hvac.wgt Change-Id: I4d90dcae44fc6a5bedf2b26682ae2dcbfd4db6ee Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-19Add recipe of AGL Demo HMI (Settings)Tadao Tanikawa1-0/+32
This recipe is to deliver AGL Demo Platform for CES2017 AGL Showcase by bitbake integration. To use hmi of Settings(Date/Wifi/Bluetooth), it should be installed on the target board at least once afer booting. The package of application, settings.wgt would be installed in /usr/AGL/apps on the target board. To install it, follow these steps from the target console or remote shell. # cd /usr/AGL/apps # afm-util install settings.wgt Change-Id: Ice204d7fd002f4c25f34ae70b38607dc23d85f44 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-18can-lin: remove PR from recipeChristian Gromm1-1/+0
This patch removes the PR line, since Yocto has PRserv built-in. Change-Id: If714e6087a9ac5b6a96999b6e3bb8d0f6fc23eda Reported-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2016-12-17recipes-demo-hmi: fix file permissionsChristian Gromm3-1/+1
This patch sets the permissions for loadDriver.sh to 0755. Change-Id: I86bce55c06ffccedef17c821fb7b2dbdbef2bc1c Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2016-12-17recipes-demo-hmi: add recipes to build MOST applicationsChristian Gromm6-0/+144
This patch adds the recipes to build the recently pushed sources for the MostNetworkManager, the VideoOnDemand server. Additionally, it updates the recipe to fetch the CAN/LIN binary. Change-Id: I77d5727d9b2b9b6f93ee959cf9b828090c35d05a Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2016-12-16Adding backport of another patch from Qt5 to show cover artTasuku Suzuki2-0/+26
To show cover art in qtmultimedia, the backport patch (listed below) is needed https://codereview.qt-project.org/179866 Change-Id: Ied5b8442f6a6a495832b4ade00020e05610e2846 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-14Append SRCPV to PV in CES2017 to make ${AUTOREV} work correctlyTasuku Suzuki1-1/+1
Change-Id: Id6f5768e823b96b05468b3d60bd16aaa5bc3196e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-14add qtvirtualkeyboard to the imageTasuku Suzuki2-1/+2
Change-Id: I6f72f50d152902430b84a6e1a582ccab98e95b11 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-14remove qtquick1 and qtwebkitTasuku Suzuki2-13/+0
Change-Id: Ie33b59a564411655fcf41f0482be5135e6f1dff2 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-13Provisional fix of libhomescreen's pkgconfigNaoto Yamaguchi2-3/+21
Since pkgconfig has been disabled, it is not possible to get the configuration of libhomescreen. This patch will make provisional fixes for off-tree build. Change-Id: Ifd8e5818602ab1c4bca4440e1f20b3de46ab5157 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-13Fixed an issue that libhomescreen can not be usedNaoto Yamaguchi1-3/+3
libhomescreen symbolic link is incorrect in Homescreen recipe. This means that you can not build the application. Fixing this problem will allow you to build the application. Change-Id: Ifa6439a485db0205be5062d35791ce836fa832eb Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-13Adding backport patches of Qt5 to show cover artTadao Tanikawa4-0/+193
To show cover art in qtmultimedia, the backport patches(listed below) are needed. https://codereview.qt-project.org/179542 https://codereview.qt-project.org/165950 https://codereview.qt-project.org/165951 Change-Id: I638d824a3c8c4c632c4347538653830921c5e956 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-12Remove sample appsBocklage, Jens1-3/+1
These are no longer needed Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-12Adding PV to work ${AUTOREV} correctlyTadao Tanikawa1-0/+3
To work 'SRCREV = ${AUTOREV}' correctly (which means always fetch the latest version available at build), PV needs to be modified which includes ${SRCPV}. Change-Id: I6bff49b493e99ba1e8eaadc5093d11e03ceaa7c9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-11Add qtmultimedia radio plugin to demo imagesScott Murray2-0/+20
Add qtmultimedia-rtlfm-radio-plugin recipe and add it as a dependency of the CES 2017 demo so it will go into the demo images. It is required for the Radio application. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I764c561a8a7c864ac98240bb2f54995d29ce0934
2016-12-09homescreen: add missing header and pkgconfig file in libhomescreen-devStephane Desneux1-2/+11
Change-Id: Ic9a0706af3178ef76f8aabe75653da5fe6f3363d Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-09homescreen: generate appropriate files for SDKStephane Desneux1-19/+18
Change-Id: I9fb1b5c8144c44ca69a107ede497be629683e8d8 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-09CES2017-demo: add missing dependency to zip-nativeStephane Desneux1-1/+1
Change-Id: I766a4c625f4f9fed206a6bc2e093fcbbe44d8187 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-09Remove colorschemes since no longer neededBocklage, Jens1-9/+1
New QML implementation will use other mechanism Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-09First integration of new HMI designBocklage, Jens1-87/+0
New HMI in QML is integrated. Apps are only launched once now and not several times. Layer- and surface handling fixed by removing duplicate ilm API calls. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-09First integration of new HMI designBocklage, Jens1-3/+3
New HMI in QML is integrated. Apps are only launched once now and not several times. Layer- and surface handling fixed by removing duplicate ilm API calls. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-08Apps now need to be compiled and packagedBocklage, Jens1-15/+181
v8: (Tadao Tanikawa) Fix AGL style path of FILES Fix error when installing phone.wgt caused by typo v7: (Tadao Tanikawa) Fix install path where AGL style should be stored v6: (Scott Murray) Fix filenames of apps in script for installation v1-5: (Bocklage, Jens) Not only QML files anymore, but also cpp files that need to be compiled. Also packaged WGT files from the apps. Change-Id: Ib66a4dc7c8850d2116344b76a22719ee66693009 Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-08agl-demo-platform-html5.bb: Remove NavigationLeon Anavi1-1/+0
Remove Navigation from the dependencies of image agl-demo-platform-html5 because recently it has been removed from other images. Bug-AGL: SPEC-357 Change-Id: Ie2b163ad0c00db7d483908feb7f88b6387f0572b Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-12-08packagegroup-qt5-toolchain-target: add qtquickcontrols* packages for SDKStephane Desneux1-0/+10
qtquickcontrols development packages are not installed in the SDK. Those packages are needed to build some demos in AGL/DemoApps/CES2017 Bug-AGL: SPEC-355 Change-Id: Ie6d28003d850064c4815d5cff0681b8cd4fb3c21 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-07First integration of new HMI designBocklage, Jens1-0/+86
New HMI in QML is integrated. Apps are only launched once now and not several times. Layer- and surface handling fixed by removing duplicate ilm API calls. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07Add homescreen as default to the agl-demo-platformJan-Simon Möller2-1/+2
This change adds the homescreen package into the default image. Change-Id: I5e0f5d7f0fe3937af02bcbe8c1be443da4c2128d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-05Fixes due to meta-agl-security removalStephane Desneux1-4/+0
Change-Id: I766563790f76afa9d38657904c82e2d8389e2688 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-02Fix openivi-html5 startup scriptAnton Gerasimov1-1/+1
HOMESCREEN is a URI, not a file Change-Id: Id2a96f86581273f4c706e3ae39779bed56e55b9e Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-12-02TTS Engine: Added support for Japanese TTS engineNaoto Yamaguchi3-0/+116
This patch will add a temporary TTS engine for CES 2017 demo This recipe integrates the Japanese TTS engine and the data it needs Flite are necessary for voice-guide function of navigation app Change-Id: I92c3ba8584ab10c1a731a335316b7762f5f57a77 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-01Changed the recipe name and directry name from Navigation to navigationNaoto Yamaguchi2-1/+1
In Yocto 2.1, if the name of the recipe contains capital letters, it lose the setting of RDEPENDS This change is necessary to successfully install related components Change-Id: Ib94ed024b7ad72a3be9f6a26ec089b8d420e3afa Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-01openivi-html5: Fix compatibility with IVI shellLeon Anavi2-2/+30
Update openivi-html5 to latest version and modify openivi-html5.sh to fix the compatibility with Weston IVI shell. Bug-AGL: SPEC-335 Change-Id: I015892f24e78c61283f57897c9741d608bcc383b Suggested-by: Anton Gerasimov <anton@advancedtelematic.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-12-01Fix for not showing up HomeScreen during startupBocklage, Jens1-2/+2
This is a hack, because the root cause is not known. The HomeScreen GUI will be replaced by a QML implementation, so this source code will be replaced completely soon. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-30Change QWindow::visible when surface visibility in ivi shell changesBocklage, Jens2-0/+47
Origin: https://codereview.qt-project.org/#/c/176211/ Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-28Auto start of HomeScreenBocklage, Jens1-17/+18
v2: (Tadao Taniakwa) - Fix extra PATH to use commands provided by qtbase-native. (qdbusxml2cpp and moc is used when building HomeScreen) v1: (Bocklage, Jens) - HomeScreen is started via systemd during system startup - Fix for SPEC-333: render order of surfaces is now always set Change-Id: I2c898c783353b7cb177b80553e69ab5fb50a14bd Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-25openivi-html5.sh: Configure HTML5 applicationLeon Anavi1-1/+17
Select HTML5 application that should be loaded on boot (such as a homescreen) through the systemd service of openivi-html5. Following the recommendations of XDG base dir specification, the configuration file should be located at $XDG_CONFIG_DIRS/openivi-html5/openivi-html5.ini and it should contain value for homescreen with path to HTML file. If the configuration file does not exist or if the HTML does not exist then openivi-html5 will load the following sample HTML5 by default: /usr/share/openivi/example/cluster/index.html Bug-AGL: SPEC-332 Change-Id: I496b0ccbcb09f8964042f9d07abad2d552376b80 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>