AGL/meta-agl-demo.git
6 years agophone: Depends on homescreen 43/9743/1 chinook 3.0.4 3.0.5 chinook/3.0.4 chinook/3.0.5 chinook_3.0.4 chinook_3.0.5
Leon Anavi [Thu, 8 Jun 2017 12:02:35 +0000 (15:02 +0300)]
phone: Depends on homescreen

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>
6 years agohomescreen: Fix offscreen navigation guide 55/9455/3
Naoto Yamaguchi [Mon, 22 May 2017 14:37:35 +0000 (23:37 +0900)]
homescreen: Fix offscreen navigation guide

For ALS demo, fix the issue that navigation guide stops on off screen.
This fix uses the following patch fixes.
https://gerrit.automotivelinux.org/gerrit/#/c/9255/

Change-Id: I2088f16764b4ec79ff02ed7932b029357c1c2a61
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoFix issue of media player which doesn't play next while background 55/9255/1
Tadao Tanikawa [Wed, 26 Apr 2017 10:30:14 +0000 (19:30 +0900)]
Fix issue of media player which doesn't play next while background

Current window manager make own ivi-layer to each application
and adjust the order when rendering (screen's render order of
layers).

E.g. When showing apps launcher, window manager has only 1
ivi-layer for homescreen under screen 0. When showing an app,
window manager add 1 ivi-layer for it and set render order
of 2 layers, front: app's and back: homescreen layer.
And when app hides, it's layer is removed from render order.

But if removed from render order, excecuting QML also stopped.
It is caused why the media player doesn't play next song
when it is not shown.

This patch changes how to make render order to keep media
player's layer in render order even when it is not shown.

