AGL/meta-agl-demo.git
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>
7 years agoAdd homescreen as default to the agl-demo-platform 45/7445/2
Jan-Simon Möller [Tue, 6 Dec 2016 18:51:00 +0000 (19:51 +0100)]
Add homescreen as default to the agl-demo-platform

This change adds
the homescreen package into the default image.

Change-Id: I5e0f5d7f0fe3937af02bcbe8c1be443da4c2128d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoFixes due to meta-agl-security removal 33/7433/1
Stephane Desneux [Mon, 5 Dec 2016 09:15:07 +0000 (10:15 +0100)]
Fixes due to meta-agl-security removal

Change-Id: I766563790f76afa9d38657904c82e2d8389e2688
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoFix openivi-html5 startup script 03/7403/1
Anton Gerasimov [Fri, 2 Dec 2016 15:33:08 +0000 (16:33 +0100)]
Fix openivi-html5 startup script

HOMESCREEN is a URI, not a file

Change-Id: Id2a96f86581273f4c706e3ae39779bed56e55b9e
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
7 years agoTTS Engine: Added support for Japanese TTS engine 59/7359/3
Naoto Yamaguchi [Thu, 1 Dec 2016 12:55:30 +0000 (21:55 +0900)]
TTS Engine: Added support for Japanese TTS engine

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>
7 years agoChanged the recipe name and directry name from Navigation to navigation 57/7357/2
Naoto Yamaguchi [Thu, 1 Dec 2016 12:26:04 +0000 (21:26 +0900)]
Changed the recipe name and directry name from Navigation to navigation

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>
7 years agoopenivi-html5: Fix compatibility with IVI shell 53/7353/3
Leon Anavi [Wed, 30 Nov 2016 20:51:35 +0000 (22:51 +0200)]
openivi-html5: Fix compatibility with IVI shell

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>
7 years agoFix for not showing up HomeScreen during startup 55/7355/1
Bocklage, Jens [Thu, 1 Dec 2016 12:20:50 +0000 (13:20 +0100)]
Fix for not showing up HomeScreen during startup

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>
7 years agoChange QWindow::visible when surface visibility in ivi shell changes 17/7317/2
Bocklage, Jens [Fri, 25 Nov 2016 15:31:23 +0000 (16:31 +0100)]
Change QWindow::visible when surface visibility in ivi shell changes

Origin: https://codereview.qt-project.org/#/c/176211/

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoAuto start of HomeScreen 15/7315/4
Bocklage, Jens [Fri, 25 Nov 2016 15:10:57 +0000 (16:10 +0100)]
Auto start of HomeScreen

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>
7 years agoopenivi-html5.sh: Configure HTML5 application 95/7295/4
Leon Anavi [Thu, 24 Nov 2016 12:05:52 +0000 (14:05 +0200)]
openivi-html5.sh: Configure HTML5 application

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>
7 years agoAdd qtdeclarative as build dependency 05/7305/1
Bocklage, Jens [Fri, 25 Nov 2016 09:42:24 +0000 (10:42 +0100)]
Add qtdeclarative as build dependency

This is needed by QML sample apps.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoagl-demo-platform-html5.bb: Add new AGL image 91/7291/2
Leon Anavi [Wed, 23 Nov 2016 14:58:07 +0000 (16:58 +0200)]
agl-demo-platform-html5.bb: Add new AGL image

Add new image agl-demo-platform-html5 with
openivi-html5.

Bug-AGL: SPEC-331

Change-Id: I1c210b4489ea52a3bd924ba37a168e759c640c19
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
7 years agofix recipes git source url 79/7279/3
Ronan [Tue, 22 Nov 2016 13:53:41 +0000 (14:53 +0100)]
fix recipes git source url

 * url https://git.automotivelinux.org is not available,
   use https://gerrit.automotivelinux.org instead.

BB-must-fix

Change-Id: I24b92a0eab2f64c001e1e7919c37f8226e6d7de6
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
7 years agoTTS Engine: Added support for English TTS engine 51/7251/7
Naoto Yamaguchi [Fri, 18 Nov 2016 13:55:41 +0000 (22:55 +0900)]
TTS Engine: Added support for English TTS engine

This patch will add a temporary TTS engine for CES 2017 demo
This recipe integrates the English TTS engine and the data it needs
Flite are necessary for english voice-guide function of navigation app

Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Change-Id: I57e4cc724a3b7affe0ba588af18b346b1bb6ce46

7 years agoremove useless recipes 81/7281/3
Ronan [Tue, 22 Nov 2016 14:00:48 +0000 (15:00 +0100)]
remove useless recipes

 * no upstream source available

Change-Id: Ie7e1b4889a3ebbe0322248ac2d2df2b1ae866431
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
7 years agoTTS Engine: Added support for HTS engine 49/7249/6
Naoto Yamaguchi [Fri, 18 Nov 2016 13:52:18 +0000 (22:52 +0900)]
TTS Engine: Added support for HTS engine

This patch will add a temporary TTS engine for CES 2017 demo
HTS engine is a common part of Japanese and English TTS engines
These TTS engines are necessary for voice-guide function of navigation app

Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Change-Id: I238098fa4812cafd9b376fb994653a97ad23de46

7 years agoopenivi-html5_git.bb: Add OpenIVI Mobility HTML5 53/7253/1
Leon Anavi [Fri, 18 Nov 2016 17:41:27 +0000 (19:41 +0200)]
openivi-html5_git.bb: Add OpenIVI Mobility HTML5

OpenIVI Mobility brings HTML5 environment for
running web applications on top of AGL. It is
powered by QtWebKit therefore the Yocto/OE recipe
depends on meta-qt5.

Bug-AGL: SPEC-330

Change-Id: I8c16a4082db2e42d8f50403eb43cd1e1c847ac1b
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
7 years agoHomescreen: fix installation path for services files 35/7235/1
Stephane Desneux [Thu, 17 Nov 2016 14:25:45 +0000 (15:25 +0100)]
Homescreen: fix installation path for services files

Change-Id: I73f895a9d2e0e69353af4164599fc0b44b74b0de
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoAdd systemd service files 25/7225/2
Bocklage, Jens [Thu, 17 Nov 2016 02:36:12 +0000 (03:36 +0100)]
Add systemd service files

