AGL/meta-agl.git
5 years agoBump libappcontroller 29/21229/3
Romain Forlot [Thu, 2 May 2019 08:22:59 +0000 (10:22 +0200)]
Bump libappcontroller

baaa511 - Inject binding v3 root api into controller plugins
3224600 - Fix: wrong string length size used
c32fc14 - Fix .deb packaging following review 20926
9fab427 - controller: fix broken link
cf08755 - devguides-book: needed for AGL documentation

Bug-AGL: SPEC-2369

Change-Id: If2ea6d0d560b8ec78e31d402dec7a7482a3c7768
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoagl-service-signal-composer: Library dependency 42/21242/2
Frederic Marec [Fri, 3 May 2019 08:21:04 +0000 (10:21 +0200)]
agl-service-signal-composer: Library dependency

As the "controller" and "helper" aren't any more submodules
but in libraries, it is required to add the dependency
in the recipe.

Bug-AGL: SPEC-2139

Change-Id: I377113b733c30d9a51297155c695ae98f151fbed
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
5 years agoMerge "af-binder: New packaging"
José Bollo [Fri, 3 May 2019 06:40:58 +0000 (06:40 +0000)]
Merge "af-binder: New packaging"

5 years agoaf-binder: New packaging 55/21155/2
José Bollo [Fri, 12 Apr 2019 16:33:08 +0000 (18:33 +0200)]
af-binder: New packaging

Improve how the binder is packaged.

Bug-AGL: SPEC-2165

The issue was that the debug symbols were not
at the expected place. It came from the way bitbake
packages debug meterials: the first package with
-dbg extension receive all the debug items.

Change-Id: I2f5470ded58bc782c9a9804373a5eb76b331f5ae
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agometa-intel: Support the upsquare board 93/21193/1
Corentin Labbe [Mon, 29 Apr 2019 13:59:08 +0000 (13:59 +0000)]
meta-intel: Support the upsquare board

This patch adds the necessary CONFIG for booting the upsquare board.

The upsquare have an R8169 ethernet card and need it built-in for the kernel DHCP autoconf to work.
The upsquare need some MFD_INTEL configs to boot.
The meta-intel miss some CONFIG necessary for LAVA and NBD to works.

Bug-AGL: SPEC-2075

Change-Id: Iad63e0f0b978bb75f8d8759ad353e7952b63a2ab
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
5 years agoMerge "Add ARC HSDK board support"
Jan-Simon Moeller [Mon, 29 Apr 2019 13:37:24 +0000 (13:37 +0000)]
Merge "Add ARC HSDK board support"

5 years agoMerge "Change the navigation application default to the new navigation application"
Jan-Simon Moeller [Mon, 29 Apr 2019 13:15:24 +0000 (13:15 +0000)]
Merge "Change the navigation application default to the new navigation application"

5 years agoMerge "Remove inactive devices"
Jan-Simon Moeller [Mon, 29 Apr 2019 11:41:51 +0000 (11:41 +0000)]
Merge "Remove inactive devices"

5 years agoRemove inactive devices 31/21031/4
Jan-Simon Möller [Sat, 13 Apr 2019 22:18:07 +0000 (00:18 +0200)]
Remove inactive devices

Remove device which are EOL, unused or do not work.

As discussed during the SAT call:

- rpi2 :
 -- will not work for IVI due to the CPU
 -- use the rpi3 instead

- joule :
 -- EOL for ~1y, no longer available for purchase, no way to test.

i.MX6:
Remove currently unmaintaned boards. Can re-add on request.
- imx6qsabrelite:
 -- replaced with uprev'd imx6qsabreauto -> imx6qdlsabreauto
- nitrogen6x:
 -- no thud branch upstream.

Bug-AGL: SPEC-2323

Change-Id: I28a70dcb7b48b6a9396d3003cc34d4c1f6570eca
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoMerge "Fix imx6qdlsabreauto machine configuration"
Jan-Simon Moeller [Fri, 26 Apr 2019 15:29:58 +0000 (15:29 +0000)]
Merge "Fix imx6qdlsabreauto machine configuration"

5 years agoAdd ARC HSDK board support 79/21079/2
Evgeniy Didin [Mon, 1 Apr 2019 08:11:05 +0000 (11:11 +0300)]
Add ARC HSDK board support

This changeset adds the necessary files to build
image for Synopsys ARC HS Development Kit (HSDK).
Most of necessary tunnings are stored in meta-synopys layer.

Synopsys DesignWare HSDK (which stands for ARC HS Development Kit)
is the latest and greatest development platform that sports
quad-core ARC HS38 in real silicon.

Most noticeable features of the board are:
* Quad-core ARC HS38 CPU running at 1GHz
* 4Gb of DDR
* Built-in Vivante GPU
* Built-in Wi-Fi/Bluetooth module

Peripherals:
* [micro] SD-card slot
* 2 USB 2.0 ports
* 1Gbit Ethernet port
* Built-in Digilent JTAG probe
* Serial port accessible via micro-USB port

New feature: SPEC-2346

Change-Id: I8772ee51cc3db9f6549da2d6a5ea2d116586cde6
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
5 years agoFix imx6qdlsabreauto machine configuration 75/20975/7
Bechir Mghirbi [Fri, 22 Mar 2019 07:00:38 +0000 (08:00 +0100)]
Fix imx6qdlsabreauto machine configuration

The imx6qsabreauto target was falling behind and could not be build for GG-7.0.

The commit 808fff5 from 'AGL-repo' removed reference to external repos meta-freescale-3rdparty and meta-freescale-distro.
However 'meta-agl' was not updated to follow up on this change which broke configuration for imx6 based targets.

This patch makes the required changes to fix the imx6qsabreauto machine configuration:

    - removes reference to deleted layers: meta-freescale-3rdparty and meta-freescale-distro
    - updates MACHINE value to imx6qdlsabreauto as defined in meta-freescale layer
    - deletes reference to packagegroup-fscl-* not required to build AGL
    - add "agl-medium-arm-compiler" to DISTRO_FEATURES so DEFAULTTUNE is correctly set to 'armv7athf-neon'

v2 (jsmoeller): moved board name to match MACHINE

v3 (bechir.mghirbi):
    - remove wayland_2.0.0 as weston_4.0.0.imx is used.
    - use default IMAGE_FSTYPES as bitbake is complaining that no IMAGE_CMD defined for IMAGE_FSTYPES entry 'sdcard'
    - Add CFG80211 Kernel configuration

Change-Id: Ib8b1d254972c737725247a5b13ce333e8ef9d4dc
Signed-off-by: Bechir Mghirbi <bechir.mghirbi@grammer.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agometa-agl-profile-core: Add mosquitto to passwd / group 35/21135/1
Scott Murray [Tue, 23 Apr 2019 17:07:11 +0000 (13:07 -0400)]
meta-agl-profile-core: Add mosquitto to passwd / group