This commit is modification of recipe for homescreen which
contains 1 patch file to 'staging/HomeScreen' because
it is already locked (It is splitted new repositories
but chinook doesn't use it).

Bug-AGL: SPEC-395

Change-Id: I4b1ed16c5d20ccab9a1a2aa55e463d0141d3a170
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoFix reversed fan signal issue 99/9199/1 3.0.3 chinook/3.0.3 chinook_3.0.3
Jan-Simon Möller [Mon, 24 Apr 2017 08:53:59 +0000 (10:53 +0200)]
Fix reversed fan signal issue

With replaced hardware, we don't need the reversed signal anymore.
Fix it in chinook.

Bug-AGL: SPEC-456

Change-Id: I119a95392f8adc752ad3c74d16f420e374063d26
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoqtmultimedia-rtlfm-radio-plugin: Update pinned revision 05/9105/1
Scott Murray [Wed, 12 Apr 2017 12:42:49 +0000 (08:42 -0400)]
qtmultimedia-rtlfm-radio-plugin: Update pinned revision

Update pinned qtmultimedia-rtlfm-radio-plugin revision to pick up fix
for hang when stopping is attempted while output is corked.

Bug-AGL: SPEC-455

Change-Id: Ic128b4a202333bb7331f2961d55e26d06e7d550e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoCorrespondence of AGL-wgt for poi app 37/9037/3
Naoto Yamaguchi [Sun, 2 Apr 2017 10:39:22 +0000 (19:39 +0900)]
Correspondence of AGL-wgt for poi app

POI app makefile supported the 'make package' target.
This patch will change to the corresponding git revision.

Bug-AGL: SPEC-384

Change-Id: I81070522a2682e9150cc251cacb0010aba1d9139
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoqtquickcontrols2-agl*: Fix DEPENDS 39/9039/1
Scott Murray [Sun, 2 Apr 2017 16:35:49 +0000 (12:35 -0400)]
qtquickcontrols2-agl*: Fix DEPENDS

It seems "inherit qmake5" is not sufficient to pick up the base Qt5
build infrastructure on its own, so add a DEPENDS on qtquickcontrols2
to the qtquickcontrols2-agl and qtquickcontrols2-agl-style recipes to
fix potential build breakage on a clean build.

Change-Id: I72e4512e972c78f4fc435dd8bd98c4865b660a87
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agonavigation: fix missing dep on zip-native 89/8989/1
Stephane Desneux [Tue, 17 Jan 2017 16:04:08 +0000 (16:04 +0000)]
navigation: fix missing dep on zip-native

Change-Id: I768d6e1786241a76ffe15194316e58bb5a86707f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoUse split out AGL QtQuickControls2 repositories 85/8985/1
Scott Murray [Wed, 29 Mar 2017 22:17:51 +0000 (18:17 -0400)]
Use split out AGL QtQuickControls2 repositories

Replace usage of the CES2017 repository with the new split out
qtquickcontrols2-agl and qtquickcontrols2-agl-style repositories
containing the AGL demo custom widgets and style.  Since the
CES2017-demo recipe no longer serves a purpose, remove it now as
well.

Bug-AGL: SPEC-404, SPEC-462

Change-Id: I0c31ccfe45c8912da4589e38c2cb159975536aad
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoFixed the problem of the map screen corruption 87/8787/4
Naoto Yamaguchi [Tue, 14 Mar 2017 04:55:57 +0000 (13:55 +0900)]
Fixed the problem of the map screen corruption

The R-CarM3 environment has a problem of the map screen corruption.
This commit is intended to refer to the fixed revision.

Bug-AGL: SPEC-481

Change-Id: I452d45c1d3dcfc4e87cb4bad049cddeadb6e4997
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoThese recipes were in need of a repin for chinook 3.0.2 23/8623/2 3.0.2 chinook/3.0.2 chinook_3.0.2
Jan-Simon Möller [Thu, 2 Mar 2017 23:21:11 +0000 (00:21 +0100)]
These recipes were in need of a repin for chinook 3.0.2

CES2017-demo, homescreen (staging) and mapviewer git  were missing updates to their SRCREV

Change-Id: I80aa38540c6d7d45caed11e4e091fe31d439eac0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPin MOST related recipes for Chinook 19/8619/2
Scott Murray [Thu, 2 Mar 2017 22:35:18 +0000 (17:35 -0500)]
Pin MOST related recipes for Chinook

Change-Id: I29bb59d2cb98f0a5b4409360e8b64843cc9ac5a5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoCES2017-demo: fix DEPENDS 21/8621/1
Scott Murray [Thu, 2 Mar 2017 22:38:39 +0000 (17:38 -0500)]
CES2017-demo: fix DEPENDS

Add qtmultimedia that I accidentally removed back into CES2017-demo
DEPENDS, it's required.

Change-Id: I058697ce5258751e0d58537860015c5315b74b57
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoSwitch to split out demo apps 03/8603/1
Scott Murray [Wed, 1 Mar 2017 16:05:33 +0000 (11:05 -0500)]
Switch to split out demo apps

Add recipes for the split out controls, dashboard, phone, and radio app
repositories, remove the related packaging of same from the CES2017-demo
recipe, and add the split out apps to IMAGE_AGL_APPS in the agl-demo-platform
image definition.

Bug-AGL: SPEC-400, SPEC-401, SPEC-402, SPEC-403, SPEC-404

Change-Id: I790eee4edf97ab9c32ddfe5fe277cb7f05012ffc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoFixed demo recipes to auto-install wgt app at first boot 09/8509/1
Ronan Le Martret [Wed, 15 Feb 2017 16:11:30 +0000 (17:11 +0100)]
Fixed demo recipes to auto-install wgt app at first boot

 * link to gerrit review 8473 (meta-agl-extra)

Change-Id: I8d8c03654d4eee14bb28449d29afd4c75fac6385
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
(cherry picked from commit 7bb3630d56eaf54bbb59bfac22ddca695f8d9dcd)

7 years agoFix weston fails to start when mapview-demo enabled 05/8405/2
Tadao Tanikawa [Tue, 31 Jan 2017 11:52:23 +0000 (20:52 +0900)]
Fix weston fails to start when mapview-demo enabled

Some part of weston which support mapview-demo refers library in
/usr/local/lib.

To solve this, make symblic link directory into /usr/lib because
adding /usr/local/lib into library search path in anyway didn't
work well.

  E.g. Environment=LD_LIBRARY_PATH=/usr/local/lib in weston service
  E.g. LD_LIBRARY_PATH=/usr/local/lib in /etc/environment
  E.g. Adding /usr/local/lib into /etc/ld.so.conf

Change-Id: I9d85732c18d1c9b13343304f45b53cfc806ec941
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agometa-agl-demo: recipes-kernel: update MOST driver recipes 07/8407/1
Christian Gromm [Tue, 24 Jan 2017 12:48:26 +0000 (13:48 +0100)]
meta-agl-demo: recipes-kernel: update MOST driver recipes

This patch updates the recipes used to build the MOST driver.
Since the driver source directory holds version 1.4.0-stable
as of commit f19c18408b515c5e33f96893cbe213d9ab30b904 it also
adds backport patches for the MOST sound and networking driver
needed to build for porter.

v2 (jsmoeller): combine with c8359

Change-Id: Ie56cadf9ef6224afb585fe950a0c3b0aff53b572
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 853bd2c5ee8fb08c8654b1a07e154b66972b49ab)

7 years agoAdd audio management between Media Player and Radio. 39/8339/4 3.0.1 chinook/3.0.1 chinook_3.0.1
Toshiaki Isogai [Tue, 24 Jan 2017 09:00:37 +0000 (18:00 +0900)]
Add audio management between Media Player and Radio.

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

Change-Id: I407924b1346f95573596434ba9b17c732cae5146
Signed-off-by: Toshiaki Isogai <isogai.toshiaki@nttd-mse.com>
7 years agoPin hvac recipe for chinook 51/8351/2
Scott Murray [Tue, 24 Jan 2017 21:29:15 +0000 (16:29 -0500)]
Pin hvac recipe for chinook

Bug-AGL: SPEC-415

