AGL/meta-agl.git
5 years agoCut Flounder RC5 49/16449/1 5.99.5 flounder/5.99.5 flounder_5.99.5
Jan-Simon Möller [Sat, 1 Sep 2018 11:24:50 +0000 (13:24 +0200)]
Cut Flounder RC5

Adapt distro conf.

Change-Id: Ic4f5463967870d9caebdc0a1a47f5811faf3b60d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agometa-agl-bsp: meta-ti: amx3-cm3: Add a fix for security_flags.inc 47/16447/2
Tom Rini [Fri, 31 Aug 2018 18:05:58 +0000 (14:05 -0400)]
meta-agl-bsp: meta-ti: amx3-cm3: Add a fix for security_flags.inc

The way that the PM firmware for these devices is built takes very
specific steps to only get the cross-compiler provided by OE and almost
nothing else.  Unfortunately when we build with the security_flags.inc
file in our distro this changes some of the default behavior of the
compiler and in turn we need to make sure to disable this and go back to
the default behavior.

Change-Id: I1ab8e20f77d7ab6a3c786437e9a9422b24f0e159
Bug-AGL: SPEC-1341
Signed-off-by: Tom Rini <trini@konsulko.com>
5 years agoUpdate afb-test revision 41/16441/1
Romain Forlot [Fri, 31 Aug 2018 15:30:19 +0000 (17:30 +0200)]
Update afb-test revision

3c1dab4 - Update gitignore
39f65fa - Lower CMake version requirement
82c8c5f - Make afTest test itself correctly
e681815 - Don't crash if lua test files aren't found
d54d2b7 - afb-test doc: Updated doc.
a7fecc2 - Native test script launcher improvments
fd49db6 - afb-test doc: Changed doc to new format

Change-Id: I3877322929824f489c288feb51d71ee732abb6b4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agowayland: Remove unrecognised option "--enable-ivi-shell" 87/16387/1
Leon Anavi [Tue, 28 Aug 2018 14:37:46 +0000 (17:37 +0300)]
wayland: Remove unrecognised option "--enable-ivi-shell"

Remove the unrecognised option "--enable-ivi-shell" from
wayland_%.bbappend and get rid of the following warnings
while building AGL:

WARNING: wayland-native-1.13.0-r0 do_configure: QA Issue: wayland-native: configure was passed unrecognised options: --enable-ivi-shell [unknown-configure-option]
WARNING: wayland-1.13.0-r0 do_configure: QA Issue: wayland: configure was passed unrecognised options: --enable-ivi-shell [unknown-configure-option]

Bug-AGL: SPEC-1703

Change-Id: I9532aef824e3e4780894f7ffc66c3701449a9513
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
5 years agoBump distro post-rc4 47/16347/1
Jan-Simon Möller [Mon, 27 Aug 2018 14:58:20 +0000 (16:58 +0200)]
Bump distro post-rc4

Open up development for rc5/final.

Change-Id: I8a724aec556e4020c60dc6e920c97ed776cf7499
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoPrepare FF RC4 35/16335/2 5.99.4 flounder/5.99.4 flounder_5.99.4
Jan-Simon Möller [Fri, 24 Aug 2018 16:09:02 +0000 (18:09 +0200)]
Prepare FF RC4

Change the distro vars for RC4.

Change-Id: I74af40b74fd55bae4c0779c055ba97499c354e75
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoSignaling bindings: Bump for version FF.RC4 85/16285/4
Romain Forlot [Thu, 23 Aug 2018 15:56:53 +0000 (15:56 +0000)]
Signaling bindings: Bump for version FF.RC4

Changes of agl-service-can-low-level:
0171561 Cleaning, set up binding version in config.cmake
efa12f0 Use TEST app-templates labels
e17d3ee Specify the API name to be tested
ac574c3 Use dedicated API name for the test

Changes of agl-service-signal-composer:
8264bd8 - Missing API_NAME for the test widget
fbdf29b - Fix: segfault at object addition
3d09d0c - Bump submodules
7697648 - Setup the project for afb-test framework

Depends-On: I9b4da627485ad16bc4ed925e97b3a8a320dd7238

Change-Id: Ic399f97ccfdaeec392f829f406222e8c955c19f8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoAdd the afb-test binding in the devel AGL image 47/15247/20
Romain Forlot [Tue, 10 Jul 2018 16:51:13 +0000 (16:51 +0000)]
Add the afb-test binding in the devel AGL image

This will build afb-test binding and tests it using PTest.

Bug-AGL: SPEC-1439

Change-Id: I75d1bbb0a780ca036ab0d653fdcbacda883122f9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoaf-binder & af-main: Bump to version FF-rc4 77/16277/2
José Bollo [Thu, 23 Aug 2018 12:51:52 +0000 (14:51 +0200)]
af-binder & af-main: Bump to version FF-rc4

It include for the binder 3 important fixes:
SPEC-1668, SPEC-1669 and SPEC-1681.

Changes of app-framework-binder:
 * jobs: Abort when systemd's event loop lost
 * afb-stub-ws: Add reconnection of ws-clients on need
 * afb-stub-ws: Safe handling of deconnections
 * afb-stub-ws: Process error on call to remote
 * Send error replies on disconnection
 * afb-wsj1: Split 'wsj1_on_text' in 2
 * afb-stub-ws: Clean up
 * afb-api-ws: Use afb-socket features
 * afb-socket: Improvement
 * afb-stub-ws: Improve naming
 * hello3: Add mutebug
 * Set version to 5.99.FFRC4
 * Provide functions afb_service_call[_sync]_legacy

Changes of app-framework-main:
 * Set version to 5.99.FFRC4

Bug-AGL: SPEC-1668
Bug-AGL: SPEC-1669
Bug-AGL: SPEC-1681

Change-Id: I99b129a1722f1d3182205bc07de449b6ed034002
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoChange the default sdk install path 71/16271/5
Jan-Simon Möller [Thu, 23 Aug 2018 21:56:39 +0000 (23:56 +0200)]
Change the default sdk install path

Installing 2 SDKs of the same version but different arch
results in broken compilation due to a bug in the meta-qt5 sdk
environment scripts.

Mitigate it by adding the DEFAULTTUNE to the SDK installation
folder until the issue can be addressed in SPEC-1686.

Bug-AGL: SPEC-1667, SPEC-1686

v2 (jsmoeller): rewrite to use /opt and SDKPATH

Change-Id: Id7e6c919631fc0bcc630a6b813a714f83adaf148
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoAdd lua-dev and lua-staticdev to minimal crosssdk image 33/16233/3
Jan-Simon Möller [Wed, 22 Aug 2018 13:25:01 +0000 (15:25 +0200)]
Add lua-dev and lua-staticdev to minimal crosssdk image