v2 (jsmoeller): Add systemd service plumbing in recipe
v3 (jsmoeller): Update to 7f06418646c8822452f8541386810208c523f990

Change-Id: I6bf9971590f9f19d7d024ffdf87e429766d64231
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoAdd firmware for CES 2017 demo hardware 99/7199/1
Scott Murray [Tue, 15 Nov 2016 17:31:37 +0000 (12:31 -0500)]
Add firmware for CES 2017 demo hardware

Explicitly add linux-firmware-ath9k to images so TP-Link TL-W722N USB
Wifi adapter will work.

Change-Id: Ie8f455cfab4ba19e6a20b1785bbcf13719aafa3a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoInstall to /usr/AGL instead of /opt/AGL. 89/7189/1
Jens Bocklage [Mon, 14 Nov 2016 09:19:30 +0000 (01:19 -0800)]
Install to /usr/AGL instead of /opt/AGL.

Signed-off-by: Jens Bocklage <jens_bocklage@mentor.com>
7 years ago-Make the SampleNav app yellow. 01/7101/1
Bocklage, Jens [Tue, 8 Nov 2016 19:28:41 +0000 (20:28 +0100)]
-Make the SampleNav app yellow.
-Preparation for the new ApplicationFramework binding. The App Framework provides more information.
--Adding afm D-Bus-interface introspection
--Updating the AppInfo datatype to hold the new data:
  The application info consists of:
  string id;
  string version;
  int width;
  int height;
  string name;
  string description;
  string shortname;
  string author;
  string iconPath;
-When pressing the AppLauncher Button or the Settings Button, the app layer is hidden.
--Therefore, shideLayer and showLayer is introduced in the WindowManager API
-If an application does not create its surface instantly, the HomeScreen retries to show the surface related to the pid.
-New WindowManager function deleteLayoutById
-Implement the complete HomeScreen API in the libhomescreen

To build:
enable some features:

source meta-agl/scripts/aglsetup.sh -m porter -b build-porter agl-demo agl-appfw-smack agl-devel

Add HomeScreen to the agl-demo-platform.bb file:

IMAGE_INSTALL_append = " \
    ces2017-demo \
    can-utils iproute2 \
    python-curses \
    dhcp-client \
    climatecontrolplugin \
    Navigation \
    HomeScreen \                    <-----
    ${IMAGE_TTF_FONTS} \
    "

The latest app-framework-main is needed:
Edit file:
meta-app-framework/recipes-core/af-main/af-main_1.0.inc
-SRCREV = "c31038db1cff938d7fa1f12f757c1c57ab51c0bd"
+SRCREV = "cdcf4b4caa5d02a626c2e7075126e395a72f58a0"

Build it:
bitbake agl-demo-platform

When writing the SD-Card, make sure you preserve the extended attributes!
You need at minimum tar v1.28.
You will find this version also in the sysroot!
So you may want to use it:
sudo [..]/sysroots/i686-linux/usr/bin/tar-native/tar xpj --xattrs-include='*' --directory=<sdcard> --file=agl-demo-platform-porter.tar.bz2

We need the IVI-shell, so edit the file weston.ini on the target:
vi /etc/xdg/weston/weston.ini

[core]
shell=ivi-shell.so

[ivi-shell]
ivi-module=ivi-controller.so
ivi-shell-user-interface=/usr/lib/weston/weston-ivi-shell-user-interface

[output]
name=HDMI-A-1
transform=270

If you want to test it, you can download a sample app here:

wget http://iot.bzh/download/public/2016/afb-demos/txc-demo_0.1.wgt
afm-util install txc-demo_0.1.wgt

Qt apps need an environement variable set, so we need to change the start script:
vi /usr/bin/web-runtime