Change-Id: Ie9926a2ad83ebe366aa4f3de2eeb5c97f2fcafd0
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoAdd switch on/off script for cluster demo 53/8353/1
ynakamura [Wed, 28 Dec 2016 05:57:00 +0000 (14:57 +0900)]
Add switch on/off script for cluster demo

v2.0: (Tadao Tanikawa)
Completely rebuilt. The mapviewer and mapvier-demo are installed
into porter's image only because they need AGL CES2017 Demo mock-up.

To enable mapviewer-demo, execute switch_on_mapviewer-demo.sh at
/usr/AGL/mapviewer-demo then reboot porter.

CAUTION: After enabling mapviewer-demo, without cluster mock up
         which connected directly to porter board,
         weston on the porter board would always crash
         immediately after booting.

         If you fall into that situation, disable mapviewer-demo
         following instructions below.

To disable mapviewer-demo, execute switch_off_mapviewer-demo.sh at
/usr/AGL/mapviewer-demo then reboot porter.

v1.0: (Yusuke Nakamura)
This addes script to enable/disable CES2017 cluster
demo to /usr/AGL/cluster-demo. Once switch_on_cluster-demo.sh
is executed, this enables a service for cluster demo and
sets configurations for the dmeo.

Change-Id: Ie10f35ff4168095c3b3c6572579a2c4799c04578
Signed-off-by: ynakamura <ynakamura@jp.adit-jv.com>
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoChange audio output attribute of navigation 05/8305/2
Naoto Yamaguchi [Thu, 19 Jan 2017 07:22:20 +0000 (16:22 +0900)]
Change audio output attribute of navigation

AudoManager determines the audio attribute with the parameter "media.role".
Since Navigation was using "media.name", change it to use "media.role".

Change-Id: I0af2ff068eeff5eab4e6bf28797f5aeab386c880
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoFix a bug in the audio management 03/8303/2
Naoto Yamaguchi [Thu, 19 Jan 2017 07:15:40 +0000 (16:15 +0900)]
Fix a bug in the audio management

Fix the bug to pulseaudio crashes due to module-router NULL acces.

Change-Id: I1e16c4b19b10ee47317b397daeb290699d106ab0
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoNavigation update for AMM 2017 demos 11/8311/1
Naoto Yamaguchi [Thu, 19 Jan 2017 15:40:08 +0000 (00:40 +0900)]
Navigation update for AMM 2017 demos

This patch includes the following correspondence.
Partial fix : Fix SPEC-364 SDK build issue.
For AMM demo : Enable japanese guide voice.
Adding JP map download script.

Change-Id: I4c58a6e4630460ff2f30abb73519aaaab0e2b7b5
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoSet SRCREV for chinook 01/8301/2
Tasuku Suzuki [Thu, 19 Jan 2017 06:26:57 +0000 (15:26 +0900)]
Set SRCREV for chinook

Change-Id: I2d13f50501c356226bcd3b82ff4ba0268f313975
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
7 years agoPin qtmultimedia-rtlfm-radio-plugin recipe for chinook 97/8297/2
Scott Murray [Thu, 19 Jan 2017 02:46:07 +0000 (21:46 -0500)]
Pin qtmultimedia-rtlfm-radio-plugin recipe for chinook

Bug-AGL: SPEC-414

Change-Id: Icb9beec226ef42acde866304a5b478d7bd0ead61
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoGet rid of Automotive Message Broker as it has been replaced. 57/8257/1
Romain Forlot [Mon, 16 Jan 2017 11:31:39 +0000 (11:31 +0000)]
Get rid of Automotive Message Broker as it has been replaced.

Now using AGL Application Framework Binding system

Change-Id: Iac8844645cb85838922bb2fe4e4f355d4444bc09
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
7 years agoRevert "Change QWindow::visible when surface visibility in ivi shell changes" 47/8047/2 3.0.0 chinook/3.0.0 chinook_3.0.0
Tadao Tanikawa [Mon, 2 Jan 2017 16:33:11 +0000 (01:33 +0900)]
Revert "Change QWindow::visible when surface visibility in ivi shell changes"

This reverts commit d0f95885030e5f425c0423a7a29414a204aaa341.

This is root cause of issue that screen doesn't change
from blank screen after booting.

ivi-surface's visibility must not link to QWindow's visibility
because changing it's visibility to 0 means destroying wayland
surface (--> eglsurface --> ivi-surface) immmediatly.

On the other hand, ivi-surface is created with
visibility == 0. Therefore, creating ivi-surface triggers
self destruction of ivi-surface itself immediately.

And to make matters worse, Qt5.7's hiding(visibility == 0)
window method, wl.attach(nil, 0, 0) was wrong, it cause
unpredictable operation of weston (In our case, it drops some
events between WindowManager and Weston).

For linking ivi-surface's visibility and visibility in QML,
we should consider another method. At least, commit d0f958's
approach is incorrect in Qt5.7 so far.