Change-Id: I28d58ec2096531e6db008f8417c47fde23768994
Bug-AGL: SPEC-1678
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoBump post release 69/16269/1
Jan-Simon Möller [Thu, 23 Aug 2018 12:13:18 +0000 (14:13 +0200)]
Bump post release

Change-Id: Ibb43e5499ebc2c271843dad4ba0162b6cce9bf9c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoMake it possible to use systemd-coredump for development 57/16257/2
Tadao Tanikawa [Wed, 22 Aug 2018 16:12:02 +0000 (16:12 +0000)]
Make it possible to use systemd-coredump for development

For development, systemd-coredump should be enabled especially
for meta-agl/meta-agl-demo because all applications which
compatible with agl appfw are running on systemd.

This patch make systemd-coredump available when
agl-devel is set on (run aglsetup.sh with 'agl-devel').

The core dump files are stored in /var/lib/systemd/coredump/
and 'coredumpctl' is helpful to use dump files.

Change-Id: Ic8a011e96fe36be0266389c03d761d1b8e78bf68
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
5 years ago[Work-around] Update recipe for ImageMagick to avoid bitbake error 23/16223/4
Tadao Tanikawa [Wed, 22 Aug 2018 04:08:59 +0000 (04:08 +0000)]
[Work-around] Update recipe for ImageMagick to avoid bitbake error

At www.imagemagick.org/download, tarball archives of old patchsets are deleted
when a new patchset is created. This causes error when do_fetch().

Offical source repository is in github, so SRC_URI can be set to pull from there.
Unfortunately, github repository has tags only after 6.9.5-4.
Therefore, updated to the latest stable, 6.9.10-10.

For meta-agl/meta-agl-demo, ImageMagick is not mandatory component,
but optee inside Renesas BSP requires it (and python-wand).

Upstream optee already remove these dependency, so this is
just work-around until meta-renesas-rcar-gen3 will be updated.

Change-Id: I1767e2d7588a35d75009843312c484d3d63553ae
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
5 years agoPort the latest version of valgrind 35/16235/4
Ronan Le Martret [Wed, 22 Aug 2018 13:43:05 +0000 (13:43 +0000)]
Port the latest version of valgrind

Some issues appear with the current version of valgrind on aarch64.
(valgrind exits due to an unhandled instruction)
An update of valgrind solves this problem.
I guess other platform need a update on valgrind too, so this port is
not gen3 exclusive.
This port uses the yocto
recipes(poky:7e7ee662f5dea4d090293045f7498093322802cc):
 * with some fix on the patch.
 * remove patch already merged in valgrind git.

Bug-AGL: SPEC-1677

Change-Id: Ibf467bee03487252f24ef046b9fe4e4ff6d389da
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoaf-binder & af-main: Add external binding feature 59/16159/1
Jose Bollo [Mon, 20 Aug 2018 07:56:06 +0000 (09:56 +0200)]
af-binder & af-main: Add external binding feature

This feature is needed for testing.

Change-Id: I5c9cd33c57bfd6c939bb56d4ddb0c153ffc69dc7
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
5 years agoPrepare rc3 release 31/16131/2 5.99.3 flounder/5.99.3 flounder_5.99.3
Jan-Simon Möller [Thu, 16 Aug 2018 18:24:50 +0000 (20:24 +0200)]
Prepare rc3 release

Change the distro vars to FF rc3.

Change-Id: I75afebf4dfed7fafd80cbfb2fcc5d369048fbefa
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoMask conflicting variables from package_write_rpm hash 41/15841/7
Jan-Simon Möller [Sun, 29 Jul 2018 00:00:03 +0000 (02:00 +0200)]
Mask conflicting variables from package_write_rpm hash

See https://jira.automotivelinux.org/browse/SPEC-1629 for the details.

Bug-AGL: SPEC-1629

Change-Id: Id828aab52826b14005d69af5bfaddc4a4c709842
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoAdd machine templates for qemuarm and qemuarm64 77/13877/4
Jan-Simon Möller [Tue, 8 May 2018 17:32:48 +0000 (19:32 +0200)]
Add machine templates for qemuarm and qemuarm64

This changeset adds the necessary tepmlates to build the qemu
targets for ARM 32bit and 64bit.

The MACHINE names are 'qemuarm' and 'qemuarm64'.

As the compiler flags for qemuarm in Yocto are using the equivalent
of armv5te, we need to ship our own machine/qemuarm.conf with our
default tuning for armv7-a (YP name armv7ve), and overrides to build
a v7 kernel and use a v7 capable QEMU machine.  For qemuarm64, some
additional kernel configuration is enabled to allow building and
loading of the MOST drivers.

Bug-AGL: SPEC-756

Change-Id: I0a688a1d61a75f1287902fc2733a8a54b0485a34
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoRevert "[rcar-gen3] Disable ipv6" 41/16041/2
Ronan Le Martret [Tue, 7 Aug 2018 07:35:35 +0000 (07:35 +0000)]
Revert "[rcar-gen3] Disable ipv6"

Bug-AGL: SPEC-490

This reverts commit d88997d1d16897abb83a161c215cbec25d9b5e0f.

Change-Id: I7c7a989fb1bf1df1de3c0557792ea4b013fec709
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoRemove deprecated WiFi binding from core services 17/16117/2
Matt Porter [Tue, 14 Aug 2018 12:53:57 +0000 (08:53 -0400)]
Remove deprecated WiFi binding from core services

The WiFi binding has been deprecated by the network binding.
Remove the recipe and remove it from core services.

Bug-AGL: SPEC-1543

Change-Id: Ifb86faafa0e6d8550c735be5e54c18d0af1b3775
Signed-off-by: Matt Porter <mporter@konsulko.com>
5 years agoFix do_patch[depends] statement 21/16121/1
Jan-Simon Möller [Tue, 14 Aug 2018 15:18:46 +0000 (17:18 +0200)]
Fix do_patch[depends] statement

We were overwriting the previous values.
Thus quilt was not deployed for patching and thus failing.

Change-Id: I031a09059dd5ae163baa37d7bf8866528cde3fce
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agolinux-firmware: Enable WiFi for Raspberry Pi 3 B+ 49/16049/2
Leon Anavi [Tue, 7 Aug 2018 14:12:16 +0000 (17:12 +0300)]
linux-firmware: Enable WiFi for Raspberry Pi 3 B+

Add binary blobs for brcmfmac43455 to enable WiFi for the new
Raspberry Pi 3 Model 3 B+. At the moment meta-raspberrypi
provides this for latest releases but not for Rocko. This fix
should remain in meta-agl until AGL moves to sumo or until we
backport the required changes to meta-raspberrypi branch rocko.

Bug-AGL: SPEC-1652