Add entries for the mosquitto daemon to the static passwd and group
files to allow building it into images.  Since there is not really a
mechanism for doing this in the telematics profile without a full
duplication of the files, adding it to the core version seems required
for now.

Change-Id: I50248a7d2b2a2ed5539ba002d9521c0e0fd14034
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agometa-agl.md: remove link to meta-agl-extra 49/21049/1
Clément Bénier [Tue, 16 Apr 2019 13:29:30 +0000 (15:29 +0200)]
meta-agl.md: remove link to meta-agl-extra

- this link does not exist anymore

Change-Id: I912a0396d890b8548d3d8388852c685ee17d2d2b
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
5 years agoChange the navigation application default to the new navigation application 32/21032/1
Jan-Simon Möller [Sat, 13 Apr 2019 22:28:30 +0000 (00:28 +0200)]
Change the navigation application default to the new navigation application

Now that the new navigation application is ready,
change the default navigation application.

This replaces https://gerrit.automotivelinux.org/gerrit/#/c/19831/ .

Change-Id: Iac516672087d231d5ea0b43764ce12e3d3c20580
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoMerge "Add rpi network drivers by default"
Jan-Simon Moeller [Fri, 12 Apr 2019 15:37:32 +0000 (15:37 +0000)]
Merge "Add rpi network drivers by default"

5 years agoMerge "Meta-agl: Added new layer files and updated book file."
Jan-Simon Moeller [Fri, 12 Apr 2019 14:34:20 +0000 (14:34 +0000)]
Merge "Meta-agl: Added new layer files and updated book file."

5 years agoMerge "af-binder: Add recent improvements and fixes"
Jan-Simon Moeller [Thu, 11 Apr 2019 15:42:35 +0000 (15:42 +0000)]
Merge "af-binder: Add recent improvements and fixes"

5 years agoAdd rpi network drivers by default 90/20990/1
Jan-Simon Möller [Thu, 11 Apr 2019 11:47:10 +0000 (13:47 +0200)]
Add rpi network drivers by default

This is needed for network booting.

Change-Id: Iecee73a3b0bf31c3c68bb4beea1f41d07c9b5ec5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agometa-agl-profile-telematics: recipes-core: systemd: remove v234 bbappend 71/20971/1
Matt Ranostay [Tue, 9 Apr 2019 17:59:02 +0000 (20:59 +0300)]
meta-agl-profile-telematics: recipes-core: systemd: remove v234 bbappend

Recent upgrade to thud brings in v239 which already has the canbus changes.

Change-Id: If5cd09e55117f56c3ff8bb9b1155519e7e2a40d2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoaf-binder: Add recent improvements and fixes 99/20899/3
José Bollo [Thu, 4 Apr 2019 07:22:19 +0000 (09:22 +0200)]
af-binder: Add recent improvements and fixes

Includes the following changes:
 * 51b8ff0 Prevent false positive during check source
 * 6b70202 coverage: Allow removal of valgrind
 * bf7fe72 jobs: Clean unneeded code
 * 418ba12 watchdog: Isolate the watchdog from jobs
 * d7e4fab Rename afb-systemd to systemd
 * c330ecf system & jobs: Reverse link and acquiring events
 * d9de3cd evmgr: Isolate the event loop from jobs
 * 5715fd5 afb-args: Use secure_getenv
 * 5011060 sig-monitor: Add compiling switches
 * a2cf84e hooks: Allow to remove hooking (and/or trace)
 * 84f4aec Rename afb-config to afb-args
 * 8214e88 evmgr: Fix a "maybe uninitialized" issue
 * 50deefa Workaround an exit issue
 * 901a38c jobs: Refactor exiting jobs
 * 2ba7c20 Improve setting of options
 * ec0564b Add conditionnal support of bindings version 2
 * 16f014e Add conditionnal support of dynamic bindings
 * 60cd117 Fix false ***buffer overflow*** detection
 * ce53d8e afb-export: Fix heap corruption

Bug-AGL: SPEC-2292

Change-Id: If4540a3dc58df208ecb3ee7de363d29317bfb903
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoMerge remote-tracking branch 'origin/sandbox/sdesneux/thud-upgrade' 67/20967/1
Jan-Simon Möller [Tue, 9 Apr 2019 16:20:38 +0000 (18:20 +0200)]
Merge remote-tracking branch 'origin/sandbox/sdesneux/thud-upgrade'

Update the core distro to YP 2.6 'thud'.

Bug-AGL: SPEC-1837

Change-Id: I5a753503c4ca15bcb0d4f0f30c4a91e7d50ab024
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoBump afb-helpers version 97/20897/2
Romain Forlot [Thu, 4 Apr 2019 07:33:30 +0000 (07:33 +0000)]
Bump afb-helpers version

5c05223 - Use C++11 standard by default
1eb7fc7 - Set PROJECT_VERSION overwritable by cli
f5bb1d7 - Moved Qt's automoc and autorcc variables
a946245 - book.yml: needed for new doc workflow
8876fa0 - Fix gitreview file
9bcc943 - Set PROJECT_VERSION overwritable by cli
b7e6dbe - Add functions reference documentation
2e36a74 - Call the freeCB function a manual timer stop call
aba89b5 - Little code cleaning.
a1976ff - Adding packaging files

Change-Id: I94b41f5656cfe81f808c0de46d0553a0a6690d51
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoAdd runtime dependency for the test launcher 96/20896/2
Romain Forlot [Thu, 4 Apr 2019 07:50:42 +0000 (07:50 +0000)]
Add runtime dependency for the test launcher

The "afm-test" script use the "jq" tool to be able to launch
the test.

Change-Id: I1aa874e3227b7a265a3c012a9a45b85a3c7cfe86
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoBump appcontroller version 98/20898/3
Romain Forlot [Thu, 4 Apr 2019 07:35:43 +0000 (07:35 +0000)]
Bump appcontroller version

340c0f1 - Use the action API rather than the source one
66bd15b - Rework 'ActionExecOne' to prevent race issues
0ed00b3 - Add fixed gitreview
8c276ea - Add the header files in the dev package
d4bd750 - No bin package about now, only dev version
2fd0e00 - Adds more details about the library migration
8f76233 - Remove useless magic number check
08a8d17 - New installation instructions
680af25 - Adding packaging files
565e5a7 - Set afb-helpers lib as an explicit dependency

Change-Id: I3b7762023a5cc93704d2561f39a37e968c0fdbfc
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years ago[RCAR] update required drivers to *-weston5-20190212
Stephane Desneux [Fri, 5 Apr 2019 12:42:23 +0000 (12:42 +0000)]
[RCAR] update required drivers to *-weston5-20190212