Change-Id: Ibe90f9dae634aa5cdb3c166caf4db02dfd71965b
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoCopy all Radio presets onto the target 45/8045/4
Jan-Simon Möller [Mon, 2 Jan 2017 18:30:48 +0000 (19:30 +0100)]
Copy all Radio presets onto the target

Copy all radio presets to the target to allow changes on-the-fly.

Change-Id: Ibcbc3300688268d4962bcd7704c9434a3ab0fd58
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoFix recipes on chinook branch 43/8043/1
Jan-Simon Möller [Mon, 2 Jan 2017 18:29:19 +0000 (19:29 +0100)]
Fix recipes on chinook branch

This change fixes the evaluation of the SRC_URI. As SRC_URI_chinook is a parsed variable we need to use _append.

Change-Id: Ifa5c3dabb025a1a185190d8b2eb35414db5266f5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoAdd radio channels for FOSDEM 17/8017/2
Jan-Simon Möller [Mon, 2 Jan 2017 12:12:40 +0000 (13:12 +0100)]
Add radio channels for FOSDEM

Change-Id: I613f8dba37ff7b80da8d941989e0866fd0bd05aa
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoAdd a script to download mapdata 23/8023/2
Naoto Yamaguchi [Mon, 2 Jan 2017 12:36:25 +0000 (21:36 +0900)]
Add a script to download mapdata

This patch is fix of SPEC-392.
Add a script to download the UK map data to the target /var/mapdata.

Change-Id: If97c723e342c01f252f1a625504ef2a02ce2fb12
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoPin ces2017-demo recipe for chinook 65/7965/2
Jan-Simon Möller [Thu, 29 Dec 2016 10:32:17 +0000 (11:32 +0100)]
Pin ces2017-demo recipe for chinook

Change-Id: I3c41e4386fa90ce99e7c1fa2c0304343941e2344
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPin unicens recipe for chinook release 77/7977/2
Jan-Simon Möller [Thu, 29 Dec 2016 11:07:56 +0000 (12:07 +0100)]
Pin unicens recipe for chinook release

Change-Id: If341a0f7dc669bc57669b0a6f3970cd38e12d07a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPin mixer recipe for chinook release 73/7973/2
Jan-Simon Möller [Thu, 29 Dec 2016 11:03:54 +0000 (12:03 +0100)]
Pin mixer recipe for chinook release

Change-Id: Ie8e0c6891d766f08fdbf5fec2c3c86a1329003f7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPin mediaplayer recipe for chinook release 71/7971/2
Jan-Simon Möller [Thu, 29 Dec 2016 11:02:19 +0000 (12:02 +0100)]
Pin mediaplayer recipe for chinook release

Change-Id: Idf2357a4a3242cab453db19a4a59ea173134fa40
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPin vod-server recipe for chinook release 79/7979/2
Jan-Simon Möller [Thu, 29 Dec 2016 11:09:47 +0000 (12:09 +0100)]
Pin vod-server recipe for chinook release

Change-Id: I393ee1621189297b19d0c9dda17a5cdfe6a7b06e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPin settings recipe for chinook release 75/7975/2
Jan-Simon Möller [Thu, 29 Dec 2016 11:05:55 +0000 (12:05 +0100)]
Pin settings recipe for chinook release

Change-Id: I9971b1656804b101639f7a2dc67c3ddf549484e9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPin homescreen recipe for chinook 67/7967/2
Jan-Simon Möller [Thu, 29 Dec 2016 10:40:00 +0000 (11:40 +0100)]
Pin homescreen recipe for chinook

Change-Id: If528266166545262d024ea830b8d807eae0796df
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPOI App: Adjust display for AGL Distro 3.0
Naoto Yamaguchi [Thu, 29 Dec 2016 04:52:26 +0000 (13:52 +0900)]
POI App: Adjust display for AGL Distro 3.0

This patch solves the problem that the design of POI-App does not match the application surface size of AGL Distro 3.0.
This change solves the problem of display collapse.

Change-Id: I7ffadab73dfb6918aa3cb5f97f382311fbbf9bf5
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoSet defaultbranch to chinook in gitreview 63/7963/2
Jan-Simon Möller [Thu, 29 Dec 2016 00:13:23 +0000 (01:13 +0100)]
Set defaultbranch to chinook in gitreview

Change-Id: Iffa084c6e815e71d4fbd795529f62be21fa33a75
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoces2017-demo: add install of presets configuration file for Radio app 33/7933/2
Scott Murray [Wed, 28 Dec 2016 20:49:09 +0000 (15:49 -0500)]
ces2017-demo: add install of presets configuration file for Radio app

Add preset configuration files for the Radio app for CES and ALS
locations, and commands to install the one selected with a new variable,
AGL_RADIO_PRESETS_LOCALE. The default is to use the presets appropriate
for CES.