Change-Id: I644938ac3799b0e831f022fff9b2bc85aa8fd27c
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
5 years ago[RCAR] Update URL of R-Car's Evaluation Software 43/16043/2
Ronan Le Martret [Tue, 7 Aug 2018 09:32:22 +0000 (09:32 +0000)]
[RCAR] Update URL of R-Car's Evaluation Software

New Link:
  * https://www.renesas.com/us/en/solutions/automotive/rcar-download/rcar-demoboard-2.html

Change-Id: I4451bbb8ff151c0ab5af0163e667a170e2a078cb
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoweston.ini: set proper configuration to panel-position 71/16071/1
Harunobu Kurokawa [Wed, 8 Aug 2018 11:14:37 +0000 (20:14 +0900)]
weston.ini: set proper configuration to panel-position

"panel-location" configuration is old. The current weston
uses panel-position.

Change-Id: Iae50bc72c4ece64effe0b9b5f57e8d5e76057478
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
5 years agoReduce fixed memory split on RPi3 39/16039/1
Jan-Simon Möller [Mon, 6 Aug 2018 10:15:04 +0000 (12:15 +0200)]
Reduce fixed memory split on RPi3

As it turns out, the driver uses cma and the fixed memory split is only needed at boot time
before cma takes over or for the old driver.
Thus we can safely reduce it down again as it does not help with the
limited cma memory at all.

Change-Id: Ibd5da5da931d02777e8d69543ce44e6b536402b1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agopackagegroup: core: devel: add agl-service-network-tools package 13/15913/2
Matt Ranostay [Thu, 2 Aug 2018 01:20:01 +0000 (18:20 -0700)]
packagegroup: core: devel: add agl-service-network-tools package

Include the agl-service-network-tools package into the core devel packagegroup

Change-Id: I839951c06532608334254fd8f974deb5bea04ffd
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoprofile-core: agl-service-network: add agl-service-network-tools package 11/15911/2
Matt Ranostay [Wed, 1 Aug 2018 18:48:54 +0000 (11:48 -0700)]
profile-core: agl-service-network: add agl-service-network-tools package

Add debug utilities package to allow testing of agl-network-service functionality

Change-Id: I0adaf40a5888a34df9dd6780ddd0ea693d730c93
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agometa-rcar-gen3: weston-ini-conf: drop v4l2 feature 77/15977/2
Harunobu Kurokawa [Thu, 2 Aug 2018 12:31:56 +0000 (21:31 +0900)]
meta-rcar-gen3: weston-ini-conf: drop v4l2 feature

Though R-Car has V4l2 renderer but it is special case.
Then it makes no sence to add v4l2 configration into
weston.ini file for AGL.

Change-Id: Id91be4ce9bcca03126d01e50c587e8d945464f61
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
5 years agoaf-binder: Upgrade 79/15979/1
José Bollo [Fri, 3 Aug 2018 06:38:26 +0000 (08:38 +0200)]
af-binder: Upgrade

This upgrade include bug fixes and the ability
to set variables for bindings.

The included changes, from newest to oldest, are:

  * 3aa0f4d Fix warnings and false errors
  * de0527f afb-export: Manage path of libraries
  * 5ef271e Add ability to provide binding settings
  * e39610f Improve parsing of json string
  * 10aa15a afb-socket: Separate socket creation
  * df67c02 tic-tac-toe: improve event handling
  * b4455a7 afb-msg-json: remove obsolete function
  * f70e19a afs-supervisor: Improve comments
  * 4772c56 coverage: Improve coverage test
  * 4bbad5b afb-export: Set API context as validated
  * 61b54dd main-afb-client-demo: Exit with a significant code
  * 635772b Tune dependency to fdev-epoll
  * 9cbff28 afb-api-v3: Simplify the code
  * 8d4e6df fdev: Simplify the code
  * 1bc9713 coverage: Add inet's API test case
  * 9c2e6e4 Fix some more memory leaks
  * f96bbb4 afb-config: Rewrite the config as JSON object
  * fe9601c Fix tiny documentation bug
  * 8d95d38 main-afb-daemon: Reorder instantiation of API
  * 77ca8b4 json-c: Remove escaping of slashs
  * e17ae41 coverage and test: Add tests
  * 4c0f6ce afb-api: Define the function afb_api_is_public
  * f44a28a Tiny documentation fixes
  * a4fd4bd afb-export: Fix event handler of API

Change-Id: I8f29701be8f9add9506fc6038bac968bfb63d2b8
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agopulseaudio: remove 10-unload-modules.pa 37/15537/3
George Kiagiadakis [Fri, 20 Jul 2018 11:34:23 +0000 (14:34 +0300)]
pulseaudio: remove 10-unload-modules.pa

This interferes with the default.pa that is shipped in
meta-audio-4a-framework (unload modules fails because the
modules are not loaded).

Change-Id: I0d82fd0e3696ba3b1615b45599bce8e69c3e464d
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
5 years agoWe pin on 4.9 linux-ti-staging for now. 19/15919/2
Jan-Simon Moeller [Thu, 2 Aug 2018 05:37:18 +0000 (05:37 +0000)]
We pin on 4.9 linux-ti-staging for now.

Revert "linux-ti-staging moved to 4.14"

This reverts commit 9e0ff1e9829f3cac0d7a4b90c5456164b8a01b96.

Change-Id: I00dc5ce4d249b28b7f9d4e8559aa78a37edbbea3

5 years agoRemove touchscreen addition 09/15909/2
Jan-Simon Möller [Wed, 1 Aug 2018 16:27:03 +0000 (18:27 +0200)]
Remove touchscreen addition

Kernel 4.14 does not ship the dtb anymore, we pin on 4.9 for now.

Change-Id: I96228b014dc09efbc7379383b2795a8d4eadf022
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agometa-agl-bsp/meta-rcar-gen3: modify audio card name on rcar device 77/15877/2
Harunobu Kurokawa [Wed, 1 Aug 2018 02:18:49 +0000 (11:18 +0900)]
meta-agl-bsp/meta-rcar-gen3: modify audio card name on rcar device

latest sound card name in R-Car Starter Kit is changed "ak4613"
from rsnddai0ak4613h, that is described in device tree.
Therefore, asound.state file should be updated.

Change-Id: I35dc0521da3061eedfa17ba2e28e68ab36353087
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
5 years agoRemove porter reference from meta-agl 81/15681/5
Ronan Le Martret [Mon, 30 Jul 2018 11:59:07 +0000 (13:59 +0200)]
Remove porter reference from meta-agl

* Remove, from recipes, reference to porter, gen2, krogoth.
* cleanup mardown from reference to porter.
* cleanup markdown (markdownlint score 0).

Change-Id: I70b9880fc52ef3c848da588d3a256fa8eee48606
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoFix agl-demo-platform-html5 broken build 79/15879/3
Ronan Le Martret [Wed, 1 Aug 2018 08:49:42 +0000 (10:49 +0200)]
Fix agl-demo-platform-html5 broken build