These are required for BSP 3.15.0 on thud (with Wayland 1.16/Weston 5.0)

Bug-AGL: SPEC-1837

Change-Id: I11321915a1be9b858e0b9fef35820c211e0074b4
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoMeta-agl: Added new layer files and updated book file. 23/20923/1
Scott Rifenbark [Fri, 5 Apr 2019 00:09:07 +0000 (17:09 -0700)]
Meta-agl: Added new layer files and updated book file.

Change-Id: I9bfe46ef1776c78e4d9230bfae1228b17c81d91e
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
5 years agoUpgrade to thud
Scott Murray [Fri, 8 Feb 2019 15:53:08 +0000 (10:53 -0500)]
Upgrade to thud

Changes include:
- Add LAYERSERIES_COMPAT definitions to layer.conf files
- Remove now unnecessary SECURITY_*FLAGS over-rides from distro
  configuration
- Set intel-corei7-64 preferred kernel version to 4.19 to match
  latest linux-intel kernel available in meta-intel
- Update qemuarm preferred kernel version to 4.18 to match latest
  linux-yocto
- Update firmware package and devicetree file names for raspberrypi3
- Remove linux-firmware bbappend specific to raspberrypi, it seems no
  longer required and breaks the cross SDK build
- Update linux-intel bbappend to 4.19, remove now unnecessary patch
- Remove now unnecessary lttng-modules backport
- Update linux-raspberrypi bbappend to 4.14 kernel
- Added kernel configuration fragment for raspberrypi to disable
  Kprobes. This is required until linux-raspberrypi is updated to
  greater than 4.14.104 to avoid a build failure in lttng-modules
  related to a check for known breakage in the kernel CONFIG_OPTPROBES
  code.
- Replace obsolete base_conditional usage with oe.utils.conditional
- Add gstreamer1.0-plugins-bad bbappend for raspberrypi3 to disable
  faad PACKAGECONFIG to avoid commercial license issues
- Remove unused and unbuildable Vayu gstreamer recipes
- Update linux-ti-staging bbappend for new BSP kernel
- Regen dcan2_pinmux_enable.patch for linux-ti-staging to remove fuzz
  warning, and remove upstreamed fix_dcan_addresses.patch
- Remove ipumm-fw from meta-agl-bsp/meta-ti, as newer version is
  available in the upstream BSP
- Update meta-agl-bsp/meta-ti weston patch to apply against 5.0.0
- Update meta-agl-bsp/meta-ti wayland-ivi-extension patch to apply
  against 2.2.0
- Add ti-sgx-ddk-km patch to add AGL toolchain configuration file
- Remove now unnecessary fdtoverlay recipe
- Update core.cfg and ivishell.cfg in weston-ini-conf recipe to handle
  move of ivi-controller.so configuration in Weston 5.0.0
- Update connman-ncurses patch to remove fuzz warning
- Add installation of systemd over-ride file for run-postinsts.service
  in run-postinsts bbappend to workaround race condition between
  ldconfig.service and the /sbin/ldconfig invocations in the
  post-install scripts run by run-postinsts.service.  The observed
  failure was cynara's post-install script failing and its database
  not being created.
- Remove now unnecessary valgrind backport
- Add patches to fix most driver compilation against newer kernels
- Update libmicrohttpd bbappend
- Remove libssp-dev from agl-image-graphical-qt5-crosssdk and
  agl-demo-platform-html5-crosssdk, upstream have removed it from
  non-mingw32 platform SDKs
- Update wayland-ivi-extension recipe to build 2.2.0, and update
  local patches
- Update weston patches for 5.0.0. Patches:

  0016-ivi-shell_add_screen_remove_layer_api.patch
  0017-ivi-shell-register-ivi_layout_interface.patch

  have been removed as they have been applied upstream and are no longer
  necessary. Patches:

  0018-compositor-add-output-type-to-weston_output.patch
  0019-compositor-drm-introduce-drm_get_dmafd_from_view.patch

  (both related to Waltham) have been disabled for now as they need
  significant rework.
- Remove weston-conf RRECOMMENDS in weston bbappend to avoid conflict
  with weston-ini-conf
- Add OECMAKE_GENERATOR = "Unix Makefiles" to aglwgt.bbclass to work
  around CMake+ninja issue in cmake-apps-module
- Update dbus cynara patches for 1.12.10
- Add do_install_append in cynara recipe to remove /var/cynara from
  cynara package so the directory creation and labelling in the
  post-install scriptlet will function as intended
- Remove now unnecessary e2fsprogs backport
- Remove now unnecessary libcap-ng backport
- Update pulseaudio patches to remove fuzz warnings
- Update neardal patch to remove fuzz warning
- Update freetype patch to remove fuzz warning
- Rename opencv bbappend to 3.% to handle 3.x backports in upstream
- Updated qtwayland patch to remove fuzz warning

Changes from Stephane Desneux <stephane.desneux@iot.bzh>:
- Remove wayland-ivi-extension PREFERRED_VERSION
- Remove now unnecessary nativesdk-cmake patch
- Remove now unnecessary ptest-runner patches
- Remove now unnecessary harfbuzz patches
- Disable waltham-transmitter as it does not build against weston 5.0.0
- Update af-main, cynara, and security-manager to use pkg_postinst_ontarget
- Bump connman-ncurses revision to avoid deprecated ncurses functions
- Update libva package usage with new intel-vaapi-driver name
- Add patches to security-manager to fix compilation with gcc8
- Updated systemd bbappend

Changes from Jan-Simon Möller <jsmoeller@linuxfoundation.org>:
- Remove meta-agl-bsp/ROCKO.FIXMEs
- Remove linux-yocto_4.12.bbappend and now unnecessary associated
  patch
- Remove now unneeded kern-tools-native patch
- Bump gstreamer PREFERRED_VERSIONs to 1.14.x
- Remove latencytop from packagegroup-agl-core-devel, it has been
  dropped by upstream
- Remove now unnecessary rpm patches
- Update pulseaudio bbappend to 12.2
- Update opencv bbappend to 3.4
- Update freetype bbappend to 2.9.1
- Update dbus bbappend to 1.12.10
- Update weston bbappend to 5.0.0
- Update cynara patches to remove fuzz warnings
- Add patch to cynara to fix compilation with gcc8
- Add xmlsec1 bbappend to clear EXTRA_OECONF to fix compilation on
  sumo or newer

Changes from Ronan Le Martet <ronan.lemartet@iot.bzh>:
- Update meta-rcar-gen3-adas layer gstreamer1.0-plugin-vspfilter
  bbappend to version 1.0.1

Known issues (marked with FIXME):
- CMake+ninja issue in cmake-apps-module has been worked around with
  OECMAKE_GENERATOR
- waltham-transmitter and the patches to weston related to it have been
  disabled