Change-Id: I9b278e1c983de16898fc71329afe7c6ba58e9b52
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoUse inherit aglwgt in application recipes 05/7905/2
Jan-Simon Möller [Wed, 28 Dec 2016 17:29:57 +0000 (18:29 +0100)]
Use inherit aglwgt in application recipes

This change converts the application recipes for
hvac, mediaplayer, mixer, settings
to use the  aglwgt bbclass.

This simplifies the application workflow and ensures
interoperability with the SDK.

Change-Id: Icaa8ba3f931844be6063c18957c07aa598591f06
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoRemove empty folders 09/7909/2
Jan-Simon Möller [Wed, 28 Dec 2016 17:35:28 +0000 (18:35 +0100)]
Remove empty folders

This changeset removes empty folders that we kept
until now as placeholders for recipes or append files.

We do not need them currently and they're likely to stay unused.

Change-Id: Iaaf1c1c36506bcb76b668a73037b3378015854ef
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoqtmultimedia-rtlfm-radio-plugin: update license information 23/7923/1
Scott Murray [Wed, 28 Dec 2016 19:25:28 +0000 (14:25 -0500)]
qtmultimedia-rtlfm-radio-plugin: update license information

Update LICENSE and LIC_FILES_CHKSUM for recent addition of GPLv2+ code.

Change-Id: Ic8cec17f60688ba664e026b37d5370c5ed6178c2
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoRefactor wgt package installation 01/7901/1
Tadao Tanikawa [Wed, 28 Dec 2016 07:00:58 +0000 (16:00 +0900)]
Refactor wgt package installation

To fix missing installatioin of mediaplayer.wgt and
support additional wgt packages in future, refactor
installation script to install whole apps under
/usr/AGL/apps.

And adding 'sync' because sometimes apps broken
if reboot immediately after installing apps.

Change-Id: I69f0761439d421b5656b89bce72df1d59dad3c18
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoces2017-demo: add mixer.wgt to the installer script 91/7891/1
Matt Porter [Tue, 27 Dec 2016 23:10:26 +0000 (01:10 +0200)]
ces2017-demo: add mixer.wgt to the installer script

Adds mixer.wgt to the installer script so we don't have to install
it in a second step.

Change-Id: I37723db6c2f3f6b5c2aef95669eb2c0afa01fb64
Signed-off-by: Matt Porter <mporter@konsulko.com>
7 years agoIntegrate GENIVI Audio Manager Plugins for CES2017 demo. 55/7855/3
Toshiaki Isogai [Fri, 23 Dec 2016 12:04:48 +0000 (07:04 -0500)]
Integrate GENIVI Audio Manager Plugins for CES2017 demo.

Change-Id: I56081180f8dc3bc10159492d4bc7e5fdd621ab27
Signed-off-by: Toshiaki Isogai <tisogai@jp.adit-jv.com>
7 years agoUnify locations of applications and demo 83/7883/2
Jan-Simon Möller [Tue, 27 Dec 2016 13:37:50 +0000 (14:37 +0100)]
Unify locations of applications and demo

This changeset cleans-up the locations used for apps and the ces2017-demo.
- Apps go into  /usr/AGL/apps
- Scripts are available in /usr/AGL/ces2017-demo (symlink)

As the ces2017-demo package will go away, its folder will also become obsolete
or only host startup-scripts.

Change-Id: I2b2ea8dc6de531f737305a80573ad56cb08ba009
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoAdd recipe for mapviewer 77/7877/2
Toshi Umemura [Mon, 19 Dec 2016 09:10:59 +0000 (18:10 +0900)]
Add recipe for mapviewer

This patch addes recipe for mapviewer.
mapviewer is a child application which communicates
with navigation app on homescreen. In CES2017 demo
this app is launched at virtual screen next to homescreen.
(invisible on homescreen) Mapviewer dislay on virtual screen is
transported to meter cluster side via ethernet.
That will be shown at center of meter cluster with 384x368.

window manager tries to change the position to be sent to a cluster
after systemd execute LayerManagerControl set surface.
In order to avoid this sleep is added as a tentative solution.

Change-Id: I903ef19b2550b01e1c90e8960d1edda01b46297d

Signed-off-by: ynakamura <ynakamura@jp.adit-jv.com>
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoFix blank screen after booting on some platform 73/7873/2
Tadao Tanikawa [Sun, 25 Dec 2016 19:30:35 +0000 (04:30 +0900)]
Fix blank screen after booting on some platform

wl.surface.attach (nil, 0, 0) might cause serious probrem
on some platform (it depends on compositor implementation).

In the case of ces2017 demo, output alwasy become blank
when launch HomeScreen and WindowManager.

This bug and patch is reported in
https://bugreports.qt.io/browse/QTBUG-47902

Change-Id: Ibc7b20431e7aff6316090d729365b82cdfac6733
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoMerge the installation script to ces2017-demo 79/7879/3
Naoto Yamaguchi [Mon, 26 Dec 2016 11:21:43 +0000 (20:21 +0900)]
Merge the installation script to ces2017-demo