export QT_WAYLAND_SHELL_INTEGRATION="ivi-shell"
LD_PRELOAD=/usr/lib/libEGL.so exec /usr/bin/qt5/qmlscene "$1" /usr/bin/web-runtime-webkit.qml
(this is already in gerrit review: https://gerrit.automotivelinux.org/gerrit/#/c/7077/ )

reboot

To start everything:

cd /opt/AGL/HomeScreen

./WindowManager &
./HomeScreenAppFrameworkBinderAGL &
QT_IVI_SURFACE_ID=1000 QT_WAYLAND_SHELL_INTEGRATION="ivi-shell" ./HomeScreen &

Now you can click the txc-demo and it will show up.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoNow providing shared c++ library to be independent from QDBus. 97/6997/1
Bocklage, Jens [Thu, 3 Nov 2016 19:31:47 +0000 (20:31 +0100)]
Now providing shared c++ library to be independent from QDBus.
New concept of handling layer in WindowManager.
- Three layer are created statically. One for the HomeScreen app (in the backround), one for applications and one for popups.
- Apps can position their surfaces free in the assigned layout render areas. By default, one render area is assinged to one surface.
Compatible with Qt 5.7
- The HomeScreen MUST create its surface with the id 1000!
- This can be archieved this way:
QT_IVI_SURFACE_ID=1000 QT_WAYLAND_SHELL_INTEGRATION="ivi-shell" ./HomeScreen &
- see https://codereview.qt-project.org/#/c/121297/ for more details

Since the WindowManager uses the IVI-shell, the file /etc/xdg/weston/weston.ini has to be changed:
--------
[core]
shell=ivi-shell.so

[ivi-shell]
ivi-module=ivi-controller.so
ivi-shell-user-interface=/usr/lib/weston/weston-ivi-shell-user-interface

[output]
name=HDMI-A-1
transform=270
--------

The sequence that is used right now to get you started with WindowManager and HomeScreen:

killall weston
export XDG_RUNTIME_DIR=/tmp
openvt -s weston
chown aglglobalapp:aglglobalapp /tmp/wayland-0
su aglglobalapp

export `dbus-launch`
cd /opt/AGL/HomeScreen

./WindowManager &
QT_IVI_SURFACE_ID=1000 QT_WAYLAND_SHELL_INTEGRATION="ivi-shell" ./HomeScreen &

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agomove hvacplugin from meta-agl to meta-agl-demo 71/6971/2
Ronan [Wed, 2 Nov 2016 09:12:03 +0000 (10:12 +0100)]
move hvacplugin from meta-agl to meta-agl-demo

Change-Id: I13c48bf7f16869d687ab563b5495836e6980df13
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
7 years agoAdd CES2017-demo and change image definition 65/6965/2
Jan-Simon Möller [Tue, 1 Nov 2016 14:15:39 +0000 (15:15 +0100)]
Add CES2017-demo and change image definition

Change-Id: Ia9f4f619bc0c6576e35cd6fc66267938869dd92c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoChange /opt/AGL to /usr/AGL for ostree integration 43/6943/1
Jan-Simon Möller [Sat, 29 Oct 2016 12:24:34 +0000 (14:24 +0200)]
Change /opt/AGL to /usr/AGL for ostree integration

Ostree (sota) does not preserve /opt , so move /opt/AGL to /usr/AGL
for inclusion in the ota.

Fixes: SPEC-304

Change-Id: I1efcc9c0c2142e9b97f9dbd6b5972493ead8bebc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoPreparation of upgrading to Qt5.7 35/6935/1
Tadao Tanikawa [Fri, 28 Oct 2016 13:21:09 +0000 (22:21 +0900)]
Preparation of upgrading to Qt5.7

Qt5.7 no longer provides any fonts. As a result of this change,
fontconfig and some ttf fonts are to be installed for AGL DEMO Apps.

Change-Id: I2cee35ccd909d08b47d4f2c6d68414f01fa82853
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoWindowManager handles the surfaces now correct. 95/6795/2
Bocklage, Jens [Tue, 18 Oct 2016 16:23:26 +0000 (18:23 +0200)]
WindowManager handles the surfaces now correct.

A new layer is created for all surfaces that belong to the same creator process.
These layers are used to scale the application surfaces to the correct layout application render area.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agorecipes-automotive/hvacplugin: moved from meta-agl 99/6799/1
Stephane Desneux [Tue, 18 Oct 2016 16:52:53 +0000 (16:52 +0000)]
recipes-automotive/hvacplugin: moved from meta-agl

The new git repository for hvac plugin sources is now
AGL (gerrit.automotivelinux.org). As a consequence, the
previous repository (github.com/iotbzh/hvacplugin) is now
deprecated.

Change-Id: Ibaf7b01a97520d3c5e105b02aa1a321c66828797
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoImplemented proximity interface. 07/6707/1
Bocklage, Jens [Wed, 5 Oct 2016 14:36:23 +0000 (16:36 +0200)]
Implemented proximity interface.
Use the simulator to test.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoImplementing app launch and app surface control workflow. 67/6667/1
Bocklage, Jens [Fri, 30 Sep 2016 12:47:46 +0000 (14:47 +0200)]
Implementing app launch and app surface control workflow.
Using WindowManager to control layer and surfaces (ongoing).
Defining three layouts.
Adding combobox selection feature to popup widget.

In the current state it should be possible to launch applications that are available through the Tizen application manager.

Known issue: IVI-shell is currently disabled in AGL due to issues (porting to Yocto 2.1.1).

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoFix configuration of building Qt5 61/6561/1
Tadao Tanikawa [Thu, 15 Sep 2016 11:01:43 +0000 (20:01 +0900)]
Fix configuration of building Qt5

This patch set configuration of Qt5 as follows:
 - To set 'wayland-egl' as default of platform plugins
 - To remove eglfs because AGL don't use it

Change-Id: Ia1084173a65870c254ed1a7e3584ad0a8a1524f9
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoFix issues of dependencies and QA of ALS/CES2016 demo 59/6559/1
Tadao Tanikawa [Thu, 15 Sep 2016 10:29:25 +0000 (19:29 +0900)]
Fix issues of dependencies and QA of ALS/CES2016 demo

This patch fixes these issues:
 - The packages qtmultimedia-qmlplugins,
   qtquickcontrols-qmlplugins and qtsvg-plugins are missing

   For RDEPENDS_${PN},
     PN="ALS2016-demo" and PN="CES2016-demo" not work
     PN="als2016-demo" and PN="als2016-demo" work

   Probably root cause would be in elsewhere...

 - Many QA warning while copying ALS/CES2016 demo files

Change-Id: I010f01f65769dd243a6ef77b0626e9c27a505119
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoChanges for building meta-agl-demo with YP 2.1.1 'krogoth' 37/6537/1
Jan-Simon Möller [Thu, 1 Sep 2016 21:25:44 +0000 (23:25 +0200)]
Changes for building meta-agl-demo with YP 2.1.1 'krogoth'

    Update meta-agl-demo for YP 2.1 'krogoth'

    Notable changes:
    - update qtbase wrt packageconfig flags
    - qtwayland needs the patches checked/ported
    - remove qtwayland examples from packagegroup-agl-appfw-native

    TODO:
    - Check graphic driver stack (mesa, wayland, weston, qtbase, qtwayland et al.)
    - Check wrt SPEC-237
    - port patches for qtwayland
    - check where qtwayland-examples is gone and either remove or re-add

Change-Id: Ib14f1230d0fdc84f82af3e875460c0269faec652
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agorecipes-demo-hmi: update commit hash used in recipe 77/6477/1
Christian Gromm [Wed, 24 Aug 2016 08:37:29 +0000 (10:37 +0200)]
recipes-demo-hmi: update commit hash used in recipe

This patch updates the commit hash used in the can-lin_.bb recipe
to fetch files from the binary blob located at /staging/most-can-demo-bin.

Change-Id: Ibce8d2b64d2911fd48ad58a53f07d377f8282dd9
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
7 years agoUsing the Tizen application manager to receive information about installed apps and... 29/6329/1
Bocklage, Jens [Mon, 8 Aug 2016 08:18:11 +0000 (10:18 +0200)]
Using the Tizen application manager to receive information about installed apps and to launch apps.
This acts as a template for other app framework adoptions.
Using the weston ivi shell to control surfaces.
Using the input event manager to dispatch hard key inputs.
This is a bigger update, so I increased the version number from 0.1.1 to 0.2.0.
Some parts are under development.
I created the components "WindowsManager" and "InputEventManager" because they are not defined in AGL right now.
As soon as they are defined, we should switch to them.

Find more information on the official wiki page: https://wiki.automotivelinux.org/homescreen

Also removed old recipes.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoRewrite and restructure readme files 11/6311/3
Jan-Simon Moeller [Wed, 3 Aug 2016 20:29:42 +0000 (22:29 +0200)]
Rewrite and restructure readme files

This changeset updates the outdated README.md in meta-agl-demo.
We also introduce a split between the README.md which describes
the layer itself and a README-AGL.md (part of meta-agl)
which contains the information on the AGL distribution.

Change-Id: I550a291fabfa91b724c04c7767d8eb2ef4e8a1f6
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
7 years agorecipes-demo-hmi: fix file permissions 45/6245/2
Christian Gromm [Tue, 2 Aug 2016 12:51:34 +0000 (14:51 +0200)]
recipes-demo-hmi: fix file permissions

This patch makes the pre-compiled demo applications executable by assiging the
suitable permissions when installing them on the rootfs.

Change-Id: I0145d1e983d60e6312c40cc0d3e2c4aa3257b44e
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
7 years agorecipes-kernel: update driver recipes 43/6243/1
Christian Gromm [Tue, 2 Aug 2016 09:48:39 +0000 (11:48 +0200)]
recipes-kernel: update driver recipes

This patch changes the recipes to fetch the driver sources from
AGL's src directory. It therefore removes the redundant source
files from the recipe directory.

Change-Id: Ib3c48a0c7e79144713ccd8e10a89185cd929b41c
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
7 years agoAdjust dependencies for Navigation demo app 13/6113/4 2.0.0 blowfish_2.0.0
Tomoki Sekiyama [Tue, 12 Jul 2016 02:32:48 +0000 (02:32 +0000)]
Adjust dependencies for Navigation demo app

This fixes the configuration failure due to package
dependencies to wayland-egl.

Bug-AGL: SPEC-214

Change-Id: Ib7760a8c5860de89a19caec70a8733fd15e7f3af
Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
7 years ago[homescreen] Add support for color schemes. 51/6051/2
Bocklage, Jens [Wed, 6 Jul 2016 17:49:45 +0000 (19:49 +0200)]
[homescreen] Add support for color schemes.
Three demo color schemes are included to demonstrate the feature.

Also cleaned up the generation of D-Bus interface classes.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoEnable ivi-input-contoller.so in meta-agl-demo 55/6055/2
Tadao Tanikawa [Wed, 6 Jul 2016 11:03:10 +0000 (20:03 +0900)]
Enable ivi-input-contoller.so in meta-agl-demo

This enable to deliver key events to applications running
on ivi-shell.

It requires ivi-input-controller.so and control keyboard
focus explicitly. For that, wayland-ivi-extension should be
configured with '-DWITH_ILM_INPUT=1' and built.

This patch is needed because of wayland-ivi-extension_*.bbappend
take over PACKAGECONFIG defined in wayland-ivi-extension.bb in
meta-agl.

Change-Id: Ie9664baa2cd10692b36790adf7cd0cca150fd35f
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agometa-agl-demo: recipes-most: add recipe to install most-driver 69/5969/5
Christian Gromm [Thu, 23 Jun 2016 15:05:25 +0000 (17:05 +0200)]
meta-agl-demo: recipes-most: add recipe to install most-driver

This patch adds the recipe to install the MOST Linux Driver from the staging area
most-can-demo-bin to /lib/modules/3.10.31-ltsi/kernel/drivers/.

v3: Add COMPATIBLE_MACHINE = 'porter' instead of changeset 5995 (jsmoeller)
v2: Adapt folders as per discussion in gerrit (jsmoeller)

Change-Id: If9861ae37669f10f78c7276d3807c7d7a92b78af
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agometa-agl-demo: add recipes-most 11/5911/3
Christian Gromm [Thu, 23 Jun 2016 11:07:38 +0000 (13:07 +0200)]
meta-agl-demo: add recipes-most

This patch adds the recipes needed to copy the applicatons from the
most-can-demo-bin folder of the staging area to  and the
/home/root directory. It is needed to run the MOST video demo and the
CAN application on the agl-demo-platform.

v2: Changed folder recipes-demo-hmi as per discussion in gerrit (jsmoeller)

Change-Id: I5de98416a4d32b794552a2e42d4e95129704db47
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoremove configuration templates 27/6027/2
Stephane Desneux [Tue, 28 Jun 2016 21:50:05 +0000 (21:50 +0000)]
remove configuration templates

Change-Id: If8e0e0df65da65392b5e805fd49bb5d34301dd2f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoAdd AGL Demo Suide for ALS 2016 75/5975/5
Tadao Tnikawa [Fri, 24 Jun 2016 02:11:43 +0000 (11:11 +0900)]
Add AGL Demo Suide for ALS 2016

Add AGL Demo Apps for ALS 2016 to be integrated into agl-demo-platform.

Change-Id: Iec3706c889c47de40fdee6944bee45d2ce3ebf09
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoAdd navigation demo app 03/5903/8
Tomoki Sekiyama [Wed, 22 Jun 2016 06:46:22 +0000 (06:46 +0000)]
Add navigation demo app

Add the recipe for navigation demo app to recipes-demo-hmi.

Change-Id: Ia8df6a2e36d24b27e91d5239c888a05dbe990805
Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
7 years ago[homescreen] Add bitbake recipe for Home Screen app 17/6017/1
Bocklage, Jens [Thu, 30 Jun 2016 11:59:02 +0000 (13:59 +0200)]
[homescreen] Add bitbake recipe for Home Screen app

This bitbake recipe builds the Home Screen application.
In addition a sample application that shows the functionality of the status bar. The sample application SampleAppTimeDate shows the current time in the Home Screen status bar.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
7 years agoRevert "agl-demo-platform.bb: add application framework examples, update templates" 87/5987/1
Stephane DESNEUX [Fri, 24 Jun 2016 10:14:55 +0000 (10:14 +0000)]
Revert "agl-demo-platform.bb: add application framework examples, update templates"

This reverts commit 1c43b18b339038ece8a36d6c49effcc816214354.

Change-Id: I276b349c3bdd8ebf2c7c82ed1ad3d3748a113f59
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoagl-demo-platform.bb: add application framework examples, update templates 77/5777/5
Stephane Desneux [Thu, 2 Jun 2016 14:46:44 +0000 (14:46 +0000)]
agl-demo-platform.bb: add application framework examples, update templates

meta-agl/meta-app-framework/.../packagegroup-agl-app-framework-examples is added to the image

Change-Id: Ibf1f99bbddea1f15b87cc3ed0cc42c128f31a8d7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
7 years agoDocument how to build WebKitForWayland: 71/5771/3
Carlos Alberto Lopez Perez [Tue, 31 May 2016 14:45:06 +0000 (16:45 +0200)]
Document how to build WebKitForWayland:

   Add on the local.conf.samples the required line for building
   WebKitForWayland. Add it commented because of the time it
   takes to build.

Change-Id: I5445c37f02dfe7e44e2f54a82a067365ebc1dcb9
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
7 years agoAdd WebKitForWayland recipe. 69/5769/2
Carlos Alberto Lopez Perez [Fri, 27 May 2016 15:11:18 +0000 (17:11 +0200)]
Add WebKitForWayland recipe.

 * This adds a WebkitForWayland recipe.
 * It depends on harfbuzz with ICU support built-in.

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
7 years agoFix qml-radio-plugin compilation with security flags 25/5825/3
Manuel Bachmann [Mon, 6 Jun 2016 15:18:40 +0000 (15:18 +0000)]
Fix qml-radio-plugin compilation with security flags

Since we added compilation security flags (https://gerrit.
automotivelinux.org/gerrit/#/c/5631/), qml-radio-plugin
breaks because it relies on libtool, which assumes we
want to create an executable due to the flags (-pie)
being passed.

The bug has been reported upstream:
https://lists.gnu.org/archive/html/bug-libtool/2016-05/
msg00004.html
but let us work around it since it is a demo target, and
an upstream fix will take time to implement and test.

Change-Id: I7018df928eb23bc2e8b6afb1aafea46958fd523e
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
7 years agobblayers.conf.sample: Add layer meta-filesystems 15/5815/2
Leon Anavi [Fri, 3 Jun 2016 15:18:17 +0000 (15:18 +0000)]
bblayers.conf.sample: Add layer meta-filesystems

Layer meta-filesystems provides a recipe for fuse
which is required for building OSTree.

Bug-AGL: SPEC-194

Change-Id: I5bc77b0df3fb8c451049ecf0761fabec94ad2e30
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
7 years agoFix typo in local.conf samples 19/5819/1
Manuel Bachmann [Sat, 4 Jun 2016 10:26:16 +0000 (10:26 +0000)]
Fix typo in local.conf samples

Fix small typo, which can be obvious as it copied in the
user's build directory.

Change-Id: Iba5d41ac88444c140414fb5cbe3771c9f152add1
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
7 years agoRefactoring code for installation qml libs 95/5695/2
Phong Tran [Mon, 23 May 2016 23:26:30 +0000 (06:26 +0700)]
Refactoring code for installation qml libs

- Use ${libdir} instead of hardcoding /usr/lib
- Change to use install command for copy files

Change-Id: I4506f69c97ad223b94561fd10b97e5a406c4c4d9
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
7 years agotemplates: d410c: add meta-rust to bblayers.conf.sample 73/5673/1
Phong Tran [Mon, 23 May 2016 14:38:18 +0000 (21:38 +0700)]
templates: d410c: add meta-rust to bblayers.conf.sample

This patch add meta-rust per this commit
27d10e87ed68653f010df94a699f80d4811ff007
bblayers.conf.sample: Add meta-rust

Change-Id: I50dcf04547d33c3e973c39714d0280d3ce710aea
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
8 years agoProvide patched Wayland-IVI-Extension to work with patched Weston from meta-agl-demo. 27/5627/2
Andre Moreira Magalhaes (andrunko) [Thu, 5 May 2016 16:56:21 +0000 (13:56 -0300)]
Provide patched Wayland-IVI-Extension to work with patched Weston from meta-agl-demo.

This change adds support for Wayland IVI Extension 1.9.1 (latest stable release) to work against the
patched weston from meta-agl-demo.
It should not be used when using a stock/unpatched weston.

Wayland-IVI-Extension provides an additional shell plugin for IVI-Shell, along
with command-line tools and demonstration applications.

More info at http://projects.genivi.org/wayland-ivi-extension.

Change-Id: Id74c164eace0cb54d367eda743982bb8baf5d523
Signed-off-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
8 years agobblayers.conf.sample: Add meta-rust 25/5625/2
Leon Anavi [Wed, 4 May 2016 12:50:57 +0000 (12:50 +0000)]
bblayers.conf.sample: Add meta-rust

Add meta-rust to bblayers.conf because the layer
is required for building RVI SOTA Client.

Bug-AGL: SPEC-176

Change-Id: I577ea56ca043f541c8cad5e5e03c9182e03946e9
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agoAdd DragonBoard-410c as target board 91/5591/3
Kotaro Hashimoto [Mon, 25 Apr 2016 01:33:01 +0000 (10:33 +0900)]
Add DragonBoard-410c as target board

This patch adds the dragonboard-410c as DragonBoard-410c target.

Depends-On: Idcad2c27539af130704a3c66efe6b91868eef534

Change-Id: Ia5a61de1368b9dc29242ce89dfb92a5e5e59e18e
Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
8 years agoAdd raspberrypi 2 and 3 43/5543/2
Jan-Simon Möller [Thu, 14 Apr 2016 16:16:08 +0000 (18:16 +0200)]
Add raspberrypi 2 and 3

This adds the rpi 2 and 3 to the mix.
Untested!
It merely enables the layer and nothing else.
Patches/fixes welcome.

Depends-On: I08ec2e9e41003b9dc8244f86d50ccf64e112aba2

Change-Id: I5551fa9cc803acba0f70e021643b568d9631b59e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoIntroduce TI vayu and synchronize and streamline templates 29/5529/1
Jan-Simon Möller [Wed, 13 Apr 2016 22:39:11 +0000 (00:39 +0200)]
Introduce TI vayu and synchronize and streamline templates

This changeset introduces the templates for the TI vayu board.

Also this changeset sychronizes the templates with meta-agl
and formats them in a way so the extra layers are at the end.

Also unify conf-notes.txt into common/conf-notes.txt
for easier maintenance.

Change-Id: Ia8555f0961b35791234c50ec75e5c4f4a3f7a77d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoRDEPEND libgbm-dev in the gles-user-module 07/5507/1
Jan-Simon Möller [Sat, 9 Apr 2016 01:57:18 +0000 (03:57 +0200)]
RDEPEND libgbm-dev in the gles-user-module

To keep core-image-minimal clean of the 3rdparty components, we
need to add the requirements where they are needed and not
globally in the local.conf.sample - fix this.

Change-Id: I6a5b8450a287de59c342318150a81c0dae9308fd
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoRemove Weston 1.8.0-specific IVI-Shell patch 25/5425/2
Manuel Bachmann [Mon, 14 Mar 2016 09:14:22 +0000 (09:14 +0000)]
Remove Weston 1.8.0-specific IVI-Shell patch

As we are now using Weston 1.9.0 and CES demo
timeline is far away, let us remove this ad hoc
patch.

Change-Id: I6ea9c425c5bb3740915a7d41c80270a42ad7a6db
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
8 years agoAdd package group and bitbake target for Quality Assurance 89/5389/2
Tadao Tanikawa [Wed, 10 Feb 2016 10:43:55 +0000 (19:43 +0900)]
Add package group and bitbake target for Quality Assurance

New packagegroup and bitbake target are added which
includes utilities for testing distribution.
It is assumed to be used in the Quality Assurance of AGL Distro.

New package group: packagegroup-agl-demo-platform-qa
New target: agl-demo-platform-qa

Change-Id: I96efde8348037821a6dfcd653e9fcbc87408f183
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoAdd wandboard as target board 05/5305/3
Jan-Simon Möller [Thu, 21 Jan 2016 22:08:43 +0000 (23:08 +0100)]
Add wandboard as target board

This patch adds the wandboard as i.mx6 target.

Note: It does not build yet (etnaviv w/o X11 headers).

Change-Id: Iae25b991d475ce321b4192cbac130ad389021c72
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agobblayers.conf: add meta-efl for lightmediascanner recipe 65/5365/1
Manuel Bachmann [Wed, 3 Feb 2016 11:23:53 +0000 (11:23 +0000)]
bblayers.conf: add meta-efl for lightmediascanner recipe

As we are now based upon Yocto 2.0, we can directly build
the upstream lightmediascanner recipe; but it happens to
live inside "meta-openembedded/meta-efl".

Change-Id: I43b5a97c1beaa94ae34b87bf733e5ec8e403bbe4
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
8 years agoProvide template configuration for each machine or board 07/5307/2
Tadao Tanikawa [Tue, 19 Jan 2016 04:47:35 +0000 (13:47 +0900)]
Provide template configuration for each machine or board

In previous patch, meta-intel layer is added to BBLAYERS for
both QEMU(qemux86/qemux86-64) and Minnowboard MAX(intel-corei7-64)
although QEMU target doesn't need it.

It is preffered to prepare a template configuration
for each machine or board.

Change-Id: Ic88131eb6413b29757916cc5166b8d950d0096fc
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoRelax version specification for weston patch 99/5299/2
Jan-Simon Möller [Mon, 18 Jan 2016 19:34:29 +0000 (20:34 +0100)]
Relax version specification for weston patch

This relaxes the version specification of the weston bbappend.
We're migrating to YP2.0 now.
Patch applies, but we need to test if it works.

Related:
Change-Id: Icaad3f40b29617bcb33ac235bbe3c65f7f4bdbd7

Change-Id: I1f8e2ce5ea5d621162502a8ec977e6c393ec15ce
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agobluez5: fix: apply patch on bluez v5.22 only 81/5281/2
Yannick Gicquel [Fri, 15 Jan 2016 15:55:17 +0000 (16:55 +0100)]
bluez5: fix: apply patch on bluez v5.22 only

Replace 'rev' directive by 'apply' and a check on 'PV' variable.

Tanikawa-san observed a regression while building 'qtsystems' with previous
commit:

(...)
Bitbake fails at qtsystems with c++ compiling errors.

Option 'rev' works only when building code from a revision control system. In bluez5_5.22.bb, source code is downloaded as tarball. "fd0783c8bc524bc9b26514aad1f85814" is not SRCREV, it is md5 of tarball.
(...)

Change-Id: Id595d4c01912567e640d3371bbd0709e53eec748
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
8 years agoSupport MinnowBoard MAX 89/5289/1
Tadao Tanikawa [Mon, 18 Jan 2016 09:43:25 +0000 (18:43 +0900)]
Support MinnowBoard MAX

Update template configuration of layers (bblayer.comf).

Change-Id: I6e30249d3d1184453aabcea158c67783e726f651
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agobluez5: apply patch on bluez v5.22 only 47/5247/1
Yannick Gicquel [Thu, 7 Jan 2016 17:05:07 +0000 (18:05 +0100)]
bluez5: apply patch on bluez v5.22 only

Yocto 1.7 brings bluez v5.22 which require previously delivered
patch. In yocto 2.0, the patch is already integrated upstream (5.33)

Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
8 years agoCleanup of recipes for CESdemo 15/4415/4
Jan-Simon Möller [Sat, 5 Dec 2015 12:46:17 +0000 (13:46 +0100)]
Cleanup of recipes for CESdemo

Small fix to the README.md adding a dependency.

2 fixes for the agl-demo-platform.bb
a) remove porter specifics, they moved to a bbappend in meta-renesas.
b) add CESdemo dependencies and install files in /opt by default.