- Currently unclear if patch to libcap-native is actually required or
  not

Bug-AGL: SPEC-1837

Change-Id: I7b8b9ef667aec2d229952eace6663dfc761654d0
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agometa-agl-profile-telematics: recipes-core: systemd: change canbus systemd match regex 14/20814/1
Matt Ranostay [Wed, 27 Mar 2019 04:28:53 +0000 (06:28 +0200)]
meta-agl-profile-telematics: recipes-core: systemd: change canbus systemd match regex

Match on can* versus only can0 for any canbus interfaces that are detected
and set to 500K (which is a common standard automotive baud rate).

Change-Id: I8fe00c3043a7fa1faf92506a6cc26bd692ef3aa0
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoMerge "af-binder: Ensure validy of event loop"
Stéphane Desneux [Tue, 26 Mar 2019 09:00:44 +0000 (09:00 +0000)]
Merge "af-binder: Ensure validy of event loop"

5 years agoMerge "af-main: Add ability to manage all widget"
Jan-Simon Moeller [Mon, 25 Mar 2019 21:07:53 +0000 (21:07 +0000)]
Merge "af-main: Add ability to manage all widget"

5 years agoMerge changes Ic2ca171a,I8542d9ba
Jan-Simon Moeller [Mon, 25 Mar 2019 21:07:02 +0000 (21:07 +0000)]
Merge changes Ic2ca171a,I8542d9ba

* changes:
  meta-agl-profile-core: recipes-apis: agl-service-can-low-level: bump SRCREV
  meta-agl-profile-core: recipes-apis: agl-service-signal-composer: bump SRCREV

5 years agoMerge "[RCAR] Fixed missing definition about virtual/egl"
Jan-Simon Moeller [Mon, 25 Mar 2019 13:45:26 +0000 (13:45 +0000)]
Merge "[RCAR] Fixed missing definition about virtual/egl"

5 years ago[RCAR] Fixed missing definition about virtual/egl 43/20743/3
Harunobu Kurokawa [Tue, 19 Mar 2019 03:10:56 +0000 (12:10 +0900)]
[RCAR] Fixed missing definition about virtual/egl

Sometimes, libepoxy has an error during do_configure.
PREFERRED_PROVIDER_virtual/egl definition in agl_m3ulcb
was changed to virtual-gles-user-module from libegl.
To fix this missing dependency, add virtual/egl definition in
virtual-gles-user-module.

------
checking for egl... no
configure: error: Package requirements (egl) were not met:

No package 'egl' found
------

Change-Id: Ia6915af2a8babbbd3353513cc2c115387f6e178c
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
5 years agoaf-binder: Ensure validy of event loop 82/20782/2
José Bollo [Fri, 22 Mar 2019 16:15:53 +0000 (17:15 +0100)]
af-binder: Ensure validy of event loop

In rare circumstances during intialization threads should wait instead
of using a null event loop. This is because no one has needed event loop at
this stage of initialization.

Change-Id: Ie5c1f86f80d7b90234cedabb07186058e6b2d45f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoaf-main: Add ability to manage all widget 74/20774/3
José Bollo [Fri, 22 Mar 2019 09:00:37 +0000 (10:00 +0100)]
af-main: Add ability to manage all widget

For system uses -like automatic testing-, it is
needed to include tha ability to list ALL installed
widgets and ALL running instance of installed
widgets.

This change adds the option -a or --all to the
commands 'list' and 'runners' for the purpose
of listing any installed widgets, even those
requiring to be hidden.

Example: afm-util ps -a

Bug-AGL: SPEC-2272
Bug-AGL: SPEC-1850

Change-Id: I7a6896e79fa624dee7ee1f18d1e75c14f61bed0c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoMerge "AGL Layer Overview: Re-write of the README-AGL.md file"
Jan-Simon Moeller [Mon, 25 Mar 2019 12:54:44 +0000 (12:54 +0000)]
Merge "AGL Layer Overview: Re-write of the README-AGL.md file"

5 years agometa-agl-profile-core: recipes-apis: agl-service-can-low-level: bump SRCREV 97/20797/1
raquel medina [Mon, 25 Mar 2019 12:08:04 +0000 (14:08 +0200)]
meta-agl-profile-core: recipes-apis: agl-service-can-low-level: bump SRCREV

Bug-AGL: SPEC-2164
Change-Id: Ic2ca171ad57806003438d46ec723c5f19619df40
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
5 years agometa-agl-profile-core: recipes-apis: agl-service-signal-composer: bump SRCREV 96/20796/1
raquel medina [Mon, 25 Mar 2019 11:35:32 +0000 (13:35 +0200)]
meta-agl-profile-core: recipes-apis: agl-service-signal-composer: bump SRCREV

Bug-AGL: SPEC-2164
Change-Id: I8542d9baf56775de29b7bc0cfac0f61135ff9411
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
5 years agoFix the wrong comment of base template file 73/20773/1
Kazumasa Mitsunari [Fri, 22 Mar 2019 08:16:36 +0000 (17:16 +0900)]
Fix the wrong comment of base template file

Change-Id: Ia0dc7fd78f713d9bd68e1e51a84403378e083777
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
5 years agoMerge "af-binder: Fix lock issue"
Jan-Simon Moeller [Thu, 21 Mar 2019 13:09:46 +0000 (13:09 +0000)]
Merge "af-binder: Fix lock issue"

5 years agometa-agl-profile-core: recipes-apis: remove git submodules from SRC_URI 29/20729/1
Matt Ranostay [Sat, 16 Mar 2019 00:52:20 +0000 (02:52 +0200)]
meta-agl-profile-core: recipes-apis: remove git submodules from SRC_URI

Building now is done with respective SDK dependencies and not with git submodules,
so gitsm:// can be changed to git://

Bug-AGL: SPEC-2268
Change-Id: I4ac5ceea55cfb98c302396948acbbf9271036183
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoAGL Layer Overview: Re-write of the README-AGL.md file 79/19379/4
Scott Rifenbark [Thu, 27 Dec 2018 21:55:11 +0000 (13:55 -0800)]
AGL Layer Overview: Re-write of the README-AGL.md file

This topic is really about overviewing the top-level Yocto
layers that are part of the AGL build system.  These layers
are meta-agl, meta-agl-demo, and meta-agl-devel.  The
README-AGL.md file now simply introduces this fact and
is used as a reading guide for the subsequent layer
topics.  All AGL UCB type information previously in the
file is redundant for the docs.

Change-Id: Iaeb8d192db977ef47f2f1075de5025acf6fe7019
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
5 years agoaf-binder: Fix lock issue 97/20497/2
José Bollo [Fri, 8 Mar 2019 08:41:37 +0000 (09:41 +0100)]
af-binder: Fix lock issue