I divided the script of Navi, but I will do the merge.
With this change, all installations are done with one script.
This patch solves the problem that navigation can not be started.

Change-Id: I523b85cbee19531345c2e3fdaffc9c8c5f6b9c1b
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
7 years agoFix: SPEC-377, miss dbus conf file to make status icon working 81/7881/2
Romain Forlot [Tue, 27 Dec 2016 11:43:32 +0000 (12:43 +0100)]
Fix: SPEC-377, miss dbus conf file to make status icon working

Change-Id: I8b64adf1c73244447f348ae140a4bd63d3796357
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
7 years agoagl-demo-platform: Add mixer app to image 71/7871/2
Matt Porter [Sat, 24 Dec 2016 14:29:06 +0000 (16:29 +0200)]
agl-demo-platform: Add mixer app to image

Adds the mixer app to the CES2017 AGL demo platform image.

Change-Id: I12a51f19295471baad5047a7ad59d953c18e5a29
Signed-off-by: Matt Porter <mporter@konsulko.com>
7 years agoqtmultimedia-rtlfm-radio-plugin: update build dependencies 67/7867/1
Tasuku Suzuki [Sat, 24 Dec 2016 04:51:23 +0000 (13:51 +0900)]
qtmultimedia-rtlfm-radio-plugin: update build dependencies

Change-Id: Ia6f0f297a358280f01033483d61dbfd9f402dd0e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
7 years agoqtmultimedia-rtlfm-radio-plugin: Append SRCPV to PV 51/7851/2
Scott Murray [Fri, 23 Dec 2016 06:16:58 +0000 (01:16 -0500)]
qtmultimedia-rtlfm-radio-plugin: Append SRCPV to PV

Set PV to include SRCPV to make ${AUTOREV} work correctly, and set the
base version number to 0.1.

Change-Id: Ic9f694012cb3cd052fd25ccc9c82407f6ffd9d9d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoAdd Keyboard to AGL Controls 41/7841/3
Tasuku Suzuki [Fri, 23 Dec 2016 03:19:09 +0000 (12:19 +0900)]
Add Keyboard to AGL Controls

Change-Id: Ia7477dd99e7c4c7d45cc1561780fe263603c9e19
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
7 years agoivi-shell multi screen support 99/7699/4
Toshi Umemura [Mon, 19 Dec 2016 08:54:11 +0000 (17:54 +0900)]
ivi-shell multi screen support

This patch enables ivi-shell to manage multi screen.
This solves SPEC-360 ivi-shell fails to manage two screens.
CES2017 cluster demo also requires multi screen support.

Bug-AGL: SPEC-360

Change-Id: Ie0f71855af70de28068cb9deee1a6c415eaea88e

Signed-off-by: ynakamura <ynakamura@jp.adit-jv.com>
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
7 years agoAdd packages to agl-demo-platform for CES2017 Demo 49/7749/10
Tadao Tanikawa [Wed, 21 Dec 2016 09:14:11 +0000 (18:14 +0900)]
Add packages to agl-demo-platform for CES2017 Demo

Adding packages for CES2017 Demo to be incliuded in
agl-demo-platform by default.

This changes add below apps and related packages:
   MediaPlayer from apps/mediaplayer
   Settings from apps/settings
   HVAC from apps/hvac
   MOST network
   VOD Service

v4 (jsmoeller): mark drivers as porter specific and
                conditionalize the inclusion for porter only
v3 (jsmoeller): rebase on master
v2 (jsmoeller): make can-lin conditional to porter board

Change-Id: I4e89607508df2e630f46fcbcb64d4babb66a2d6f
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoAdd missing qtmultimedia to DEPENDS 37/7837/1
Jan-Simon Möller [Thu, 22 Dec 2016 19:58:34 +0000 (20:58 +0100)]
Add missing qtmultimedia to DEPENDS

This change adds a missing 'qtmultimedia'
to DEPENDS.

Change-Id: I1190f12be1a3c65ad67fef725ae65f94b1fb2294
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoRemove redundancy from recipe CES2017-demo 51/7751/4
Tadao Tanikawa [Wed, 21 Dec 2016 10:39:01 +0000 (19:39 +0900)]
Remove redundancy from recipe CES2017-demo

Because some apps(mediaplayer, hvac, and setting) sperated
from AGL/DemoApps/CES2017, CES2017-demo.bb being redundant.

v2 (jsmoeller): add 2 dependencies back