v2: Fixed typo in agl-demo-platform.bb

v3: Add 'climatecontrolplugin' package to run CES2016 demo.

Change-Id: Id6d2d0b1cdcdf3dbc74309322544e0488a6a003c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoAdd a QML plugin to expose AMB's ClimateControl objects. 11/4511/3
Matthew Vick [Thu, 17 Dec 2015 21:37:25 +0000 (13:37 -0800)]
Add a QML plugin to expose AMB's ClimateControl objects.

To expose the AMB ClimateControl objects to the application layer, add a
QML plugin so the application developers can natively configure the
vehicle's climate controls based on user input.

Because the potential compatibility issue between AMB and Qt being
discussed on the AGL mailing list has not yet been resolved, this commit
also adds a helper program that the climate control plugin will use as a
workaround to access AMB that may be removed in the future.

To include support for this plugin, it is necessary for users to add
"climatecontrolplugin" to their conf/local.conf when building the image.

Change-Id: I6117f0a13e4195e460e3b552befb6e326cdf0f6a
Signed-off-by: Matthew Vick <mvick@jaguarlandrover.com>
8 years agoDisable AM/FM QML Radio Plugin 95/5195/2
Manuel Bachmann [Mon, 21 Dec 2015 14:41:29 +0000 (14:41 +0000)]
Disable AM/FM QML Radio Plugin