* using agl-image-minimal.inc instead of agl-image-ivi.inc seems to
  be a better option, as agl-demo-platform-html5 is a meta-agl profil.

Change-Id: I8ba27ad977459e199b43689084f8660c8cdcd564
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoMake pulseaudio conditional for packagegroup-agl-core-multimedia 55/15555/5
Ronan Le Martret [Fri, 20 Jul 2018 13:37:13 +0000 (15:37 +0200)]
Make pulseaudio conditional for packagegroup-agl-core-multimedia

Bug-AGL: SPEC-1234
Bug-AGL: SPEC-1601

Change-Id: I6bcf01d15d47d5224faf36a2ee28fa5d79cf77bd
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agopulseaudio: remove unused .patch files from the repository 39/15539/2
George Kiagiadakis [Fri, 20 Jul 2018 11:32:51 +0000 (14:32 +0300)]
pulseaudio: remove unused .patch files from the repository

No recipe uses those.

Change-Id: Iec368fcf6e6340866c6d346a438e21c8cb7960ef
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
5 years agoPost-rc2 bump 05/15805/4
Jan-Simon Möller [Fri, 27 Jul 2018 10:46:15 +0000 (12:46 +0200)]
Post-rc2 bump

Open-up the app builds again post-rc2.

Change-Id: I231608c7aecb8180a9a50e4c95302f5d6cf0a546
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoRe-add dra7-evm-lcd-lg.dtb as it the screen of the board in CI 63/15863/1
Jan-Simon Möller [Mon, 30 Jul 2018 14:58:36 +0000 (16:58 +0200)]
Re-add dra7-evm-lcd-lg.dtb as it the screen of the board in CI

Change-Id: I3265c71669124c3ee94be86993d45604356c5735
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoFix old bbappend in meta-qcom 39/15839/2
Jan-Simon Möller [Sat, 28 Jul 2018 16:33:00 +0000 (18:33 +0200)]
Fix old bbappend in meta-qcom

meta-openembedded already moved to 3.16 and there is no update in meta-qcom, yet.

Change-Id: Iefbdf9bef83c01e4e37895d445d538d9e4f79957
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoIntroduce buildstat summary for CI builds 33/15833/2
Jan-Simon Möller [Sat, 28 Jul 2018 10:44:06 +0000 (12:44 +0200)]
Introduce buildstat summary for CI builds

To check the sstate-reuse, print out the buildstat summary at the end.

Change-Id: I64fa1591ade5f61dd3c7a2b51ebdb7afd9326de0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agolinux-ti-staging moved to 4.14 37/15837/1
Jan-Simon Möller [Sat, 28 Jul 2018 16:25:26 +0000 (18:25 +0200)]
linux-ti-staging moved to 4.14

Remove the 4.9 patch queue.

Change-Id: Iadd7d4b74085f21f9e487173e9f69ed8969c114b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoUpdate Signal Composer revision 75/15775/1
Romain Forlot [Thu, 26 Jul 2018 10:02:30 +0000 (10:02 +0000)]
Update Signal Composer revision

- New way to store value
- Added metadata attribute
- Improved performance

Change-Id: I788e733015c7ec205418e62d907a38dc831ee1a9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agopackagegroup-agl-core-devel: add jq and libxslt-bin to parse result files 09/15509/3 5.99.2 flounder/5.99.2 flounder_5.99.2
Stephane Desneux [Thu, 19 Jul 2018 23:44:56 +0000 (23:44 +0000)]
packagegroup-agl-core-devel: add jq and libxslt-bin to parse result files

For QA, test and diagnostics, some files or results need to be parsed.
jq and xsltproc are useful tools to process respectively JSON and XML files.

Change-Id: I76810fbdbac2a5d1e243d2e87e63dd41530cdd99
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoaf-main: set relax handling for apps signatures even when agl-devel is not set 59/15759/4
Stephane Desneux [Wed, 25 Jul 2018 18:00:17 +0000 (18:00 +0000)]
af-main: set relax handling for apps signatures even when agl-devel is not set

Allow widgets to be unsigned even in non-development mode. This is a temporary
workaround to let some time to setup the apps signing workflow.

This workaround can be disabled for smoother transition to the world where
all apps must be signed. For this, define AGL_FORBID_UNSIGNED_APPS="1" in
local.conf.

**IMPORTANT: THIS PATCH MUST BE REVERTED IN THE FUTURE AND ALL APPS MUST BE SIGNED**

This patch alters the correct behaviour that was introduced here:
https://gerrit.automotivelinux.org/gerrit/#/c/15527/1/meta-app-framework/recipes-core/af-main/af-main_1.0.bb

Bug-AGL: SPEC-1614

Change-Id: I6bf50b70905a00445598f42ef5f6d9326c6d4cfe
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoagl-service-can-low-level: bump revision. 51/15751/5
Romain Forlot [Wed, 25 Jul 2018 14:56:10 +0000 (14:56 +0000)]
agl-service-can-low-level: bump revision.

Fix build error due to wrong apidef header file generated.

Bugs-AGL: SPEC-1613

Change-Id: Ibf563c1b4ca872c746f673494d627099aa8c5b42
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agomost: apply conditional backport patch for kernels older than 4.13 39/14239/7
Jan-Simon Möller [Mon, 9 Jul 2018 21:52:49 +0000 (23:52 +0200)]
most: apply conditional backport patch for kernels older than 4.13

This patch makes the recipe apply a backport patch on systems
running a kernel older than 4.13.
It is needed to avoid build errors due to API changes.

v2 (jsmoeller): rewrite as KERNEL_VERSION is not available at parsing stage
                This requires quite some plumbing and the maxkver (and minkver) should
                probably go upstream.
                For now we draft this up here as a bbappend.

Change-Id: I48f75f6e98c7b6b4e92b6e43bc3743a5ec3fbbf7
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoBump gpu memory on rpi3 85/15685/2
Jan-Simon Möller [Tue, 24 Jul 2018 22:47:01 +0000 (00:47 +0200)]
Bump gpu memory on rpi3

This gives the gfx core some more head room.

Change-Id: Ibff2aa3ed7fac1a3a199fa738cb47982ac56a298
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoMatrix reloaded Funky Flounder RC2 87/15687/1
Jan-Simon Möller [Tue, 24 Jul 2018 22:49:50 +0000 (00:49 +0200)]
Matrix reloaded Funky Flounder RC2

respin rc2

Change-Id: If860a1797650625350350cf42ab8f0b996e9337c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoEnable weston to use systemd notify 53/15553/2
Tadao Tanikawa [Fri, 20 Jul 2018 09:56:22 +0000 (09:56 +0000)]
Enable weston to use systemd notify

Enable weston to use systemd notify to reduce causes of
race condition between window manager and homescreen.