Change-Id: Iacf9a8d3f841888d2d12defe9930898beac4abfa
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoSupport systemd services of MOST for CES2017 Demo 17/7717/6
Tadao Tanikawa [Tue, 20 Dec 2016 12:34:46 +0000 (21:34 +0900)]
Support systemd services of MOST for CES2017 Demo

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>
7 years agoAdd poi app to agl-demo-platform image 33/7833/1
Naoto Yamaguchi [Thu, 22 Dec 2016 12:30:40 +0000 (21:30 +0900)]
Add poi app to agl-demo-platform image

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>
7 years agoAdd POI application 31/7831/1
Naoto Yamaguchi [Thu, 22 Dec 2016 12:28:35 +0000 (21:28 +0900)]
Add POI application

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>
7 years agoAdded external public API to demo navigation 29/7829/1
Naoto Yamaguchi [Thu, 22 Dec 2016 12:24:35 +0000 (21:24 +0900)]
Added external public API to demo navigation

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>
7 years agoBackport libdbusc++ from poky upstream 27/7827/1
Naoto Yamaguchi [Thu, 22 Dec 2016 12:19:54 +0000 (21:19 +0900)]
Backport libdbusc++ from poky upstream

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>
7 years agoEnable installing navigation application 73/7773/1
Kazumasa Mitsunari [Thu, 22 Dec 2016 05:30:08 +0000 (14:30 +0900)]
Enable installing navigation application

Change-Id: I4acf1b79f8d0460fabf68a1b24fb4acac03bb210
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
7 years agoAdd AGL mixer application recipe 61/7761/1
Matt Porter [Wed, 21 Dec 2016 16:50:13 +0000 (18:50 +0200)]
Add AGL mixer application recipe

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>
7 years agoFIx build dependency of apps 55/7755/2
Tadao Tanikawa [Wed, 21 Dec 2016 13:25:15 +0000 (22:25 +0900)]
FIx build dependency of apps

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>
7 years agoAdd systemd service for VOD demo setup 47/7747/2
Tadao Tanikawa [Wed, 21 Dec 2016 07:26:19 +0000 (16:26 +0900)]
Add systemd service for VOD demo setup

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>
7 years agoAdd firmware of ralink 43/7743/2
Kazumasa Mitsunari [Wed, 21 Dec 2016 04:07:37 +0000 (13:07 +0900)]
Add firmware of ralink

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>
7 years agoAdd systemd service for HVAC demo hardware setup 41/7741/3
Tadao Tanikawa [Wed, 21 Dec 2016 05:17:58 +0000 (14:17 +0900)]
Add systemd service for HVAC demo hardware setup

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>
7 years agoAdding patch to adjust volume of TTS engine 33/7733/1
Naoto Yamaguchi [Tue, 20 Dec 2016 15:43:00 +0000 (00:43 +0900)]
Adding patch to adjust volume of TTS engine

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>
7 years agoHotFix: ces2017-demo build failure 29/7729/1
Naoto Yamaguchi [Tue, 20 Dec 2016 14:44:38 +0000 (23:44 +0900)]
HotFix: ces2017-demo build failure

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>
7 years agoAdd navigation recipe for home screen adaptated 51/7651/2
Naoto Yamaguchi [Thu, 15 Dec 2016 10:30:50 +0000 (19:30 +0900)]
Add navigation recipe for home screen adaptated

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>
7 years agoAdd recipe of AGL Demo HMI (Media Player) 83/7683/4
Tadao Tanikawa [Sun, 18 Dec 2016 12:58:26 +0000 (21:58 +0900)]
Add recipe of AGL Demo HMI (Media Player)

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>
7 years agoAdd recipe of AGL Demo HMI (HVAC) 85/7685/2
Tadao Tanikawa [Sun, 18 Dec 2016 14:51:08 +0000 (23:51 +0900)]
Add recipe of AGL Demo HMI (HVAC)

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>
7 years agoAdd recipe of AGL Demo HMI (Settings) 87/7687/1
Tadao Tanikawa [Sun, 18 Dec 2016 15:18:16 +0000 (00:18 +0900)]
Add recipe of AGL Demo HMI (Settings)

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>
7 years agocan-lin: remove PR from recipe 77/7677/3
Christian Gromm [Fri, 16 Dec 2016 16:55:19 +0000 (17:55 +0100)]
can-lin: remove PR from recipe

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>
7 years agorecipes-demo-hmi: fix file permissions 75/7675/2
Christian Gromm [Fri, 16 Dec 2016 16:46:52 +0000 (17:46 +0100)]
recipes-demo-hmi: fix file permissions

This patch sets the permissions for loadDriver.sh to 0755.

Change-Id: I86bce55c06ffccedef17c821fb7b2dbdbef2bc1c
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
7 years agorecipes-demo-hmi: add recipes to build MOST applications 01/7601/2
Christian Gromm [Wed, 14 Dec 2016 13:25:46 +0000 (14:25 +0100)]
recipes-demo-hmi: add recipes to build MOST applications

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>
7 years agoAdding backport of another patch from Qt5 to show cover art 53/7653/2
Tasuku Suzuki [Thu, 15 Dec 2016 11:13:54 +0000 (20:13 +0900)]
Adding backport of another patch from Qt5 to show cover art

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>
7 years agoAppend SRCPV to PV in CES2017 to make ${AUTOREV} work correctly 89/7589/2
Tasuku Suzuki [Wed, 14 Dec 2016 08:41:28 +0000 (17:41 +0900)]
Append SRCPV to PV in CES2017 to make ${AUTOREV} work correctly