This includes:
 * ff2b8be Upgrade dependency to libmicrohttpd version 0.9.60
 * c829f91 Fix build dep on OBS
 * 5425e05 afb-stub-ws: Allow unordered process of messages

Bug-AGL: SPEC-2219

Change-Id: I037a158a32d8673ba8df00658d30e745516944a9
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoMerge "agl-service-*: fix HOMEPAGE urls"
Jan-Simon Moeller [Fri, 15 Mar 2019 16:58:56 +0000 (16:58 +0000)]
Merge "agl-service-*: fix HOMEPAGE urls"

5 years agoMerge "meta-agl-profile-core: recipes-apis: agl-service-bluetooth-pbap: add RDEPENDS...
Jan-Simon Moeller [Fri, 15 Mar 2019 12:58:59 +0000 (12:58 +0000)]
Merge "meta-agl-profile-core: recipes-apis: agl-service-bluetooth-pbap: add RDEPENDS deps"

5 years agometa-agl-bsp: recipes-kernel: linux: Increase BLK_RAM size 05/20705/1
Corentin Labbe [Fri, 15 Mar 2019 10:13:12 +0000 (10:13 +0000)]
meta-agl-bsp: recipes-kernel: linux: Increase BLK_RAM size

For SPEC-2075, I tried to boot an upsquare using NBD and it fail with:
[    8.380343] EXT4-fs (ram0): bad geometry: block count 8492 exceeds size of device (4096 blocks)
[    8.390509] EXT4-fs (ram0): bad geometry: block count 8492 exceeds size of device (4096 blocks)

For having a successfull boot, I needed to increase BLK_DEV_RAM_SIZE to
a larger value (16384).
Instead of increasing to only 16384, I use 65536 which is the value used in
other meta-xxxx like meta-freescale.

This patch increase BLK_DEV_RAM_SIZE to 65536.

Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Change-Id: I0792be1038d0bcd120c3c69c90cd6e1966c9b1ee

5 years agometa-agl-profile-core: recipes-apis: agl-service-bluetooth-pbap: add RDEPENDS deps 95/20695/1
Matt Ranostay [Fri, 15 Mar 2019 02:03:25 +0000 (04:03 +0200)]
meta-agl-profile-core: recipes-apis: agl-service-bluetooth-pbap: add RDEPENDS deps

Add agl-service-bluetooth + agl-service-data-persistence to RDEPENDS for pbap service

Change-Id: Ib2226f690c4b064d44f2ae753424405cefb838c2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoMerge "meta-agl-profile-core: recipes-apis: high-level-viwi-service: bump SRCREV"
Jan-Simon Moeller [Thu, 14 Mar 2019 13:49:28 +0000 (13:49 +0000)]
Merge "meta-agl-profile-core: recipes-apis: high-level-viwi-service: bump SRCREV"

5 years agometa-agl-profile-core: recipes-apis: high-level-viwi-service: bump SRCREV 51/20651/1
raquel medina [Thu, 14 Mar 2019 00:25:11 +0000 (02:25 +0200)]
meta-agl-profile-core: recipes-apis: high-level-viwi-service: bump SRCREV

Bug-AGL: SPEC-2164
Change-Id: I46069208b8da06546796258bfcc80ff7e4d7769c
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
5 years agoagl-service-*: fix HOMEPAGE urls 97/20597/2
Stephane Desneux [Wed, 13 Mar 2019 10:30:06 +0000 (10:30 +0000)]
agl-service-*: fix HOMEPAGE urls

Some git repositories migrated from github.com/iotbzh to gerrit but
HOMEPAGE urls were not reflecting the change.

Change-Id: Iad9ef5c01757c2134d561fcf699eb63b03bba296
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoMerge branch '[RCAR] GEN3 BSP 3.15.0' 67/20567/2
Ronan Le Martret [Tue, 12 Mar 2019 15:53:09 +0000 (16:53 +0100)]
Merge branch '[RCAR] GEN3 BSP 3.15.0'

Bug-AGL: SPEC-2185
Bug-AGL: SPEC-1687

Change-Id: Ife69009521cf2c8440f85526b1e80a2d92547085
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Fix patch on kernel dts
Ronan Le Martret [Wed, 13 Feb 2019 09:32:48 +0000 (09:32 +0000)]
[RCAR] Fix patch on kernel dts

* For RCAR BSP v3.15.0, we need to fix this patch

Bug-AGL: SPEC-2185

Change-Id: Iadf40e6bfe964c3881d411cbdaab956ce524bc76
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Remove upstream patch
Ronan Le Martret [Tue, 12 Feb 2019 14:26:36 +0000 (14:26 +0000)]
[RCAR] Remove upstream patch

This patch is now upstream (RCAR BSP 3.15.0), so it useless to keep it
in AGL.

Bug-AGL: SPEC-2185

Change-Id: I10f1c99d4854c364960f310e4e12b385f6c55465
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Remove old recipes backport
Ronan Le Martret [Fri, 1 Feb 2019 15:32:52 +0000 (15:32 +0000)]
[RCAR] Remove old recipes backport

linuxptp is now on version 1.8 and compatible the current RCAR BSP (v3.15.0)

Bug-AGL: SPEC-2185

Change-Id: I10fa4e2339880ef786d0fef07ebf2864f1659187
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Remove old back port
Ronan Le Martret [Fri, 1 Feb 2019 15:27:07 +0000 (15:27 +0000)]
[RCAR] Remove old back port

Current version of imagemagick is 7.0.7 and do not need backport.

Bug-AGL: SPEC-2185
Bug-AGL: SPEC-1687

Change-Id: Ie204c48e5907b4bb40418f9a0b10b0b1b35d5c77
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Remove old backport
Ronan Le Martret [Fri, 1 Feb 2019 15:24:47 +0000 (15:24 +0000)]
[RCAR] Remove old backport

python-wand is now useless

Bug-AGL: SPEC-2185
Bug-AGL: SPEC-1687

Change-Id: I97d0871185017e88fcac31dcef70c1d28fe636c1
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Remove fix on bluez5
Ronan Le Martret [Fri, 1 Feb 2019 15:22:32 +0000 (15:22 +0000)]
[RCAR] Remove fix on bluez5

This fix is now include cogent BSP (RCAR BSP v3.15.0).

Bug-AGL: SPEC-2185

Change-Id: Ib8de25f269a9c3b953075d33afb6f9d399f1471d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Update RCAR BSP v3.15.0 driver
Ronan Le Martret [Thu, 31 Jan 2019 23:18:21 +0000 (23:18 +0000)]
[RCAR] Update RCAR BSP v3.15.0 driver

Bug-AGL: SPEC-2185