Bug-AGL: SPEC-1471

Change-Id: I6431b5d52f38b982f6691b2961938664cc4f0544
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
5 years agolinux-renesas: kernel: backport pn533_usb fix from upstream 17/15517/2
Matt Ranostay [Fri, 20 Jul 2018 06:43:38 +0000 (23:43 -0700)]
linux-renesas: kernel: backport pn533_usb fix from upstream

Backport pn533_usb incorect stack use from linux-next kernel

NOTE: this kernel is tracking LTS so at some point it will need to be reverted

Bug-AGL: SPEC-1544
Change-Id: I90fd3e0339dfdb148eb01b6ef836353bc2ac6a43
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoaf-main: Bug fixes 27/15527/1
José Bollo [Fri, 20 Jul 2018 08:29:06 +0000 (10:29 +0200)]
af-main: Bug fixes

 - Fix issue in handling signature of widgets.
 - Fix access to system API afm-main.

This change include the commits:

  * 8c7132a Creates systemd service for APIs
  * d8d819b wgtpkg-digsig: Add flag to accept/refuse a WGT without signature
  * f97f8d2 wgtpkg-digsig: Fix digital signature check

Bug-AGL: SPEC-1592
Bug-AGL: SPEC-1590

Change-Id: I0ecc19466180799e23b7863eb85755d9e4c2894f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoaf-binder: Bug fixes 25/15525/1
José Bollo [Fri, 20 Jul 2018 08:25:19 +0000 (10:25 +0200)]
af-binder: Bug fixes

This upgrade include this following commits

  * 59d2f19 afb-config: Simplify version print
  * 1634f34 afb-trace: Fix bug on uuid of session's events
  * e9eac35 afb-trace: Fix bug in session handling
  * b798adf Fix errors in migration to V3

Bug-AGL: SPEC-1595

Change-Id: I6c195b2a7c48d12bfc175f8d6206727637ff16ec
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoEnable autorev again for master 49/15449/1
Jan-Simon Möller [Thu, 19 Jul 2018 09:38:11 +0000 (11:38 +0200)]
Enable autorev again for master

Change-Id: I7176338b5608f6cef857d3426c7e6f21e202bd3b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoagl-service-radio: added dependency to libusb-compat 31/15431/2
Thierry Bultel [Tue, 17 Jul 2018 14:51:43 +0000 (16:51 +0200)]
agl-service-radio: added dependency to libusb-compat

Change-Id: Ifdfac6a6ae6ef4e28fe636cbe07db08265892349
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
5 years agoActivate missing kernel options for 4a 09/15409/2
Ronan Le Martret [Mon, 16 Jul 2018 15:59:56 +0000 (17:59 +0200)]
Activate missing kernel options for 4a

* without this options the kernel command "make oldconfig"
  can deactivate SND_ALOOP

Change-Id: I132a1109da81aeb470a845e70f2084f57ad47a95
BUG-AGL: SPEC-1591
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoagl-service-can-low-level: Remove low-can-service from homescreen 27/15427/1
José Bollo [Tue, 17 Jul 2018 14:31:53 +0000 (16:31 +0200)]
agl-service-can-low-level: Remove low-can-service from homescreen

Without this commit, the service CAN is displayed by the home screen.
But it shouldn't.

Change-Id: I3b3d854edcda2b337b8b55c7e3a5eba930e43c2d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoBump version number to FF rc2 v5.99.2 89/15389/1
Jan-Simon Möller [Fri, 13 Jul 2018 14:47:39 +0000 (16:47 +0200)]
Bump version number to FF rc2 v5.99.2

In preparation of the 2nd release candidate of Funky Flounder.

Change-Id: Id26c91112c54a99a1fa8f16311049b15e0ac5544
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoEnable agl-audio-4a-framework in CI 51/15051/3
Jan-Simon Möller [Thu, 5 Jul 2018 20:10:41 +0000 (22:10 +0200)]
Enable agl-audio-4a-framework in CI

Use the 4a feature in gerrit (ci-change) and snapshot builds.

Change-Id: I1d0550a2f1759388dc658f0951a51c3183ca7662
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoRevert "linux-ti-staging moved on to 4.14" 37/15337/1
Jan-Simon Moeller [Thu, 12 Jul 2018 12:39:21 +0000 (12:39 +0000)]
Revert "linux-ti-staging moved on to 4.14"

Too early. Need to wait for
https://gerrit.automotivelinux.org/gerrit/#/c/15127/

This reverts commit 57fa6f2599942b87af20ae8791eeb40bec5569ef.

Change-Id: Ie6eabc56c3b5f4af77c944b5eb15e0d36f719756

5 years agolinux-ti-staging moved on to 4.14 29/15329/1
Jan-Simon Möller [Thu, 12 Jul 2018 09:00:30 +0000 (11:00 +0200)]
linux-ti-staging moved on to 4.14

Thus remove the linux-agl-4.9.inc.

Change-Id: I4d3172a58f4bf3e44201b50c183294356d52a3b0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoneard: systemd: changes to allow enablement of neard.service on boot 67/15267/2
Matt Ranostay [Wed, 11 Jul 2018 06:30:26 +0000 (23:30 -0700)]
neard: systemd: changes to allow enablement of neard.service on boot

Bug-AGL: SPEC-1554
Change-Id: Iec2bb77e3f4a5a729298b57a50fb40fb49dba400
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoprofile: core: platform: add nfc connectivity RDEPENDS 59/15259/3
Matt Ranostay [Tue, 10 Jul 2018 23:20:04 +0000 (16:20 -0700)]
profile: core: platform: add nfc connectivity RDEPENDS

Add neard, and neardal package to the connectivity packagegroup

Bug-AGL: SPEC-1554
Change-Id: I2fffaaa91517088a0f2ed51c742dff7f9004a737
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoagl-service-nfc: nfc: add neardal dependency 49/15149/4
Matt Ranostay [Fri, 6 Jul 2018 18:22:12 +0000 (11:22 -0700)]
agl-service-nfc: nfc: add neardal dependency

Include libneardal dependency to allow easy of use to neard package

Bug-AGL: SPEC-1554
Change-Id: Ibc28b24ad28b612ca189871635e3130fb3b96add
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agorecipes-connectivity: neardal: add recipe 57/15257/2
Oleg Zhurakivskyy [Thu, 12 Feb 2015 13:01:37 +0000 (15:01 +0200)]
recipes-connectivity: neardal: add recipe

Bug-AGL: SPEC-1554
Link: https://patchwork.openembedded.org/patch/88673/
Change-Id: Id0287d8cd6bc75b03ec06d0445938a7c27304620
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agolinux-yocto: kernel: backport pn533_usb fix from upstream 55/15255/3
Matt Ranostay [Tue, 10 Jul 2018 20:13:39 +0000 (13:13 -0700)]
linux-yocto: kernel: backport pn533_usb fix from upstream