Temporarily, due to the following issue : http://lists.
linuxfoundation.org/pipermail/automotive-discussions
/2015-December/001402.html .

Will be re-enabled when it can play nice with MediaPlayer.

Change-Id:I1c7d9e86dfc53da3659a941f4ed09f2d5e68b006
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
8 years agoAdd qml-execscript-plugin to packagegroup-agl-appfw-native-qt5 99/4499/2
Nobuhiko Tanibata [Thu, 17 Dec 2015 07:04:14 +0000 (16:04 +0900)]
Add qml-execscript-plugin to packagegroup-agl-appfw-native-qt5

Change-Id: I8fd46c251ed84f77c608a01bdd2418c9bf95b4cb
Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
8 years agorecipes-kernel: add MOST driver kernel modules 93/4493/2
Christian Gromm [Wed, 16 Dec 2015 12:42:25 +0000 (13:42 +0100)]
recipes-kernel: add MOST driver kernel modules

This commit adds the recipes-kernel directory to the meta-agl-demo
layer. It is needed to add the MOST driver to the AGL layer and have
it compiled as out-of-tree modules.

Change-Id: I38174a2f9a59b0424cfaf2f85f059550422f58f2
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
8 years agoWorkaround for QDbus caching introspects. 97/4497/1
Risto Avila [Thu, 17 Dec 2015 03:00:05 +0000 (05:00 +0200)]
Workaround for QDbus caching introspects.
This just quickly removes the cached object to force introspect.
Final solution will upstreamed in the future.