Change-Id: I30f0ae0b760b540d41af7a0e7afafc9984d34b20
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Update u-boot for RCAR BSP v3.15.0
Ronan Le Martret [Thu, 31 Jan 2019 23:15:10 +0000 (23:15 +0000)]
[RCAR] Update u-boot for RCAR BSP v3.15.0

 - u-boot in RCAR BSP v1.15.0 has been updated to v2018.09
   so we can remove some old fix.

Bug-AGL: SPEC-2185

Change-Id: I1d40f0341edfdd0cedc5b1d58911bdc30677eeea
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoAdd initial feature for license scanning integration 69/20469/3
Jan-Simon Möller [Tue, 5 Mar 2019 08:11:06 +0000 (09:11 +0100)]
Add initial feature for license scanning integration

This adds a feature to enable license scanning within the AGL build.

Change-Id: I478defd90f6f135b5f1f0ecd0b970ab33f25c794
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoRemove unused isafw feature 83/20483/1
Jan-Simon Möller [Thu, 7 Mar 2019 12:00:44 +0000 (13:00 +0100)]
Remove unused isafw feature

Remove old feature during uprev cycle.

Change-Id: I995513464f03db2dcab0ae692ee66037291295a5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoagl-login-manager: Move to meta-agl-profile-core 25/20425/2
Scott Murray [Sun, 3 Mar 2019 03:31:10 +0000 (22:31 -0500)]
agl-login-manager: Move to meta-agl-profile-core

Move agl-login-manager recipe to meta-agl-profile-core layer from
meta-agl-profile-graphical to make it available for non-graphical
profiles, e.g. the telematics profile.

Change-Id: Ic3c875bb499f781ea2c0d48558cba6cf4cc704c3
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoAdd basic telematics profile definition 23/20423/2
Scott Murray [Sun, 3 Mar 2019 03:24:08 +0000 (22:24 -0500)]
Add basic telematics profile definition

Add base packagegroup and image definitions for the telematics
profile.  The basic agl-image-telematics image defined pulls in the
application framework and the can-low-level and network bindings.

Change-Id: Ifca8649da3ed3473361556cbdc578247f84fbefe
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoChange opencv support max device number to 16 41/19941/11
zheng_wenlong [Wed, 6 Feb 2019 02:26:56 +0000 (11:26 +0900)]
Change opencv support max device number to 16

When using m3ulcb or h3ulcb with usb camera,
the board already had 10 video devices,
and opencv only support max device number is eight.
Need change to 16 so rcar can use usb camera with opencv.

[Patch Set 4]
    Change max device number to 16.
    Make this package specific to m3.

[Patch Set 5]
    Make this patch generic not only for m3.

Change-Id: Ice8b34f92addb8b8a4bcaf6db5491862a4545244
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
5 years agometa-agl-profile-core: recipes-connectivity: ofono: add patch to allow multiple APN... 21/20421/2
Matt Ranostay [Fri, 1 Mar 2019 08:57:47 +0000 (10:57 +0200)]
meta-agl-profile-core: recipes-connectivity: ofono: add patch to allow multiple APN lookups

Change-Id: I409a08ded90cc17d8bcbca7c131e240f1db0bdee
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agolibmicrohttpd: Upgrade to version 0.9.63 21/20321/2
José Bollo [Tue, 12 Feb 2019 15:24:25 +0000 (16:24 +0100)]
libmicrohttpd: Upgrade to version 0.9.63

The libmicrohttpd includes the patch since its version 0.9.60.
So putting the recipe for libmicrohttpd here in wait of an
upgrade in poky is perfect.

Change-Id: I1dcfad7c3d56be7f9fdff36f6dd5c008c5939076
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agometa-agl-profile-telematic: recipes-core: systemd: backport CANbus network support 47/20147/2
Matt Ranostay [Sat, 16 Feb 2019 02:26:53 +0000 (04:26 +0200)]
meta-agl-profile-telematic: recipes-core: systemd: backport CANbus network support

Backport changes to enable configuration of CANbus interfaces automatically on device
detected, and on bootup.

Bug-AGL: SPEC-2189
Change-Id: I837aa50038e25f32ec3143513067fc3eec69385d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoaf-main: Update version and dates 59/20059/2
José Bollo [Tue, 12 Feb 2019 10:20:45 +0000 (11:20 +0100)]
af-main: Update version and dates

Includes:
 * bc39aec Set version to 8.0.0
 * 2a319cf Update date in copyrights

Change-Id: I1ff52c2eade4d1089098756b9311954444f64a81
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoaf-binder: Fix concurrent issue SPEC-2163 57/20057/2
José Bollo [Tue, 12 Feb 2019 10:13:15 +0000 (11:13 +0100)]
af-binder: Fix concurrent issue SPEC-2163

Include the changes:

 * 44248c6 Set next version of binder
 * 043c27c Update copyright date
 * 6415858 afb-stub-ws: Fix concurrent memory issues
 * f47f9d8 stress: Improve the stress test scripts

Bug-AGL: SPEC-2163

Change-Id: I6ae7948de56aa698c3aa9e82617abc504477d326
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agorecipes-connectivity: connman: upgrade to 1.36 27/20127/2
Matt Ranostay [Wed, 13 Feb 2019 23:23:38 +0000 (01:23 +0200)]
recipes-connectivity: connman: upgrade to 1.36

Backport from openembedded-core layer because needs the
respective WiFi improvements:

Fix issue with WiFi background scanning handling.
Fix issue with WiFi disconnect+connect race condition.
Fix issue with WiFi scanning and tethering operation.
Fix issue with WiFi security change handling.
Fix issue with missing signal for WPS changes.

Bug-AGL: SPEC-1165
Change-Id: Ibf2b2039b39c2b7096f9549d569b83e86fa759bc
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agometa-agl-profile-core: packagegroups: add libqmi to connectivity profile 33/19833/4
Matt Ranostay [Mon, 4 Feb 2019 04:16:56 +0000 (06:16 +0200)]
meta-agl-profile-core: packagegroups: add libqmi to connectivity profile

If DISTRO_FEATURES contains '3g' then includ the libqmi package to allow
configuration of WWAN modules that have a Qualcomm MSM Interface.

Change-Id: I96c890ef42a24039d9156a1a336d1dab17c66b75
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoweston-ivi-extension: add focus notification patch 69/20069/2
hupeng [Wed, 13 Feb 2019 02:35:09 +0000 (10:35 +0800)]
weston-ivi-extension: add focus notification patch

Change-Id: Id9e5454ef0e006bff81f3392028b320db46785c4
Signed-off-by: hupeng <kohou.hu@gmail.com>
5 years agoweston-ready: increase verbosity 31/19931/3
Stephane Desneux [Mon, 7 Jan 2019 18:09:44 +0000 (18:09 +0000)]
weston-ready: increase verbosity

This patch adds some log output to know when weston is ready
or when a timeout is reached.