Backport pn533_usb incorect stack use from linux-next kernel

Bug-AGL: SPEC-1544
Change-Id: Idc3614f0aedc47a6d69523bf4b8b817b4ed62f55
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agometa-agl-bsp: linux: add NFC configuration fragment 53/15253/3
Matt Ranostay [Tue, 10 Jul 2018 20:13:39 +0000 (13:13 -0700)]
meta-agl-bsp: linux: add NFC configuration fragment

Add various NFC options to kernel configuration

Bug-AGL: SPEC-1554
Change-Id: I94c985421a3b78466d44140ebadcec5c50166212
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoBump low-can version 07/15207/2
Romain Forlot [Tue, 10 Jul 2018 15:57:54 +0000 (17:57 +0200)]
Bump low-can version

- Typo and comments
- Correctly destroy context avoiding waiting for nothing when
no CAN bus activity.
- New CAN sample to be used for the agl-vcar configuration example
- Detecting that engine is off and use it during diagnostic messages
subscription
- Run by default as a service
- Add tests

Change-Id: I69ffb7c7f493abdb07793547f5934742bceb8b24
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoFix cmake build with sdk inside a script 79/15179/2
Ronan Le Martret [Tue, 10 Jul 2018 12:05:49 +0000 (14:05 +0200)]
Fix cmake build with sdk inside a script

For the sdk build the cmake config file is source:
sysroots/x86_64-aglsdk-linux/environment-setup.d/cmake.sh

But use "alias" :
alias cmake="cmake ..."

Unfortunatly alias is not expand inside a script.

using an environnement variable for "CMAKE_TOOLCHAIN_FILE" solve the
issue.

This Fix is a port of the yocto FIX 139551:
https://patchwork.openembedded.org/patch/139551/
Unfortunatly this patch is not include in yocto upstream

Bug-AGL: SPEC-1530

Change-Id: Ica80f66cbe976a6ccb1acb7d96b4c4ce4252d4f3
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoaf-binder: Remove call to nice 69/15169/2
José Bollo [Tue, 10 Jul 2018 08:51:47 +0000 (10:51 +0200)]
af-binder: Remove call to nice

Bug-AGL: SPEC-1578
Bug-AGL: SPEC-1544

Change-Id: Ib9c73f05c6b5d945e27529c857a73eae33c12f40
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoAdd network binding to core packagegroup 91/15191/1
Matt Porter [Tue, 10 Jul 2018 13:54:02 +0000 (09:54 -0400)]
Add network binding to core packagegroup

Adds network binding to the core service binding packagegroup.

Bug-AGL: SPEC-1540

Change-Id: Ic46ac041e5c6122d812483910867aacbeb657d4e
Signed-off-by: Matt Porter <mporter@konsulko.com>
5 years agoAdd network binding recipe 89/15189/1
Matt Porter [Tue, 10 Jul 2018 13:52:47 +0000 (09:52 -0400)]
Add network binding recipe

Add the network binding recipe to the core profile.

Bug-AGL: SPEC-1540

Change-Id: I0fd169951e11eebd4448d7519f2cac9e016ed044
Signed-off-by: Matt Porter <mporter@konsulko.com>
5 years agoApplication Framework: Fix bugs 23/15123/2
José Bollo [Mon, 9 Jul 2018 07:58:30 +0000 (09:58 +0200)]
Application Framework: Fix bugs

Bump to latest bug fixes:
  * Fix crash when no icon is set in the config.xml
  * Fix tiny memory leaks in the binder

af-main:
  * 259d262 wgtpkg-install: Fix SEGV when no icon in config file

af-binder:
  * c98c0d9 coverage: Improve testing
  * 42b655f hello2: Add a binding v2 example
  * 298f697 hello3: Fix a bug
  * 10ac210 afb-api-v3: Fix a bug introduced by 8ca7b69
  * 7491c74 afb-cred: Fix memory leak
  * 44b2477 coverage: Add valgrind diagnostics

Bug-AGL: SPEC-1573

Change-Id: I8843b406502b66ff78c4dabb3fca72d41323bb45
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoFix folder name to use entry in BBFILE_COLLECTIONS 13/15113/1
Jan-Simon Möller [Mon, 9 Jul 2018 04:30:59 +0000 (06:30 +0200)]
Fix folder name to use entry in BBFILE_COLLECTIONS

Thus meta-agl-bsp/meta-agl-profile-graphical needs to be meta-agl-bsp/meta-aglprofilegraphical

Bug-AGL: SPEC-1552

Change-Id: I9a504a3e6c090ca8a8dea108a11c0394c0a27b14
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agometa-app-framework/af-binder: bump to latest master revision for (version 5.99.FFRC2) 53/14953/4
Stephane Desneux [Tue, 3 Jul 2018 09:43:32 +0000 (11:43 +0200)]
meta-app-framework/af-binder: bump to latest master revision for (version 5.99.FFRC2)

This patch bumps app-framework-binder to latest revision.

This includes the following changes on the binder:
171e010 Update version to 5.99.FFRC2
95ad001 Simplify build by introducing queuing function
12ec841 Remove uses of deprecated macros
75526aa supervision: Exclude conditionaly the supervision
0d05349 Simplify build process
65bbbd7 locale-root: fixed uninitialized variable
425458b afb-trace: Fix bug in tracing of afb_req_get_client_info
26286eb afb-client-demo: Fix bug that forbids interactive behaviour
eb0abe2 afb-req: Fix a bug in afb_req_verbose
c8dcf6b saha -> salam: To continue using hello
ddbabdd doc: Tiny improvement
4f7f5ae Improve readdirs to follow symbolic links
f645c76 coverage: Add the missing files
57e0934 coverage: Add coverage test
1f9e60c main-afb-client-demo: Allow scripting
b474ee6 afb-autoset: Automatic prefix with unix:
8ca7b69 afb-api-v3: Refactor verb description
b28c89d afb-api-so: accept symbolic links for bindings
176d14b hello3: Add verbs
cd6d449 api-v3: Add monitoring of faults in preinit functions
211343c afb-client-demo: Add option to keep running

Change-Id: If74f48e2820615cc8618145eac4042a432d39ec1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoFixing DCAN nodes addresses 37/14937/4
Khouloud Touil [Mon, 2 Jul 2018 13:52:09 +0000 (13:52 +0000)]
Fixing DCAN nodes addresses

Fix the DT node addresses to match the reg property addresses,
which were verified to match the TRM

Change-Id: I1ec1d52b48aa2af7d74779bf0eb6f30bc7a4a6cc
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
5 years agolinux-intel: nfc: backport pn533_usb stack fix 47/14947/2
Matt Ranostay [Mon, 2 Jul 2018 21:44:40 +0000 (14:44 -0700)]
linux-intel: nfc: backport pn533_usb stack fix