Change-Id: I156a1a97a0c4d1f17eed1d164e18ee8f73dec074
Signed-off-by: Risto Avila <risto.avila@theqtcompany.com>
8 years agoqml-execscript-plugin 75/4475/1
user [Mon, 14 Dec 2015 14:52:18 +0000 (23:52 +0900)]
qml-execscript-plugin

This plugin support execution of script from QML. This is used for
execution of LayerManagerControl to display Car Navigation on top of
QML. This is temporary solution.

Change-Id: I5825868d65e5712a4a76b3a09c231a20f2fdad66
Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
8 years agoivi-shell: Temporary fix: Send keyboard events to clients who binds wl_keyboard. 65/4465/1
Nobuhiko Tanibata [Mon, 14 Dec 2015 07:51:54 +0000 (16:51 +0900)]
ivi-shell: Temporary fix: Send keyboard events to clients who binds wl_keyboard.

This is a temporary solution to send keyboard events to clients for
CES2016 demo. This shall be resolved by using ilm keyboard focus later.
This doesn't affect current wayland application who uses
wl_pointer/touch and wl_keyboard.

Change-Id: I81c0a58ec65f785652699a71acd9359e86cc3975
Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
8 years agoImprove environment running on VirtualBox or VMWare 51/4451/1
Tadao Tanikawa [Fri, 11 Dec 2015 05:42:31 +0000 (14:42 +0900)]
Improve environment running on VirtualBox or VMWare