Change-Id: Id6f5768e823b96b05468b3d60bd16aaa5bc3196e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
7 years agoadd qtvirtualkeyboard to the image 87/7587/2
Tasuku Suzuki [Wed, 14 Dec 2016 08:39:22 +0000 (17:39 +0900)]
add qtvirtualkeyboard to the image

Change-Id: I6f72f50d152902430b84a6e1a582ccab98e95b11
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
7 years agoremove qtquick1 and qtwebkit 59/7559/2
Tasuku Suzuki [Mon, 12 Dec 2016 16:24:43 +0000 (01:24 +0900)]
remove qtquick1 and qtwebkit

Change-Id: Ie33b59a564411655fcf41f0482be5135e6f1dff2
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
7 years agoProvisional fix of libhomescreen's pkgconfig 71/7571/2
Naoto Yamaguchi [Tue, 13 Dec 2016 12:24:19 +0000 (21:24 +0900)]
Provisional fix of libhomescreen's pkgconfig

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>
7 years agoFixed an issue that libhomescreen can not be used 69/7569/1
Naoto Yamaguchi [Tue, 13 Dec 2016 12:09:17 +0000 (21:09 +0900)]
Fixed an issue that libhomescreen can not be used

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>
7 years agoAdding backport patches of Qt5 to show cover art 63/7563/1
Tadao Tanikawa [Tue, 13 Dec 2016 04:53:06 +0000 (13:53 +0900)]
Adding backport patches of Qt5 to show cover art

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>
7 years agoRemove sample apps 43/7543/1
Bocklage, Jens [Mon, 12 Dec 2016 16:31:55 +0000 (17:31 +0100)]
Remove sample apps

These are no longer needed

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoAdding PV to work ${AUTOREV} correctly 33/7533/2
Tadao Tanikawa [Mon, 12 Dec 2016 04:36:19 +0000 (13:36 +0900)]
Adding PV to work ${AUTOREV} correctly

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>
7 years agoAdd qtmultimedia radio plugin to demo images 31/7531/2
Scott Murray [Sun, 11 Dec 2016 17:45:14 +0000 (12:45 -0500)]
Add qtmultimedia radio plugin to demo images

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

7 years agohomescreen: add missing header and pkgconfig file in libhomescreen-dev 27/7527/2
Stephane Desneux [Fri, 9 Dec 2016 18:33:32 +0000 (19:33 +0100)]
homescreen: add missing header and pkgconfig file in libhomescreen-dev

Change-Id: Ic9a0706af3178ef76f8aabe75653da5fe6f3363d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agohomescreen: generate appropriate files for SDK 25/7525/2
Stephane Desneux [Fri, 9 Dec 2016 17:43:27 +0000 (18:43 +0100)]
homescreen: generate appropriate files for SDK

Change-Id: I9fb1b5c8144c44ca69a107ede497be629683e8d8
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoCES2017-demo: add missing dependency to zip-native 23/7523/4
Stephane Desneux [Fri, 9 Dec 2016 17:05:15 +0000 (18:05 +0100)]
CES2017-demo: add missing dependency to zip-native

Change-Id: I766a4c625f4f9fed206a6bc2e093fcbbe44d8187
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoRemove colorschemes since no longer needed 17/7517/2
Bocklage, Jens [Fri, 9 Dec 2016 10:39:31 +0000 (11:39 +0100)]
Remove colorschemes since no longer needed

New QML implementation will use other mechanism

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoFirst integration of new HMI design 15/7515/1
Bocklage, Jens [Wed, 7 Dec 2016 16:46:47 +0000 (17:46 +0100)]
First integration of new HMI design

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>
7 years agoFirst integration of new HMI design 13/7513/1
Bocklage, Jens [Wed, 7 Dec 2016 15:58:37 +0000 (16:58 +0100)]
First integration of new HMI design

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>
7 years agoApps now need to be compiled and packaged 63/7463/15
Bocklage, Jens [Wed, 7 Dec 2016 14:32:08 +0000 (15:32 +0100)]
Apps now need to be compiled and packaged

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>
7 years agoagl-demo-platform-html5.bb: Remove Navigation 97/7497/2
Leon Anavi [Thu, 8 Dec 2016 12:42:19 +0000 (14:42 +0200)]
agl-demo-platform-html5.bb: Remove Navigation

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>
7 years agopackagegroup-qt5-toolchain-target: add qtquickcontrols* packages for SDK 75/7475/2
Stephane Desneux [Wed, 7 Dec 2016 18:21:06 +0000 (19:21 +0100)]
packagegroup-qt5-toolchain-target: add qtquickcontrols* packages for SDK

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>
7 years agoFirst integration of new HMI design 71/7471/2
Bocklage, Jens [Wed, 7 Dec 2016 16:46:47 +0000 (17:46 +0100)]
First integration of new HMI design

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>