pn533_usb based NFC devices wouldn't work on recent x86 builds, and
requires a patchset from the upstream kernel

Bug-AGL: SPEC-1553
Change-Id: I8113cccd1afc027b80495272bfa8aca42aec7691
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agolibdbus-c++: Remove unnecessary bbappend 65/14965/2
Changhyeok Bae [Tue, 3 Jul 2018 16:35:22 +0000 (16:35 +0000)]
libdbus-c++: Remove unnecessary bbappend

Change-Id: Id2d911a8c9393feb5d15ebe92e8897a11d8d80db
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
5 years agoSet CAN modules 67/14867/5
Khouloud Touil [Wed, 20 Jun 2018 14:03:51 +0000 (14:03 +0000)]
Set CAN modules

Add the C_CAN and the C_CAN_PLATFORM modules to be built as a kernel modules,
those modules supports the Bosch D_CAN and C_CAN peripheral IPs

Change-Id: If5657ba12bb5fc5c2ad1e06554a89255fddd4745
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
5 years agoEnabling the DCAN2 interface 35/14935/3
Khouloud Touil [Mon, 2 Jul 2018 13:46:42 +0000 (13:46 +0000)]
Enabling the DCAN2 interface

Modify the DTS file, to add the proper pinmux for the DCAN2 and enable it

Change-Id: I21d233eab71d062484f322e8dd0f16df34f6fe76
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
5 years agokernel: enable 4A-specific config option snd-aloop 39/14939/1
Stephane Desneux [Wed, 20 Jun 2018 20:43:07 +0000 (22:43 +0200)]
kernel: enable 4A-specific config option snd-aloop

4A requires some specific options in the linux kernel, like
CONFIG_SND_ALOOP for softmixer. This patch adds a config fragment
to the default linux kernel recipe.

This is a copy of what has been done on EE:
* https://gerrit.automotivelinux.org/gerrit/#/c/14303/
* https://gerrit.automotivelinux.org/gerrit/#/c/14561/

Change-Id: I5f8879f4ac1b3685f6d801b385d9b0ce9f17f9c7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoPost rc1 bump of poky-agl.conf 11/14911/1
Jan-Simon Möller [Fri, 29 Jun 2018 21:48:36 +0000 (23:48 +0200)]
Post rc1 bump of poky-agl.conf

Change-Id: I6f9f494a5456bd7c2e9f6a11c7cf36d50f488571
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoPrepare the Funky Flounder RC1 release 85/14885/2 5.99.1 flounder/5.99.1 flounder_5.99.1
Jan-Simon Möller [Fri, 29 Jun 2018 17:20:38 +0000 (19:20 +0200)]
Prepare the Funky Flounder RC1 release

Modify the poky-agl.conf to match the rc1 version.

Change-Id: I0619bcab2ab1274905477d53e62f924fa1141009
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoagl-service-iiodevices: add RDEPENDS on libiio 87/14887/4
Clément Bénier [Fri, 29 Jun 2018 17:33:39 +0000 (19:33 +0200)]
agl-service-iiodevices: add RDEPENDS on libiio

Runtime dependency is missing. agl-service-iiodevices now
pulls the appropriate deps.

Change-Id: I32b2e6d3d35d4fdc9a2e45fc8a0fe0183e1204ae
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
5 years ago[GEN3 KF] Configure GPS device 93/14493/8
Ronan Le Martret [Mon, 18 Jun 2018 08:37:57 +0000 (10:37 +0200)]
[GEN3 KF] Configure GPS device

 * For the Renesas Gen3 extention board Kingfisher,
   we must specify the GPS device for gpsd service.
 * Create a new machine type kingfisher.

Bug-AGL: SPEC-1538

Change-Id: If6b7e49f6a006218e57c58e15855e0d65eb849cd
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoagl-service-iiodevices: add recipe for iiodevices 71/14671/5
cle©mentbeénier [Tue, 26 Jun 2018 06:50:44 +0000 (08:50 +0200)]
agl-service-iiodevices: add recipe for iiodevices

add agl-service-iiodevices to packagegroup-agl-core-services

Change-Id: Ifa61ddd9904cf5e7d166e515bc36e0f647fd7c1f
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
5 years agoaf-binder: Upgrade to binding v3 91/14591/1
José Bollo [Fri, 22 Jun 2018 08:07:21 +0000 (10:07 +0200)]
af-binder: Upgrade to binding v3

And also upgrade af-main to use new feature.

This new version brings the the following features:

 * Dynamic api
 * Event handler
 * Automatic bounding to unknown api
 * Improvement of subcalls
 * Improvement of supervision

Bindings v2 are still supported but are
deprecated and will be removed in some future.

CAUTION: Bindings v1 and vdyn are removed.

Bug-AGL: SPEC-1511
Bug-AGL: SPEC-1020
Bug-AGL: SPEC-1485
Bug-AGL: SPEC-1400
Bug-AGL: SPEC-1126

Change-Id: I0ecc513601cfc7f571f2a3ff90095496b32491d3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoAdd bluez5-obex to connectivity packagegroup 23/14523/1
Matt Porter [Tue, 19 Jun 2018 13:15:38 +0000 (09:15 -0400)]
Add bluez5-obex to connectivity packagegroup

Adds bluez5-obex to connectivity packagegroup for SDK builds.

Bug-AGL: SPEC-1517

Change-Id: Idab6802d6d675d21100d1233c4c77bfd78234382
Signed-off-by: Matt Porter <mporter@konsulko.com>
5 years agoAdd bluetooth pbap binding to core packagegroup 03/14503/2
Matt Porter [Tue, 19 Jun 2018 01:04:49 +0000 (21:04 -0400)]
Add bluetooth pbap binding to core packagegroup

Adds Bluetooth PBAP to the core service binding packagegroup.

Bug-AGL: SPEC-1517

Change-Id: Ifa96ba3059cb2130d11af7a257e13e59b011445a
Signed-off-by: Matt Porter <mporter@konsulko.com>
5 years agoAdd bluetooth pbap binding recipe 01/14501/2
Matt Porter [Tue, 19 Jun 2018 01:01:14 +0000 (21:01 -0400)]
Add bluetooth pbap binding recipe

Add the Bluetooth PBAP binding recipe to the core profile.
This brings in bluez obexd as a runtime dependency.

Bug-AGL: SPEC-1517

Change-Id: I3de18f7e6453e34eb8b6575a5908691f23ff5809
Signed-off-by: Matt Porter <mporter@konsulko.com>
5 years agoRe-enable fix for cmake in sdk 67/14467/1
Jan-Simon Möller [Fri, 15 Jun 2018 18:08:30 +0000 (20:08 +0200)]
Re-enable fix for cmake in sdk