Add configurations to template of local.conf:

  - Wider screen than default!
  - Fix corrupting screen by systemd's console message

Change-Id: I0f5fb28305e5fdb4625f7de62e85898f43f905a5
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoAdd instructions for booting from TFTP/NFS 05/4405/3
NuoHan Qiao [Fri, 4 Dec 2015 01:27:02 +0000 (20:27 -0500)]
Add instructions for booting from TFTP/NFS

Change-Id: I3ac99197a9aa4d8ceb6572f12861fc1a0e6bdc72
Signed-off-by: NuoHan Qiao <qiaonuohan@cn.fujitsu.com>
8 years agoUpdate AM/FM radio QML plugin to version 0.2 25/4425/1
Manuel Bachmann [Tue, 8 Dec 2015 02:08:46 +0000 (02:08 +0000)]
Update AM/FM radio QML plugin to version 0.2

This commit upgrades qml-radio-plugin to version 0.2, which :
- implements PulseAudio support (will work automatically if
  we enable it inside AGL) ;
- fixes QML properties and types as requested in [*] ;
- fixes sound stuttering issues.

It also puts the non-mandatory QML sample in a separate
"examples" package, thus avoiding building qtquickcontrols
if we do not need it.

[*] : http://lists.linuxfoundation.org/pipermail/
automotive-discussions/2015-December/001244.html

Change-Id: I2b173d8bb1c4055b2c7ac0c4691d802c2eb5f61f
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
8 years agoProvide AM/FM radio QML plugin 0.1 99/4399/1
Manuel Bachmann [Wed, 2 Dec 2015 07:41:24 +0000 (07:41 +0000)]
Provide AM/FM radio QML plugin 0.1

qml-radio-plugin is a standalone QML plugin building on top
of Qt5/QML and RTL-SDR (RTL2832U chipsets ; it is planned
to also support different hardware). It provides a simple
API able to detect, initialize and playback radio from QML
applications. It also ships with an example.

(Qt itself already provides a Radio class in QtMultimedia,
but it has little to no implementations, and is far too
much demanding for a start. Let us do this first)

Change-Id: Ic6d2417247f7227ccb84d4e1d9f8b1c58319390f
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
8 years agoChange branch info for meta-qt5 in README.md (now jethro due to req for qt-5.5.x). 79/4379/1
Jan-Simon Möller [Wed, 25 Nov 2015 09:26:35 +0000 (10:26 +0100)]
Change branch info for meta-qt5 in README.md (now jethro due to req for qt-5.5.x).

Change-Id: I63364b4fff513207b23c8333529129d5946ae762
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoRevert "Build and install AMB-Qt plugins for QML" 51/4351/1
Tadao Tanikawa [Mon, 16 Nov 2015 14:40:07 +0000 (23:40 +0900)]
Revert "Build and install AMB-Qt plugins for QML"

This reverts commit 99dcaa369e44f8fc601ecc98362b317e19dafc96.