Change-Id: I217aa26a0b9d3b46e73dc55bef8dbc3e673c53c4
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agometa-agl-bsp: recipes-kernel: linux: add CONFIG_CAN_MCBA_USB to can-bus.cfg 43/20043/2
Matt Ranostay [Tue, 12 Feb 2019 01:13:31 +0000 (03:13 +0200)]
meta-agl-bsp: recipes-kernel: linux: add CONFIG_CAN_MCBA_USB to can-bus.cfg

Add CONFIG_CAN_MCBA_USB to allow usage of Microchip CANbus analyzers

Change-Id: I86d5726150373cb14630a95c7767fd13dd5d0924
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoneard: cancel empty record processing on tag detection 89/19689/3
raquel medina [Tue, 22 Jan 2019 17:03:56 +0000 (19:03 +0200)]
neard: cancel empty record processing on tag detection

neard service clients registered for tag interface call a series
of getter methods via dbus. In the case of a tag programmed with a
valid NDEF containing an empty record (D0 00 00) no valid dbus
string type is associated with the record and the
get_type_property call results in a dbus error and neard service
exit.

This commit offers a workaround to avoid this particular situation
while a more comprehensive solution is found (there are other
record types that would fall in this same scenario).

Bug-AGL: SPEC-2123
Change-Id: I1b6d639bdc2aea0a331e8c06d6eac18da21482f5
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
5 years agoChange master branch to Happy Halibut 99/19999/1 7.90.0 halibut/7.90.0 halibut_7.90.0
Jan-Simon Möller [Fri, 8 Feb 2019 12:31:41 +0000 (13:31 +0100)]
Change master branch to Happy Halibut

The next AGL version will be updated to use YP 2.6 'thud' and
have the nickname 'Happy Halibut'.

Change-Id: I9fc47eeebf268361fe0c2fb2659cff28a65dfb40
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoaf-binder: bump to latest revision (fix SPEC-2161) 65/19965/1
Stephane Desneux [Wed, 6 Feb 2019 16:43:50 +0000 (17:43 +0100)]
af-binder: bump to latest revision (fix SPEC-2161)

Includes changes:
fcd68bb jobs: Ensure releasing event loop

Bug-AGL: SPEC-2161

Change-Id: Ief7a439a857c42435c2b9c93e218fcf5533eb1e4
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoaf-main: bump to latest revision 29/19929/3
Stephane Desneux [Sat, 5 Jan 2019 23:01:32 +0000 (23:01 +0000)]
af-main: bump to latest revision

Includes changes:
46e35ce Revert "afm-unit: Restore removal of capabilities"
765d080 wgtpkg-unit: Fix Segmentation fault
d0cb2a7 wgtpkg-pack: Ensure packing relative files
48e894b wgtpkg-zip: Ensure zip will not complain
9f24684 afm-user-setup service: disable start rate limit
da0ec3a Revert "afm-unit: add autoapi in required-api feature"
adc590a Fixed book.yml file
2b6e13b afm-unit: add autoapi in required-api feature
f2a2f13 afm-unit: Restore removal of capabilities

Bug-AGL: SPEC-1988, SPEC-2006, SPEC-2144

Change-Id: I5d425f95d31b46991c952d8be976f8c843e7714d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agobluez-alsa: fix FTBS caused by change #19721 (c456406) 37/19937/1
Stephane Desneux [Wed, 6 Feb 2019 00:12:22 +0000 (00:12 +0000)]
bluez-alsa: fix FTBS caused by change #19721 (c456406)

Some files have been removed from packaging by error. This patch just adds
back the missing files.

Change-Id: I1c3d44f62d6193f5814d18454e3b2c5e6391c85e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agometa-agl-profile-core: recipes-navigation: geoclue: remove ModemManager dep 33/19733/3
Matt Ranostay [Thu, 24 Jan 2019 07:26:34 +0000 (09:26 +0200)]
meta-agl-profile-core: recipes-navigation: geoclue: remove ModemManager dep

Remove ModemManager from deps by removing defaults PACKAGECONFIG options since
this conflicts with oFono access to LTE modems.

Change-Id: I85832b0790c24d1132fecbaaedf41f0399f66b0f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agometa-agl-distro: poky-agl: add 3g to AGL_DISTRO_FEATURES 31/19731/4
Matt Ranostay [Thu, 24 Jan 2019 01:15:59 +0000 (03:15 +0200)]
meta-agl-distro: poky-agl: add 3g to AGL_DISTRO_FEATURES

To enable WWAN support for AGL add 3g to AGL_DISTRO_FEATURES

Change-Id: Ib43344a6b6796afe19296fee14fddb5b2b23636a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agometa-agl-bsp: recipes-kernel: linux: add usbmodem.cfg fragment 97/19697/4
Matt Ranostay [Wed, 23 Jan 2019 09:22:53 +0000 (11:22 +0200)]
meta-agl-bsp: recipes-kernel: linux: add usbmodem.cfg fragment

Change-Id: I4a064972e1ed98dbcda209889d8e75b849cc56a5
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agometa-agl-bsp: recipes-kernel: linux: remove execute bit from usbaudio.cfg 91/19691/2
Matt Ranostay [Wed, 23 Jan 2019 09:17:13 +0000 (11:17 +0200)]
meta-agl-bsp: recipes-kernel: linux: remove execute bit from usbaudio.cfg

Execute attribute on usbaudio.cfg is useless and should be removed.

Change-Id: I0e7706a25c9668977a1104e25793d25b0f692f09
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agobluez-alsa: bump to master version of 2019-01-17 21/19721/3
Thierry Bultel [Wed, 23 Jan 2019 15:15:25 +0000 (16:15 +0100)]
bluez-alsa: bump to master version of 2019-01-17

Fix version has a fix for a crash when PCM are released
Also, no longer populate the PCM and control plugins in
the recipe, because it is done by the "install" rule
of the package makefile.

BUG-AGL:SPEC-2126

Change-Id: Iff582a3c7dec7f215a109673582f210ef40f1903
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
5 years agoaf-binder: Fix multithreading 93/19793/2
Jose Bollo [Mon, 28 Jan 2019 16:24:18 +0000 (17:24 +0100)]
af-binder: Fix multithreading

Ensure activation of multithreaded handling
of requests.

Includes:
 * bb5dd7a afb-proto-ws: Serialize incoming message
 * e9c6530 jobs: Refactor event loop handling
 * 48df1b4 jobs: Separate internal threads from others
 * 2ff91c0 jobs: Remove conditionnal REMOVE_SYSTEMD_EVENT
 * 0c68d46 afb-hsrv: Avoid call to getnameinfo
 * 194031d hello3: Fix warning unused variable

Bug-AGL: SPEC-2133
Bug-AGL: SPEC-2089