The hotfix is still necessary as of 2018-06-15 in the meta-qt5 version we use.

Change-Id: If650d3056deb604107145dc501a4ba0bf95802e3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agomost: add backport patch 41/14241/5
Christian Gromm [Thu, 7 Jun 2018 14:19:39 +0000 (16:19 +0200)]
most: add backport patch

This patch adds the network-backport patch to the files directory.
It is needed to replace the skb_put_data function with a call to
memcpy for kernels older than 4.13 .

Change-Id: Ic20a99a88b632f3b4e6281e3d8cd462dc5c0752b
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
5 years agomost: update SRCREV 65/14265/3
Christian Gromm [Fri, 8 Jun 2018 12:29:31 +0000 (14:29 +0200)]
most: update SRCREV

This patch updates the git source reference to have Yocto download
the latest version of the driver.

Change-Id: I526ada0b0544fa6bf81161db10568f117ef74ad8
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
5 years agoAlias agl-image-ivi-crosssdk with agl-image-minimal-crosssdk 87/14287/2
Jan-Simon Möller [Mon, 11 Jun 2018 20:56:55 +0000 (22:56 +0200)]
Alias agl-image-ivi-crosssdk with agl-image-minimal-crosssdk

For compatibility and until changes propagate through CI, add an alias.

Change-Id: Ie035e4148c64f737b95cfcea05e72ccd586d532b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years ago[RCARGEN3] Update Renesas Rcar Gen3 BSP to 3.7 33/14033/5
Ronan Le Martret [Fri, 18 May 2018 12:53:30 +0000 (14:53 +0200)]
[RCARGEN3] Update Renesas Rcar Gen3 BSP to 3.7

Tested with agl-demo-platform image on:
  * M3+KF
  * H3+KF

Test results:

| Component                                               |  Status    |
|---------------------------------------------------------|------------|
| Wifi (U52)                                              | ok         |
| BT HCI (U52)                                            | ok         |
| BT Audio(U52)                                           | not tested |
| USB2.0(host)(CN13)                                      | not tested |
| USB2.0(func)(CN13)                                      | not tested |
| USB2.0(on-the-go)(CN13)                                 | not tested |
| USB3.0(CN2)                                             | fail       |
| Multichan Audio(SSI3,4) hphone(CN 32,33) lineout(CN12)  | not tested |
| CSI : Expansion Board (CN10)                            | not tested |
| CSI : Expansion Board (CN11)                            | not tested |
| CSI : Raspberry Pi camera(CN48)                         | not tested |
| Video Input CMOS camera(CN29)                           | not tested |
| HDMI out(CN49)                                          | ok         |
| LVDS out(CN7)                                           | not tested |
| Radio (CN42, 43)                                        | ok         |
| Gyro, Accel                                             | ok         |
| GPS (CN16)                                              | ok         |
| Serial (CN4)                                            | not tested |
| CAN(CN17, 18)                                           | ok         |
| SD (CN47)                                               | fail       |
| Mini PCIe(CN15)                                         | not tested |
| M.2 key M (CN5)                                         | not tested |
| MOST (CN22)                                             | not tested |

Change-Id: I0779cd6440bf1e8fc958f127aee3c3979da603bb
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agokern-tools-native: fix fragments merging script 81/14181/3
Stephane Desneux [Tue, 5 Jun 2018 08:38:03 +0000 (10:38 +0200)]
kern-tools-native: fix fragments merging script

When concatenating kernel config fragments, if a fragment file doesn't
end with a carriage return, then the last config option of the
fragment and the first one of the next fragment are on the same line
in the result file. This leads to misconfiguration because some
options are not taken into account.

This commit includes a patch that will add a \n in the result file
after each fragment.

Bug-AGL: SPEC-1475

Change-Id: I52d13b42909f56f4608860af865a80d0d9b2579e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoagl-service-radio: Rework 4A support 79/14179/2
Scott Murray [Tue, 5 Jun 2018 00:57:30 +0000 (20:57 -0400)]
agl-service-radio: Rework 4A support

Updates for changes to the binding to directly support 4A:
- the over-ride of the output sink is no longer required
- building now always requires gstreamer-1.0
- pulseaudio is now only required when building for non-4A
- set HAVE_4A_FRAMEWORK when building for 4A

Change-Id: If98abbb27ed4f6b04a3102956dfc2923bc7ec2db
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years ago3rd part of the layer/profile rework [1/2] 65/14065/11
Jan-Simon Möller [Tue, 15 May 2018 12:46:21 +0000 (14:46 +0200)]
3rd part of the layer/profile rework [1/2]

This is the last larger commit in this series and deals with the graphical part.

We introduce the graphical profiles:
- meta-agl-profile-graphical
-- meta-agl-profile-graphical-html5
-- meta-agl-profile-graphical-qt5

Notable changes:
- weston-ini-conf moved to the meta-agl-bsp layer. Most BSPs have bbappends, so we need to have the recipes present (but unused) even in the console images.
- new image: agl-image-boot  = terminal-only + network + package-manaager. Ready for using package-feeds
- new image/sdk: agl-image-minimal-crosssdk
- agl-service-mediaplayer has a dependency on weston, thus it cannot be in the 'core'. Moved it to profile-graphical.
- The wayland-ivi-extension moved to the agl-demo-platform.
- The app-framework layer included and pulled 'web-runtime' as dependency. This broke console-only images. This has been moved to be in meta-agl-demo only for now.
- added and massaged the agl-features.
- found and added a useful script 'oe-depends-dot' that helps to work with the dot files (produced with bitbake -g)

Todo:
- we'll need another pass through the packagegroups. The dependencies for the layers/profiles are now sorted-out but we might have to add/shuffle a few packages.

For further details, see meta-agl/docs/profiles.md.

v2: fix meta-agl/meta-security/conf/layer.conf - the immediate expansion previously used in there caused some recipes not being added to BBFILES.
v3: fix packagegroup renaming (packagegroup-agl-devel -> packagegroup-agl-core-devel)
v4: fix missing packagegroup inclusion (tnx Jose, Scott, Stephane)
v5: fix missing packagegroup inclusion
v6: explicitely put profile-graphical-qt5 on-top of profile-graphical
v7: re-add 'procps' when agl-devel feature is on

Bug-AGL: SPEC-145

Change-Id: I24cdcd1118932758d0c55d333338238f2a770877
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoFix kernel .config file configuration 39/14139/1
Ronan Le Martret [Wed, 30 May 2018 11:52:45 +0000 (13:52 +0200)]
Fix kernel .config file configuration

 * A missing carriage return at the end of a cfg
   will break the kernel .config

Bug-AGL: SPEC-1475

EE-MUST-FIX

Change-Id: Ie0bc472153ae73b41c495161f83acba57d812b9a
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>