Changes in this patch has been merged into meta-agl layer.
(https://gerrit.automotivelinux.org/gerrit/#/c/4347/)

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoBuild and install AMB-Qt plugins for QML 39/4339/1
Tadao Tanikawa [Fri, 13 Nov 2015 07:21:51 +0000 (16:21 +0900)]
Build and install AMB-Qt plugins for QML

This recipe depends on QtDeclarative, so should be placed
into meta-agl-demo (not meta-agl/meta-ivi-common).

Change-Id: I1f953d3d0005e966db7114b8c098ca628a1a9aaf
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoEnable gstreamer backend for qtmultimedia 19/4319/2
Damian Hobson-Garcia [Thu, 12 Nov 2015 03:57:53 +0000 (12:57 +0900)]
Enable gstreamer backend for qtmultimedia

Used for audio/video decode via qtmultimedia.

Change-Id: I184fcc4fa090fe8df4d5b02500d04ca0980958e6

Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
8 years agoRemoved QtWebkit (To reduce build time for development CES2016-demo) 09/4309/1
Tadao Tnikawa [Thu, 12 Nov 2015 02:42:44 +0000 (11:42 +0900)]
Removed QtWebkit (To reduce build time for development CES2016-demo)

Because we currently don't use QtWebkit for DEMO apps,
QtWebkit has been removed from packages to be installed into
agl-demo-platform to reduce build time.

Change-Id: I874fe1b9fae24965343ea8bf4e4bffcc807dabc9
Signed-off-by: Tadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoUpdate Qt5 to latest stable release (5.5.1) 91/4191/4
Tadao Tanikawa [Wed, 28 Oct 2015 11:23:21 +0000 (20:23 +0900)]
Update Qt5 to latest stable release (5.5.1)

This patch is for updating Qt5 to latest version (5.5.1).

NOTES:
  To build Qt5.5.1, it is necessary to checkout master branch of meta-qt5
  before bitbake until AGL/AGL-repo update to ready for Qt5.5.1.

LIMITATIONS:
  - xdg-shell doesn't work because of protocol version mismatch
    between server(weston) and client(Qt5 Apps).

Change-Id: If0f959dcb394da331692ec866f388cc5e7dc2baa
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
8 years agoAdded instructions for 85/4285/3
wminer [Sat, 7 Nov 2015 17:47:39 +0000 (11:47 -0600)]
Added instructions for
- Building a virtual disk as part of the build process that can be run directly
  in Virtual Box or VMWare
- Adding the demo qml and code to the disk image.
- Running the build command so that the latest CES 2016 demo code is included
  in the build

v2: (Jan-Simon Möller)
- Adapt instructions with 4287 merged.

Change-Id: Ie8ff5465fcf2c97cdd30f74d8084c5a43eda9a9c
Signed-off-by: wminer <wminer@linuxfoundation.org>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoFix recipe to pull latest revision of CES2016-demo whenever updated. 87/4287/1
Tadao Tanikawa [Mon, 9 Nov 2015 08:06:12 +0000 (17:06 +0900)]
Fix recipe to pull latest revision of CES2016-demo whenever updated.

Fix SRCREV and add PV in CES2016-demo.bb to pull latest revision
from repository whenever it is updated.

Change-Id: Ib0c79d9c4f90dd81c59529d645869cec1e2a23ff
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoFix Qt dependency of the CES demo. 61/4261/2
Tadao Tanikawa [Thu, 5 Nov 2015 04:13:18 +0000 (13:13 +0900)]
Fix Qt dependency of the CES demo.

Fix package names of QtMultimedia and QtQuickControls in RDEPENDS.

Package names of 'qtmultimedia' and 'qtquickcontrols' with meta-qt5/master
work fine, but it caused build and runtime errors with meta-qt5/dizzy.

Correct package names are 'qtmultimedia-qmlplugins' and
'qtquickcontrols-qmlplugins'.

And 'qtsvg-plugins' was also missing.

Change-Id: I43829b144dd7b51ab97a453ffebaf09f2fd859c0
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoAdd kernel-modules to local.conf.sample . 59/4259/2
Jan-Simon Möller [Wed, 4 Nov 2015 20:38:34 +0000 (21:38 +0100)]
Add kernel-modules to local.conf.sample .

Change-Id: I5423926122b3326fce3e56a9da01ccd0ec3be8b7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoAdd dummy recipes for UI components. 47/4247/3
Jan-Simon Möller [Tue, 3 Nov 2015 21:49:49 +0000 (22:49 +0100)]
Add dummy recipes for UI components.

Change-Id: I221367d457685f026c3fee84594a2b25b08ef6e9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoAdd bitbake recipe for the CES demo. 45/4245/3
Jan-Simon Möller [Tue, 3 Nov 2015 22:46:13 +0000 (23:46 +0100)]
Add bitbake recipe for the CES demo.

v2:(Tadao Tanikawa)
 -add RDEPENDS because CES demo apps depends on qtquickcontrols
  and qtmultimedia

v1:(Jan-Simon Möller)

Change-Id: I0aed622d5e9c72695a728398a6e457c261804621
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoAdded weston instructions and fixed some typos. 55/4255/1
wminer [Wed, 4 Nov 2015 14:02:17 +0000 (08:02 -0600)]
Added weston instructions and fixed some typos.

Change-Id: I56f9b68b722bf7abf784991517a2fc34f7b21902
Signed-off-by: wminer <wminer@linuxfoundation.org>
8 years agoMerge "Fix compilation issue when using bluetooth/bluetooth.h in C++"
Jan-Simon Moeller [Mon, 2 Nov 2015 23:05:11 +0000 (23:05 +0000)]
Merge "Fix compilation issue when using bluetooth/bluetooth.h in C++"

8 years agoFix compilation issue when using bluetooth/bluetooth.h in C++ 89/4189/1
Tadao Tanikawa [Wed, 28 Oct 2015 08:05:47 +0000 (17:05 +0900)]
Fix compilation issue when using bluetooth/bluetooth.h in C++

Fix compilation issue when building qtsystems-examples in Qt5.5.1.
The reason is because Bluetooth header (/usr/include/bluetooth/bluetooth.h)
is not valid in strict C syntax (e.g. c++11).

Change-Id: Ie6d48faf27047833faed8c1eec1c09240dc7b7e1
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>