José Bollo [Tue, 3 Jan 2017 10:46:04 +0000 (11:46 +0100)]
Activates threading and hook features
Activation of threading was delayed until
CES demo.
Now that CES demo is on, threading can be
activated and tested in real.
This also enables new features:
- Compiler fixes
- Hooking of requests (for debugging)
- Change in handling option --roothttp
- Documentation improvements
- Minor internal improvements and cleanup
Change-Id: I4c7052697a83c3d49a283970c502c62a5d3ddd64
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Ronan [Mon, 2 Jan 2017 16:10:24 +0000 (17:10 +0100)]
add fakeroot to aglwgt_deploy task
* we need to have pseudo env when we deploy
agl app, if not developer id is use instead
of pseudo id (root), and a QA issue is rise
"host contamination".
BB-must-fix
Change-Id: I65c61cf1f5318b9cb9afe942da662863389f28b9
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Jan-Simon Möller [Wed, 28 Dec 2016 19:45:11 +0000 (20:45 +0100)]
Be more precise in addtask
This changeset fixes a timing issue on parallel builds when
using the aglwgt bbclass. It turns out that we need to make sure
our steps finish before do_package is being called.
Change-Id: Ib3bc0d39562c6a0d9ba4c55352c61ce1b57d5409
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Jan-Simon Möller [Wed, 28 Dec 2016 18:15:54 +0000 (19:15 +0100)]
Fix whitespace in aglwgt bbclass
This change fixes an issue in the aglwgt bbclass use of
FILES_${PN} that lead to a missing inclusion of the *.wgt file.
Change-Id: I4ec8485e9f375f3e9278310381b270b0d3647f62
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Jan-Simon Möller [Wed, 28 Dec 2016 13:54:42 +0000 (14:54 +0100)]
Add aglwgt class
This change adds a aglwgt.bbclass which does:
- simplify the application (wrapper) recipes within AGL
- enforces that 'make package' is present to guarantee the SDK workflow works
- places the wgt in the standard location of the AGL reference distro /usr/AGL/apps/
Later the following features will be added to the class:
- automatic generation of a wrapper for smoke-test of install/uninstall operations (ptest script)
- build-time format checks
Change-Id: Ie4f8281061febf3495d33bb1483f8c64b54ed8e9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Tue, 20 Dec 2016 14:45:34 +0000 (15:45 +0100)]
Authorize the requested permissions
Normally, the permissions of installed applications
are subject to authorization and filtering.
This patch removes that control and allows to
set the requested permissions.
It will allow to write correct config.xml
and start using permissions and cynara.
Related to SPEC-367.
Change-Id: I92b366eaeaf0d452062752296848c04833bc87b1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Anton Gerasimov [Fri, 16 Dec 2016 11:37:44 +0000 (12:37 +0100)]
Don't override SYSTEMD_SERVICE of original recipe.
Latest change for compatibility with OSTree introduced this bug, fix.
Change-Id: Ib9c7fe624fbbd722abe07ca08ff56f4334dbf13e
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Wed, 14 Dec 2016 15:34:29 +0000 (16:34 +0100)]
af-main: remove --roothttp option from afm-launch.conf
For all application types except HTML5 (application/vnd.agl.html.hybrid),
there's no need to specify a root http directory. Moreover, If such
directory is not present in the packaging, launching the application
will fail.
Change-Id: Ib0b25f3d8bb9f63dde8610d96126639b846e245d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Anton Gerasimov [Wed, 14 Dec 2016 13:08:16 +0000 (14:08 +0100)]
Move all writable data used by security-manager and appfw to /var
The purpose of these changes is to make OSTree and AppFw update domains
compatible with each other. Some intergation code is also needed to deploy
initial data to writable area (see SPEC-359 in Jira).
Bug-AGL: SPEC-359
Change-Id: Iccba1e9916c569167df2922ad5e2d90cc33f06fe
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Wed, 14 Dec 2016 10:26:23 +0000 (11:26 +0100)]
af-main: fix exec flag and case sensitive ids
The execute flags is now set for widgets of type application/vnd.agl.native.
The ids of the applications are now enforced to lowercase for their storing
and their smack label. Conversely, the id is no more case sensitive for
launching or uninstalling widgets.
Change-Id: I8857b10860acf464cc56939b4acc026319d65736
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Ronan [Wed, 7 Dec 2016 18:58:18 +0000 (19:58 +0100)]
add native build for af-main
Change-Id: If9765fa5dbb5229a511b36cda83505cab75e7785
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Mon, 5 Dec 2016 09:16:12 +0000 (10:16 +0100)]
agl-appfw-smack: remove dependency on meta-agl-security
After removal of meta-agl/meta-agl-security, there's no more
dependency to this layer.
Change-Id: Ib8ed6eb1f5fdd098feb9590586ecdaea5b9308dd
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Mon, 21 Nov 2016 14:37:32 +0000 (15:37 +0100)]
Improves places for QT_WAYLAND_SHELL_INTEGRATION
This define is currently needed by all applications launched
by the framework. This commits allows that.
Change-Id: Ia56268c1bca58f2da7c0152fa735751603d799bc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Thu, 17 Nov 2016 15:26:32 +0000 (16:26 +0100)]
smack: removed already applied patch
This patch is already applied to linux-yocto_4.4.26
Change-Id: Icc58ac2f2d14589c5318286b487f0e13e5ff93f2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Wed, 16 Nov 2016 12:27:36 +0000 (13:27 +0100)]
appfwk: improvements
This commit adds the following improvements to the
application framework:
- "once" method to launch applications at most one time
- minor warning fixes when compiling
- allowing % substitution in environment variables
- export of the variable AFM_APP_INSTALL_DIR
- set the execute flag on installed binaries
Change-Id: I729d3b882089473c627e166c35bd0d96e70c9c53
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 10 Nov 2016 11:46:59 +0000 (12:46 +0100)]
meta-app-framework: fix unpackaged files in nativesdk-af-main
Recent changes in af-main now generate .pc (pkgconfig) files. These files
shouldn't be packaged for nativesdk-af-main: they are just removed at the
end of the install task to avoid the 'unpackaged files' error.
Change-Id: I61364c430c0272e8e8a398e1e5640c856c668c1b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Thu, 3 Nov 2016 10:30:25 +0000 (11:30 +0100)]
Smack: add audit when smack is active
It is important for developement process and for monitoring
hacking to track violations and to monitor wrong uses or problems.
By activating audit with Smack we ensure that detection and reporting
of hazardous or malicious violations will be possible.
Change-Id: I7808ff17b5b8ba1fb09742fd273f46f06917d26b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Tue, 8 Nov 2016 10:38:51 +0000 (11:38 +0100)]
web-runtime: provide IVI tuning for porter
Added to the environment:
export QT_WAYLAND_SHELL_INTEGRATION="ivi-shell"
This allows HTML5 applications to run on top of the
IVI-shell.
Note to AGL integrators: this is a temporary patch
that can be removed at the end.
Change-Id: Ic2b5f75327af6cbd1af4c7bd1eeb5cc3a2b743fd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Tue, 8 Nov 2016 16:27:51 +0000 (17:27 +0100)]
af-main: update
Include features for HomeScreen:
- returns pids
- renamed verbs: stop -> pause & continue -> resume
- dbus manifests
Change-Id: I24ea59f376f57182c7060aca1c96539866cdcaba
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Thu, 3 Nov 2016 10:26:17 +0000 (11:26 +0100)]
Smack: fixup of bluetooth socket labelling
The sockets created by kernel thread will now be
tagged @ instead of _.
This problem was occuring during creation of AF_BLUETOOTH (but is
also latent AF_ALG, AF_IUCV, AF_SCTP, AF_TIPC as they don't go
through the normal socket creation process within linux).
Having the tag @ allows read/write to sockets without special
rules and tus solve the problem.
This solution from upstream linux patches backported and from
a patch made by Samsung for Tizen and that is currently
discussed within kernel lists.
Also add some improvements of the LSM Smack (valid caching and signal 0).
These improvements are backports of patches already available for
linux 4.9-rc3.
AGL-bug: SPEC-293 (https://jira.automotivelinux.org/browse/SPEC-293)
Change-Id: I5999a951a4bbeba7947ebfe5df091de07d59e57e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Ronan [Tue, 1 Nov 2016 14:52:09 +0000 (15:52 +0100)]
Allow build without meta-agl-demo
Change-Id: Ic78464d6e9c07e205b222b3f0f3d49ed1b928ed6
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Fri, 14 Oct 2016 11:25:07 +0000 (13:25 +0200)]
FWK: Adaptations for jethro
Since introduction of ambient capabilities,
systemd deprecated the use of Capabilities.
With systemd 229 activated with krogoth,
the use of Capabilities does nothing.
This commits avoids to use SecureBits and Capabilities.
It now relies on the fact that post installations are
setting the capabilities to the file:
- setcap cap_mac_override,cap_dac_override=ep afm-system-daemon
- setcap cap_mac_override,cap_mac_admin,cap_setgid=ep afm-user-daemon
Using p (permitted) instead of i (inherited) that was
previously used.
It also includes evolutions of the security model to be synchronized
with the deletion of 'User'. The recommended version to use now
is the commit
20bbb97f6d5400b126ae96ef446c3e60c7e16285.
Change-Id: Id24ce7c7651e2fdf8d66b6e8286268e7d88508a0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Tue, 20 Sep 2016 12:40:51 +0000 (14:40 +0200)]
app-framework: Improvements
Within app-framework-binder:
- fixes read and write lock (EAGAIN)
- fixes SIGPIPE handling
- improves the documentation
Within app-framework-main:
- improves documentation (for config.xml)
- fixes setting of permissions
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Change-Id: If860d00204f82ee85ed1fd4ca9ac9820b844085f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Mon, 5 Sep 2016 15:13:10 +0000 (17:13 +0200)]
app-framework: improvements
- Adds the handling of a root for HTTP files with the option --roothttp
- Improves API for openning localized data
- Adds the handling of language
Change-Id: Ia0c6e840265595b6e0415e8ea7a9e6585d8bb88d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Mon, 29 Aug 2016 21:25:25 +0000 (23:25 +0200)]
Improves the handling of upgrade for websockets
The previous implmentation wasn't enough good to allow
the websocket handshake by any client. In particular,
the Qt client wasn't able to connect to binder's websockets.
Also upgrade to MHD 0.9.49 (compatible with krogoth)
Change-Id: Ib5800a4ff6c3d5e6bb11359266867fde52c06dce
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Wed, 10 Aug 2016 16:44:15 +0000 (18:44 +0200)]
app-framework: fix minor bugs
- fix event propagation to services
- fix memory leaks
Change-Id: I73432fd9f4a144d2790a7a67d471045048b5e537
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Manuel Bachmann [Mon, 18 Jul 2016 15:48:59 +0000 (15:48 +0000)]
meta-app-framework: install missing libafbwsc library
libafbwsc is a C WebSockets helper library needed for most
native apffw clients, such as the default provided one,
"afb-client-demo".
Change-Id: I321f62cbd6a04bc3e4b91e4de544865c83397979
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Fri, 15 Jul 2016 11:56:18 +0000 (11:56 +0000)]
meta-app-framework: sync with latest af-main sources
also add base bindings needed for most appfw clients:
* af-binder-binding-afb-dbus-binding
* af-binder-binding-authlogin
Change-Id: I19e5da9490ad9316ed172591f4ebd5755934143a
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Tue, 12 Jul 2016 14:17:37 +0000 (14:17 +0000)]
meta-app-framework: sync with latest af-binder sources
This solves a problem with libafbwsc (Websocket Client library)
when used from SDK to build clients (internal dependency fixed).
Change-Id: I137931c72d895679892523a6bd66cc4ecd4ea1a0
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Mon, 11 Jul 2016 21:05:55 +0000 (21:05 +0000)]
meta-app-framework: add missing dependency between af-binder-dev and libafbwsc-dev
Change-Id: If0ce85a3a6ef1e715681c1011e12dad278735e04
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Sun, 10 Jul 2016 17:53:06 +0000 (17:53 +0000)]
meta-app-framework: af-binder must create ${libdir}/afb at postinst time
Change-Id: I8d2c85d67eec3c697c6abb072955d5e2de8c5e5f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Fri, 8 Jul 2016 15:08:25 +0000 (15:08 +0000)]
meta-app-framework: add af-main-tools and dependencies in nativesdk-packagegroup-sdk-host
This is required to install app framework sdk tools.
Change-Id: Iad407420fa734c063926d1883c288af387155668
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Fri, 8 Jul 2016 14:24:51 +0000 (14:24 +0000)]
meta-app-framework: af-binder source code update
Change-Id: Ia9c5d33defc23612fda34c01a1f1e7d789c961ad
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Tue, 5 Jul 2016 16:04:51 +0000 (16:04 +0000)]
meta-app-framework: build master branch
Change-Id: I3ce83d0a5cd018d4b77492e4237fc4d297ee312f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Tue, 28 Jun 2016 22:13:58 +0000 (22:13 +0000)]
add features agl-demo, agl-appfw-smack and agl-localdev
This is the application of the process proposed here:
https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-June/002232.html
Bug-AGL: SPEC-180
Change-Id: I0063db7ac2803d4ac9540b70be8024b40e97dab3
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Tue, 28 Jun 2016 21:34:29 +0000 (21:34 +0000)]
add feature agl-appfw-smack
Change-Id: Iea370d3b58aad61bad3304e923fc3e11639525e2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
José Bollo [Fri, 24 Jun 2016 09:01:25 +0000 (11:01 +0200)]
upgrade to new namings and bug fixes
Change-Id: If7481696d130859e87f3110af2d0c5dde25615d6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 23 Jun 2016 16:00:59 +0000 (16:00 +0000)]
add layer meta-app-framework
meta-app-framework is a layer containing the AGL App Framework recipes
4 new layers are added for application framework:
* meta-intel-iot-security/meta-security-smack
* meta-intel-iot-security/meta-security-framework
* meta-agl/meta-agl-security
* meta-agl/meta-app-framework
Configuration file changes to support AppFw:
* activation of Smack and Cynara
* modify the tar command to be used to support Smack extended attributes
Change-Id: Idc8abdc8869787feb4b534ee45bf7b5d3dde3632
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Ronan Le Martret [Fri, 24 Mar 2017 14:09:42 +0000 (15:09 +0100)]
Update rcar gen3 script, compliant driver update
Setup_mm_packages.sh must be compliant with driver update.
Test if EXTRACT_DIR do not exists block the update.
Change-Id: If5a8adfbf187e0894d04488eb40aa6ddbe48ad95
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
tte_zheng_wenlong [Wed, 15 Mar 2017 07:15:48 +0000 (16:15 +0900)]
Add kernel config for renesas porter to support ppp
Change-Id: Id387b5d6ea88dfe3c1e8a54afcb5f81f47522e9f
Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Anton Gerasimov [Mon, 20 Feb 2017 10:00:49 +0000 (11:00 +0100)]
Add OTA wks support to Porter and RCar-M3 boards
Bug-AGL: SPEC-413
Change-Id: I4ef71fde4a013c1dac4917f66727ce4b6be4170c
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Karthik Ramanan [Tue, 21 Mar 2017 06:44:23 +0000 (12:14 +0530)]
dra7xx: u-boot: Switch to the 2017.01 u-boot from meta-ti
Change-Id: Ia8d1df73bd3b8812a570a0059aeefc264472abf8
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Karthik Ramanan [Tue, 21 Mar 2017 06:35:54 +0000 (12:05 +0530)]
dra7xx: u-boot: Revert the fix for MMC instability
Change-Id: I88daa7df388c12eed2b53f3db2c8821814c2e88e
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Ronan Le Martret [Thu, 23 Mar 2017 14:40:17 +0000 (15:40 +0100)]
Fix optee-os build
* Remove the file generation and directly copy the files.
the files:
default_regular.c
default_regular.h
were generate with command line:
$ scripts/render_font.py \
--font_file lib/libutee/tui/fonts/amble/Amble-Regular.ttf \
--font_size 20 --font_name default_regular \
--out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui
the files:
default_bold.c
default_bold.h
were generate with command line:
$ scripts/render_font.py \
--font_file lib/libutee/tui/fonts/amble/Amble-Bold.ttf \
--font_size 20 --font_name default_bold
--out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui
python-wand 0.4.3 (and newer) is incompatible with imagemagick >= 7.0,
so we need to backport imagemagick 6.
If you don't have imagemagick 6 install on your host the build of optee-os
will failed.
Change-Id: I83a6c4b963b7d3e18f2730b601934708a2f6c7ef
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Wed, 22 Mar 2017 14:21:07 +0000 (15:21 +0100)]
Removed wl-shell-emulator from AGL
Since CES2017, AGL doesn't use 'layer-add-surfaces' command.
wl-shell-emultor.so is only required by 'layer-add-surfaces'.
So we can remove wl-shell-emultor from AGL.
Bug-AGL: SPEC-341
Change-Id: I0cad29ff1534e8d3fd4b94f8a13490b9fa19918e
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Martin Kelly [Tue, 21 Mar 2017 17:45:12 +0000 (10:45 -0700)]
meta-rcar-3 setup: slight refactoring
Change-Id: I9c4ba041ede07252c69452dfa747b90b36346fba
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Jan-Simon Moeller [Tue, 21 Mar 2017 14:34:28 +0000 (14:34 +0000)]
Merge "[rcar-gen3] Port python-wand for meta-agl-bsp"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:33:54 +0000 (14:33 +0000)]
Merge "Rename weston bbappend recipes for ti"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:33:12 +0000 (14:33 +0000)]
Merge "[rcar-gen3] Disable ipv6"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:33:07 +0000 (14:33 +0000)]
Merge "[rcar-gen3] update weston recipes bbappend"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:33:03 +0000 (14:33 +0000)]
Merge "[rcar-gen3] blacklist the recipes-forward-port from bsp"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:58 +0000 (14:32 +0000)]
Merge "update wayland-ivi-extention to 1.10.90 for ti bsp"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:53 +0000 (14:32 +0000)]
Merge "Remove wayland 1.9.0 recipes"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:47 +0000 (14:32 +0000)]
Merge "Removed old fix for weston-ivi-shell"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:42 +0000 (14:32 +0000)]
Merge "update wayland-ivi-extension to 1.11.0"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:37 +0000 (14:32 +0000)]
Merge "Remove useless fix weston"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:30 +0000 (14:32 +0000)]
Merge "[rcar-gen3] Remove fix on arm-trusted-firmware recipes"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:24 +0000 (14:32 +0000)]
Merge "[rcar-gen3] Renamed weston bbappend recipes"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:18 +0000 (14:32 +0000)]
Merge "[rcar-gen3] Fix webp bbappend"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:11 +0000 (14:32 +0000)]
Merge "[rcar-gen3] Update h3 m3 to renesas rcar gen3 BSP v2.16.0 (branch:morty)"
Jan-Simon Moeller [Tue, 21 Mar 2017 14:32:05 +0000 (14:32 +0000)]
Merge "[rcar-gen3] Update setup script for gen3 v2.16.0"
Ronan Le Martret [Thu, 2 Mar 2017 18:14:12 +0000 (19:14 +0100)]
[rcar-gen3] update weston recipes bbappend
- added weston.ini
- remove fix on apply fix-touchscreen-crash.patch.
this fix is useless for the Renesas rcar gen3 v2.16
Bug-AGL: SPEC-471
Bug-AGL: SPEC-411
Change-Id: Iee25aae5c25fcdda6e97181ccba946db938e129f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 10:15:32 +0000 (11:15 +0100)]
[rcar-gen3] Rename kernel-module-uvcs recipes
* the recipes "kernel-module-uvcs" was changed to
kernel-module-uvcs-drv
Bug-AGL: SPEC-471
Change-Id: I07f4efe47c9c1fe66df7818e98c4c4cc0806973d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Sun, 19 Mar 2017 19:46:08 +0000 (20:46 +0100)]
[rcar-gen3] Port python-wand for meta-agl-bsp
* the optee from Renesas rcar gen3 DEPEND on
python-wand to build.
* python-wand comes from meta-linaro
Bug-AGL: SPEC-471
Change-Id: I2837a50ccea1b474c29a4461e7d7535c6d4195fb
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 3 Mar 2017 13:53:48 +0000 (14:53 +0100)]
Rename weston bbappend recipes for ti
- remove old fix on weston 1.9.0
Bug-AGL: SPEC-411
Change-Id: Ia2115835cabe28bf14007e9376067b5ed255145a
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Thu, 2 Mar 2017 16:22:00 +0000 (17:22 +0100)]
[rcar-gen3] Disable ipv6
* ipv6 was disable in the previous version of
the Renesas gen3 BSP (v2.12) and boot with ipv6 doesn't work,
for now, on the Gen3 board.
Bug-AGL: SPEC-471
Change-Id: I0c0f14cbf3b5d8404e9b8108d24740ecaea762c2
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Thu, 2 Mar 2017 18:14:12 +0000 (19:14 +0100)]
[rcar-gen3] update weston recipes bbappend
- added weston.ini
- fix-touchscreen-crash.patch
Bug-AGL: SPEC-471
Bug-AGL: SPEC-411
Change-Id: Iee25aae5c25fcdda6e97181ccba946db938e129f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Wed, 1 Mar 2017 17:48:17 +0000 (18:48 +0100)]
[rcar-gen3] blacklist the recipes-forward-port from bsp
* AGL must use Wayland/Weston from yocto, so to be sure AGL does not use
Wayland/Weston from Renesas rcar gen3 BSP, blacklist the recipes
forward ported.(but not the recipes .bbappend).
Bug-AGL: SPEC-471
Bug-AGL: SPEC-411
Change-Id: I8310de2210273eb592c6ce865d300e0e5a8dbd0a
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Wed, 1 Mar 2017 14:42:34 +0000 (15:42 +0100)]
update wayland-ivi-extention to 1.10.90 for ti bsp
Bug-AGL: SPEC-411
Change-Id: I5325d12ee46cd1e3a747d29fee5e3bc697eae316
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Wed, 1 Mar 2017 14:25:16 +0000 (15:25 +0100)]
Remove wayland 1.9.0 recipes
* Remove Wayland/Weston backport.
Use Wayland/Weston from yocto upstream
Bug-AGL: SPEC-411
Change-Id: I99692a75728ec3b45b359800d31bf56521184998
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Wed, 1 Mar 2017 14:24:32 +0000 (15:24 +0100)]
Removed old fix for weston-ivi-shell
- 0001-IVI-Shell-use-primary-screen-for-resolution.patch is not use any more
Bug-AGL: SPEC-471
Bug-AGL: SPEC-411
Change-Id: Id2b3eb2ebd11fe1169444d3373f501394247c909
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Wed, 1 Mar 2017 14:07:32 +0000 (15:07 +0100)]
update wayland-ivi-extension to 1.11.0
* remove patch already present in wayland-ivi-extension upstream
* remove unused recipes wayland-ivi-extension 1.5.0
* wayland-ivi-extension_1.11.0.bb is a port of the recipes
wayland-ivi-extension_1.10.90.bb from layer meta-ivi.
* the wayland-ivi-extension_%.bbappend is the AGL part of the
wayland-ivi-extension.
patch -> commit id from upstream
0001-ivi-input-support-touch-and-pointer-on-subsurface.patch
183810b051a7a194bb260ff7db6c8a59ef44d18d
Bug-AGL: SPEC-411
Change-Id: I0f27d00803cb5c06b9f2621918118c985a8dd9d6
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Tue, 28 Feb 2017 10:59:58 +0000 (11:59 +0100)]
Remove useless fix weston
* this fix is already present in weston 1.11.0
* the patch "0001-compositor-drm.c-Launch-without-input-devices.patch"
need to be updated to be compliant to weston 1.11.0
Bug-AGL: SPEC-411
Change-Id: Ife5be1fe06578a55296f0aa1d668d5a1edcba475
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Mon, 27 Feb 2017 17:41:38 +0000 (18:41 +0100)]
[rcar-gen3] Remove fix on arm-trusted-firmware recipes
* the new version of arm-trusted-firmware from Renesas rcar gen3 BSP
doesn't need this fix for h3 anymore
Bug-AGL: SPEC-471
Change-Id: I3101f9cd7c032705bbdcb20cdadbba8af4ed8d62
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 10:47:21 +0000 (11:47 +0100)]
[rcar-gen3] Renamed weston bbappend recipes
Bug-AGL: SPEC-471
Bug-AGL: SPEC-411
Change-Id: Icfcc4144385552718cea8ed43d0aa561686188f5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 10:45:14 +0000 (11:45 +0100)]
[rcar-gen3] Fix webp bbappend
* the original fix is relevant to YP krogoth only,
This branch is based on YP morty
* the original patch is from Renesas rcar gen3 v2.16:
meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-multimedia/webp/libwebp/
disabled_arm_neon.diff
Bug-AGL: SPEC-471
Change-Id: Iff0a6595c15a779eb07a91e0ae3a7a59da99870b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 10:39:51 +0000 (11:39 +0100)]
[rcar-gen3] Update h3 m3 to renesas rcar gen3 BSP v2.16.0 (branch:morty)
Bug-AGL: SPEC-471
Change-Id: Ifb43484b96160b22fe24f446d5560a8796a90e48
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 10:33:44 +0000 (11:33 +0100)]
[rcar-gen3] Update setup script for gen3 v2.16.0
* update script for Renesas rcar gen3 v2.16.0 and for the last released
driver (version 2017-01-25) of Renesas rcar gen3.
Bug-AGL: SPEC-471
Change-Id: If078055e5bc65263491b7cadd6c7b55755746257
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 09:36:48 +0000 (10:36 +0100)]
[rcar-gen3] Remove fix on optee
* the new version of optee from Renesas rcar gen3 v2.16, doesn't need
this fix to build anymore.
Bug-AGL: SPEC-471
Change-Id: I8869b13bf038e2cd2f45a26affadd757fe1ea10c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 10:15:32 +0000 (11:15 +0100)]
[rcar-gen3] Rename kernel-module-uvcs recipes
* the recipes "kernel-module-uvcs" was change to
kernel-module-uvcs-drv
Bug-AGL: SPEC-471
Change-Id: I07f4efe47c9c1fe66df7818e98c4c4cc0806973d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 09:35:26 +0000 (10:35 +0100)]
[rcar-gen3] Remove fix on ppp
* if you build ppp with a kernel >= 4.8 you need this fix
* if you build ppp with a kernel < 4.8 you need to remove this fix
* the version of the kernel from Renesas rcar gen3 v2.16 is 4.9, so
we need this fix.
Bug-AGL: SPEC-471
Change-Id: Iffefa52571163b15c7acd2d1ffc53b9b1ffb0c3b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 09:34:38 +0000 (10:34 +0100)]
[rcar-gen3] Remove mesa backport
* as Renesas rcar gen3 v2.16 do not use mesa recipes (.bbappend)
10.6.3, we do not need to maintain this recipes.
Bug-AGL: SPEC-471
Bug-AGL: SPEC-419
Change-Id: I80582d725bec71931d8d5fbf83fe3e0b29381592
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 09:26:25 +0000 (10:26 +0100)]
[rcar-gen3] Updated arm-trusted-firmware
* this commit fix the patch for the new version of arm-trusted-firmware
of the Renesas rcar gen v2.16
Bug-AGL: SPEC-471
Change-Id: I70abed7104efc53d38133cf11be003476aef35c5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 24 Feb 2017 09:06:50 +0000 (10:06 +0100)]
[rcar-gen3] Backported gstreamer from poky krogoth
* the Renesas rcar gen3 v2.16 need gstreamer recipes 1.6.3 from krogoth
Bug-AGL: SPEC-471
Change-Id: I1ce10935aac45b3f7711ec1033187ba74b1f921c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Fri, 17 Mar 2017 19:33:42 +0000 (20:33 +0100)]
remove PR from recipes
Yocto uses meanwhile 'prserv' to generate the value for PR.
Change-Id: Ib450361085a46ca5f9dc945219d4bd371c427ca5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Martin Kelly [Thu, 16 Mar 2017 18:31:32 +0000 (11:31 -0700)]
meta-rcar-3 setup: typo fixes
Change-Id: Idddf52fd1c894493c3c65c45a93733d5ba39f809
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Ronan Le Martret [Tue, 14 Mar 2017 09:58:29 +0000 (10:58 +0100)]
Add MIT LICENSE to packagegroup-agl-devel
* each packagegroup recipes must have a LICENSE
* remove PR from the recipes
Bug-AGL: SPEC-444
Change-Id: Ie4128e075a9162e05e660c498b61c4d8e4f4812d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Ronan Le Martret [Mon, 13 Mar 2017 14:45:27 +0000 (15:45 +0100)]
Fix missing link to unistring for rygel lms plugin
Bug-AGL: SPEC-478
Change-Id: I0a48b05fb027da254c6823db91b24d847f3ed0d7
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
tte_zheng_wenlong [Wed, 15 Mar 2017 04:25:26 +0000 (13:25 +0900)]
Add kernel config for uart bluetooth device support
Change-Id: Idb61c0f1f52ca9fb6b1afd50e4a397678971f6e5
Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Karthik Ramanan [Mon, 13 Mar 2017 06:21:32 +0000 (11:51 +0530)]
dra7xx-evm: ipumm-fw: deprecate 3.00.08.02
Change-Id: I707a6199891f4efb81da53785ed25c30d2b8d1ed
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Karthik Ramanan [Mon, 13 Mar 2017 06:20:51 +0000 (11:50 +0530)]
dra7xx-evm: Update ipumm-fw PREFERRED_VERSION to latest
Change-Id: Ia9e941cbe1e4be2cd479a0325433c5280567171e
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Karthik Ramanan [Mon, 13 Mar 2017 06:20:11 +0000 (11:50 +0530)]
dra7xx-evm: ipumm-fw: Add recipe for version 3.00.13.00
Change-Id: Iffdbd8393feabd4d27ad6c10c8a80482552c1c5c
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Martin Kelly [Wed, 15 Mar 2017 21:58:00 +0000 (14:58 -0700)]
meta-rcar: don't cd; just unzip
This is slightly cleaner and better for handling failure cases.
Change-Id: I824308fc7c8ca8def86b7470a5226a6eff91f51c
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Matt Ranostay [Fri, 10 Mar 2017 04:53:45 +0000 (06:53 +0200)]
lightmediascanner: add fix for ogg metadata parsing
Some ogg headers have large album art that goes past the
hardcoded 40960 byte header parsing limit, and this change
uses a dynamic check.
Change-Id: Iee565454633f43fc82ecfbf681ee634f8e47a033
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Stephane Desneux [Thu, 9 Mar 2017 15:53:52 +0000 (16:53 +0100)]
meta-netboot: unify instructions to setup uboot for Rcar-Gen3 M3/H3 boards
Change-Id: I961a0c9fa188fffa830927a2c78f205c765a7491
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Jan-Simon Möller [Fri, 3 Mar 2017 13:28:34 +0000 (14:28 +0100)]
Splice out distro configuration in own layer for compatibility
Upstream is working on guidelines for DISTRO and BSP layers.
One outcome is the yocto-compat-layer tool.
A requirement for BSP and DISTRO layers is that they are single-purpose
aka just defining the distro and only defining the BSP.
To comply with this, move the distro out into meta-agl-distro and adapt the templates.
Bug-AGL: SPEC-472
Change-Id: I921127edc78e677bd75d42a793f0b3708a54dd79
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Ronan [Fri, 20 Jan 2017 15:55:46 +0000 (16:55 +0100)]
Add dependency to images
* [SPEC-424]
* yocto image should use dependency to facilitate maintenance
* yocto image should have its own LICENSE defined
Change-Id: I47a6c35f5b80947c5ef8b4761dd98b4bc82a5507
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Dominig ar Foll (Intel Open Source) [Wed, 1 Mar 2017 15:22:06 +0000 (16:22 +0100)]
adding reboot via efi for Minnowboard
Change-Id: I15eea117e6ab3194a1ffd136d2dc5b4dc6c2f659
Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
Dominig ar Foll (Intel Open Source) [Wed, 1 Mar 2017 19:50:03 +0000 (20:50 +0100)]
handling of console device by local.conf to automate Joule support
Change-Id: I884827ed221ad7dc53512aa213291b1f48e60dac
Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
Karthik Ramanan [Wed, 1 Mar 2017 11:19:05 +0000 (16:49 +0530)]
dra7xx-evm: Enable the cmem driver
Change-Id: I3bef001ac992e7d07fd72a6def65df744399489a
Signed-off-by: Karthik Ramanan <a0393906@ti.com>