Change-Id: I7a9f8ede2309b0eb58c0b83abd03023f5a01eb30
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
5 years agoagl-image-weston: fix incorrect packagegroup name 95/19795/1
Stephane Desneux [Wed, 16 Jan 2019 17:32:47 +0000 (17:32 +0000)]
agl-image-weston: fix incorrect packagegroup name

Bug-AGL: SPEC-2145

Change-Id: I8b098f464b50eda76b1ceb0c3d752a8a5377f0c7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoPost-release bump 83/19683/1
Jan-Simon Möller [Sun, 20 Jan 2019 13:04:53 +0000 (14:04 +0100)]
Post-release bump

Change-Id: I5883f78b91740ffc06f77dba1fed6c33218370d9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoCut GG rc4 v6.99.4 75/19675/1 6.99.4 guppy/6.99.4 guppy_6.99.4
Jan-Simon Möller [Sat, 19 Jan 2019 20:34:13 +0000 (21:34 +0100)]
Cut GG rc4 v6.99.4

Cut the rc4 of guppy.

Change-Id: I29803ddf028d6c46cb300d03f31fe2ade9931add
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agosystemd-agl-sync: raise priority of the fragment that reloads systemd 39/19639/3
Stephane Desneux [Tue, 8 Jan 2019 13:55:31 +0000 (13:55 +0000)]
systemd-agl-sync: raise priority of the fragment that reloads systemd

Some scriptlets installed in /etc/agl-postinsts/ have a priority greater than 90

This patch raises the priority of the fragment that restarts systemd to be sure
that it's executed last.

Change-Id: If1b261b7e75223eed65ce3e2937f525f2fe5d8d7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agometa-agl-profile-core: recipes-connectivity: ofono: change dbus policy to enable... 81/17781/3
Matt Ranostay [Wed, 7 Nov 2018 05:21:26 +0000 (07:21 +0200)]
meta-agl-profile-core: recipes-connectivity: ofono: change dbus policy to enable modem events

To detect modem addition and removal in the agl-service-telephony binding
the interface needs to be enabled in the dbus policy

Bug-AGL: SPEC-2117
Change-Id: Ib610188d72404e338c59d64c4b84a183632efb1f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoAdd TaskManager service 83/19083/3
Vitaly Wool [Wed, 19 Dec 2018 14:34:15 +0000 (15:34 +0100)]
Add TaskManager service

Add TaskManager service to recipes-apis.

Change-Id: I58f67af6117f98cd802e7c6f7f863450ad46504f
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
5 years agoRevert "Remove 4.9 patchqueue for new 4.14 kernel in meta-ti" 05/19605/3
Jan-Simon Moeller [Tue, 15 Jan 2019 13:40:46 +0000 (13:40 +0000)]
Revert "Remove 4.9 patchqueue for new 4.14 kernel in meta-ti"

Re-add the patchqueue for 4.9 . The 4.14 Kernel is missing the dtb for the screen.

This reverts commit 6fc5ad52250e6dc63b40b17376668f40a016926e.

Change-Id: I25f7650df642bb6c6e5fcb5cd0be525cc7938bcb

5 years agoRevert "Remove patch in newer ti-staging kernel" 07/19607/3
Jan-Simon Moeller [Tue, 15 Jan 2019 13:41:36 +0000 (13:41 +0000)]
Revert "Remove patch in newer ti-staging kernel"

The 4.14 kernel is missing the dtb of our screen. For now stay on 4.9 until the status is clear.

This reverts commit 629062a55c41e8993761edf4a2a44400b72a6b91.

Change-Id: Ibe4e87d1b81fff907bc35cacf10690b21fe45cb2

5 years agometa-agl-profile-core: agl-service-bluetooth: add network service to RDEPENDS 93/19593/1
Matt Ranostay [Tue, 15 Jan 2019 00:03:29 +0000 (02:03 +0200)]
meta-agl-profile-core: agl-service-bluetooth: add network service to RDEPENDS

Add agl-service-network to RDEPENDS to allow it to disable rfkill on bluetooth
interfaces

Bug-AGL: SPEC-2124
Change-Id: I6a222a6b3e4d9056737ea05a4f0093ae87fd8062
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agometa-agl-bsp: gen3: recipes-navigation: fix typo of gpsd-defaults 89/19589/2
Matt Ranostay [Mon, 14 Jan 2019 07:39:10 +0000 (09:39 +0200)]
meta-agl-bsp: gen3: recipes-navigation: fix typo of gpsd-defaults

gpsd-defaults was typo as gspd-defaults which causes the incorrect
gpsd default settings on M3+KF

Bug-AGL: SPEC-2111
Change-Id: I47a098893f214054a7cb687e1cf3a6897d077863
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoPost rc3 bump of distro config 79/19479/2
Stephane Desneux [Fri, 4 Jan 2019 14:08:35 +0000 (14:08 +0000)]
Post rc3 bump of distro config

we're heading towards rc4 now.

Change-Id: I06afbe8fd76a4d7eaf8a72353eae0363ee8f8a53
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoaf-binder: bump revision 85/19485/2
Stephane Desneux [Fri, 4 Jan 2019 17:12:46 +0000 (18:12 +0100)]
af-binder: bump revision

This following changes are included:
1bce833 afb-api-v3: Fix potential buffer overflow
3bb9874 afb-binding-v3: Fix issues in includes
eb9be95 packaging: Remove hard dependency to samples
7508331 hello3: Add verb 'after'
7916ea9 bindings/samples: Cleanup and tiny comment

Change-Id: Ifa0f941e22096b46278951f6e8fa939d3215803d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoneardal: lib: fix random memory corruption 83/19483/2
raquel medina [Fri, 4 Jan 2019 16:24:24 +0000 (18:24 +0200)]
neardal: lib: fix random memory corruption

This commit includes a neardal patch to fix
the random segfault seen on agl-service-nfc.

The problem (random memory corruption)
was due to invalid access to freed
memory on neardal library.

The proposed fix has been submitted upstream
and this commit is only a temporary measure
while the solution is not provided directly from
neardal repo.

Bug-AGL: SPEC-1976
Change-Id: I21984cb8135537ff1232a4387a31688e1a140642
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
5 years agoaf-main: Upgrade app-framework-main 07/19307/5
Jose Bollo [Mon, 10 Dec 2018 10:41:18 +0000 (11:41 +0100)]
af-main: Upgrade app-framework-main

This allows to install more than one target
in a same widget.

Includes:
 * 0eb4c25 book doc: add book yaml file
 * a8ffd52 wrap-json: Upgrade to latest version
 * f8b0495 afm-unit: Fix http port multi allocation

Bug-AGL: SPEC-2068

Change-Id: If018c063ab11724721c4b06861ee515a9be7641b
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>