AGL/meta-agl.git
5 years agoCut FF 6.0.4 73/19673/1 6.0.4 flounder/6.0.4 flounder_6.0.4
Jan-Simon Möller [Sat, 19 Jan 2019 20:31:11 +0000 (21:31 +0100)]
Cut FF 6.0.4

Change-Id: I9f647294e3d21fc1719d2800e9617d8105fb7a48
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoSignalize run-agl-postinsts error appropriately to systemd 63/19463/2
Andre Goddard Rosa [Fri, 4 Jan 2019 01:11:47 +0000 (17:11 -0800)]
Signalize run-agl-postinsts error appropriately to systemd

If any of the post-install scripts fail during first boot,
they should be retried on subsequent boots.

That was not happening because run-agl-postinsts.service
would be disabled even if a post-install script failed as
it always returned success on its execution.

Now signalize properly when it sees any error while executing
some post-install script.

Change-Id: I4402ee69c80814b06e3cc25cb400a66de3b5652d
Signed-off-by: Andre Goddard Rosa <andre.goddard@gmail.com>
5 years agoRevert "Remove patch in newer ti-staging kernel" 09/19609/2
Jan-Simon Moeller [Tue, 15 Jan 2019 13:43:40 +0000 (13:43 +0000)]
Revert "Remove patch in newer ti-staging kernel"

Re-add patch as we cannot move-on atm due to the dtb missing for our boards in newer kernels.

This reverts commit d855abd382e4827d1f3edbad26600c68dbf3c3bd.

Change-Id: I7b240f393e95ccc9bb047b22644815db34cee3c2

5 years agoRevert "Remove 4.9 patchqueue for new 4.14 kernel in meta-ti" 11/19611/2
Jan-Simon Moeller [Tue, 15 Jan 2019 13:43:48 +0000 (13:43 +0000)]
Revert "Remove 4.9 patchqueue for new 4.14 kernel in meta-ti"

Re-add patch as we cannot move-on atm due to the dtb missing for our boards in newer kernels.

This reverts commit 3e22bf49c2e64c3212b5a3c582477484bce0fd02.

Change-Id: If27eabdf6b45c31796d32bb159342ea6c24c715b

5 years agometa-agl-bsp: gen3: recipes-navigation: fix typo of gpsd-defaults 91/19591/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 agodocs: add yaml book 55/19555/2
Frederic Marec [Wed, 9 Jan 2019 14:48:11 +0000 (15:48 +0100)]
docs: add yaml book

Bug-AGL: SPEC-1988

Change-Id: Ia3b910ec8673c4ef73f76a7c970fbd55fb9ce915
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
5 years agoneardal: lib: fix random memory corruption 35/19535/1
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>
(cherry picked from commit 9a66246d00e88cf44456efae734a7a12c63f4689)

5 years agoSupport external RTCs for boards without it 69/19069/1
Jan-Simon Möller [Tue, 18 Dec 2018 23:52:16 +0000 (00:52 +0100)]
Support external RTCs for boards without it

We add the rtc driver as module so we can attach e.g.
http://wiki.seeedstudio.com/Grove-RTC/

Add the necessary drivers as module.

Change-Id: I1dde5d275c77ba4c82dcf1eb79f0ad3b2b924b15
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoconnman: Ignore MOST ethernet interfaces 43/18943/2
Scott Murray [Mon, 17 Dec 2018 01:39:14 +0000 (20:39 -0500)]
connman: Ignore MOST ethernet interfaces

On systems like the CES demo units with MOST adapters, the virtual
ethernet interface created by MOST interferes with connman's
management of the shared connection of the Wi-fi and main ethernet
interface, eg. the MOST ethernet being present results in the Wi-fi
not auto-connecting at boot.  To avoid this, ignore the "meth"
interfaces by adding them to the blacklist.  This seems reasonable,
as they are unlikely to be used for internet connectivity.

Change-Id: I9b56333df4b4d7e128a765855065efce58abb734
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoRemove patch in newer ti-staging kernel 11/18911/2
Jan-Simon Möller [Thu, 13 Dec 2018 20:04:30 +0000 (21:04 +0100)]
Remove patch in newer ti-staging kernel

The pending BSP update already has this patch applied (can be reverse-applied).
Thus remove it.

Change-Id: If3172270f40b21bd448c7113c7ab6f2a8f82023c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 629062a55c41e8993761edf4a2a44400b72a6b91)

5 years agoRemove 4.9 patchqueue for new 4.14 kernel in meta-ti 19/18919/1
Jan-Simon Möller [Fri, 14 Dec 2018 15:50:06 +0000 (16:50 +0100)]
Remove 4.9 patchqueue for new 4.14 kernel in meta-ti

We update meta-ti to 4.14, thus we do no longer need the 4.9 patch queue of smack.

Change-Id: I20d89c75029f29b0e6827979e70e85614d7a2e40
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoconnman: Tweak main.conf for cluster demo support 39/18639/2
Scott Murray [Fri, 7 Dec 2018 16:49:15 +0000 (11:49 -0500)]
connman: Tweak main.conf for cluster demo support

When running the cluster demo, we do not want the second ethernet
interface managed by connman, as it will be used for a separate
connection to the cluster board, and should not be considered part
of the shared connection pool.  To do this, NetworkInterfaceBlacklist
is tweaked if agl-cluster-demo-support is enabled.

Change-Id: Iab8c17662bb7f5b06b5eda6c97dd32a6c5ef3f5a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoweston: add weston-ready 37/18637/2
Scott Murray [Fri, 7 Dec 2018 16:43:59 +0000 (11:43 -0500)]
weston: add weston-ready

Weston seems to take variable amounts of time to initialize on startup
depending on configuration (e.g. gst-record feature being enabled for
cluster support).  To avoid windowmanager and its dependencies failing,
patch LayerManagerControl so that errors can be detected; then use it
in a new script, weston-ready, to detect if Weston is functional.  A
corresponding systemd service unit is also added so that things can
use it in their dependencies.

Change-Id: I5711e7f9d9a891e1c7a160b5d65711bd6e7fee03
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoPost-6.0.3 bump of distro configuration 51/18651/1
Jan-Simon Möller [Sun, 9 Dec 2018 15:12:20 +0000 (16:12 +0100)]
Post-6.0.3 bump of distro configuration

Change-Id: I62703e5a476cb2b6ab715451edc550d2cc5b0488
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoCut Flounder 6.0.3 47/18647/1 6.0.3 flounder/6.0.3 flounder_6.0.3
Jan-Simon Möller [Sun, 9 Dec 2018 10:12:23 +0000 (11:12 +0100)]
Cut Flounder 6.0.3

We have quite a few updates merged already, thus it makes sense to cut a point
release now to allow ppl tracking the stable branch to update.

Change-Id: If69e8a066ebc4baf53a19fdbfd9b526ef7ef0a7a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoweston-ini-conf: update gst-record logic 67/18567/2
Scott Murray [Tue, 4 Dec 2018 22:18:21 +0000 (17:18 -0500)]
weston-ini-conf: update gst-record logic

The logic to handle the "virtual-output" and "gst-record"
DISTRO_FEATURES seems to be unfinished, this update replaces the
"virtual-output" usage with just "gst-record", as the former does not
seem to exist in the AGL codebase.  The virtualoutput.cfg file has been
updated with the arguments from the virtual output section in the
replacement .ini file from the mapviewer-demo recipe in meta-agl-demo,
but some further investigation is required into tweaking things to
produce a final .ini file that matches that one.  These changes are a
first step to getting to that end goal.

Change-Id: Ib99e0717ed1e66016c6e936a3c398addcb6adfb7
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoAdd instrument cluster profile definitions 65/18565/1
Scott Murray [Sat, 24 Nov 2018 21:26:11 +0000 (16:26 -0500)]
Add instrument cluster profile definitions

Add definitions for instrument cluster profiles for plain Wayland/Weston
based images and images that also include Qt5 support.  Due to the
current requirement that profiles only be a superset of one parent
profile, the Qt5 profile inherits from agl-profile-graphical-qt5 and not
agl-profile-cluster as one might expect.  This is due to some of the
required recipes and bbappends for Qt5 usage only being available in the
meta-agl-profile-graphical-qt5 layer.

Change-Id: I863b35bdc009775ac204a720bbc2cc85e71c268a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoTweak agl-profile-graphical packagegroups 63/18563/1
Scott Murray [Mon, 19 Nov 2018 13:45:27 +0000 (08:45 -0500)]
Tweak agl-profile-graphical packagegroups

To more easily allow using Weston in profiles derived from
agl-profile-graphical, rename packagegroup-agl-image-weston to
packagegroup-agl-graphical-weston and tweak the definitions of it and
packagegroup-agl-profile-graphical so that non-Weston related packages
are only included via from packagegroup-agl-profile-graphical.  The
contents of agl-image-weston and agl-demo-platform remain unchanged
after these changes.

Bug-AGL: SPEC-1730

Change-Id: I4915bb896cc11ea49103400795a65c92b5889110
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoAdd weston-ivi-extension to meta-agl-profile-graphical 61/18561/1
Scott Murray [Wed, 14 Nov 2018 03:33:07 +0000 (22:33 -0500)]
Add weston-ivi-extension to meta-agl-profile-graphical

Add weston-ivi-extension recipe files removed from meta-agl-demo
repository to meta-agl-profile-graphical layer. This allows using
weston-ivi-extension in images other than agl-demo-platform.

Bug-AGL: SPEC-1730

Change-Id: I08a6101484ac52fc2530b61390b7bd0b1bfa8f80
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoagl_raspberrypi3.inc: Add create-combined-dtb 59/18459/5
Leon Anavi [Mon, 26 Nov 2018 14:40:33 +0000 (16:40 +0200)]
agl_raspberrypi3.inc: Add create-combined-dtb

Include the recently added Yocto/OE recipe create-combined-dtb
for combining dtb and dtbo to Raspberry Pi builds.

Bug-AGL: SPEC-1775

Change-Id: I4bb91d9e5d7f6f5b8fe6a9371d85b93aa26bff1e
Suggested-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
(cherry picked from commit 228b262a4b1d398ce6968c84630bab1fde31a4cf)

5 years agocreate-combined-dtb: Add dependency on virtual/kernel 85/18485/1
Leon Anavi [Mon, 26 Nov 2018 20:50:31 +0000 (22:50 +0200)]
create-combined-dtb: Add dependency on virtual/kernel

Add a dependency to virtual/kernel:do_deploy to ensure that
the dtb and dtbo files needed for task compile will be present.

Bug-AGL: SPEC-1775

Change-Id: I2d5872fe6bbd9a40c3f4185eea0efc10e6100b8b
Reported-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
(cherry picked from commit 51308193e05c6c5826e312b84d2246278472a924)

5 years agocreate-combined-dtb: Combine dtb and dtbo 57/18457/2
Leon Anavi [Wed, 21 Nov 2018 11:06:51 +0000 (13:06 +0200)]
create-combined-dtb: Combine dtb and dtbo

Combine a number of device tree overlays to a base blob with a
specified filename in the deploydir only. This feature is
required only for netboot therefore the files are not included
in the image.

Bug-AGL: SPEC-1775

Change-Id: I16ff043ee0d44d4151e1fb2ba714bd1542854bd8
Suggested-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
(cherry picked from commit 9cffd21d1ec735c871943a301d46e3816e18a320)

5 years agofdtoverlay: Provide fdtoverlay-native 55/18455/1
Leon Anavi [Wed, 21 Nov 2018 10:59:47 +0000 (12:59 +0200)]
fdtoverlay: Provide fdtoverlay-native

Add a recipe for building fdtoverlay native from the source
code of newer dtc without upgrading the version of the main
dtc recipe.

Bug-AGL: SPEC-1775

Change-Id: I251b22e0ecd4d2de088340daf19b602670668d55
Suggested-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
(cherry picked from commit 6f78dc25c34e52f6cc064dbbcb09559427ce9216)

5 years agoudisk: automount: remove 'flush' from MOUNT_OPTIONS 31/18431/1
Matt Ranostay [Thu, 29 Nov 2018 14:23:37 +0000 (16:23 +0200)]
udisk: automount: remove 'flush' from MOUNT_OPTIONS

Not all filesystems support 'flush' mount option and this was
preventing automounting.

Change-Id: I98d25ab58cc6683272cdd45783aa854bc54f53ba
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoagl-service-nfc: remove libnfc dependency 99/18299/2
raquel medina [Fri, 9 Nov 2018 17:15:36 +0000 (19:15 +0200)]
agl-service-nfc: remove libnfc dependency

Bug-AGL: SPEC-1921

 - remove build-time dependency on libnfc

Change-Id: Id13d0f447ebcb47590466c6d9e9f34a58cf65bad
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
(cherry picked from commit 901cf29fafb4c9a86198cf40dc6ac7645051a213)

5 years agoPost 6.0.2 bump 37/18337/1
Jan-Simon Möller [Wed, 28 Nov 2018 08:22:10 +0000 (09:22 +0100)]
Post 6.0.2 bump

Change-Id: Iaea32dfb9307236c44e9e9b7b5d7bc7a6616a9d6
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoFix SOURCEDIR, BUILDDIR and similar when `cd` prints to stdout 85/18185/2
Henrique Ferreiro [Fri, 23 Nov 2018 00:40:32 +0000 (01:40 +0100)]
Fix SOURCEDIR, BUILDDIR and similar when `cd` prints to stdout

Several variables containing directories in `aglsetup.sh` and other
scripts use the common one-liner "cd $DIR && pwd -P" to resolve
symlinks. Unfortunately, in some cases, `cd` writes the new directory to
stdout, e.g. when using multiple search paths. This commit changes the
above to "cd $DIR > /dev/null && pwd -P" to make it more robust.

Change-Id: I150ecc9940d88738cf17add68290c35486a81a3b
Signed-off-by: Henrique Ferreiro <hferreiro@igalia.com>
5 years agoProvide fallback time servers to connman 81/18181/2
Henrique Ferreiro [Fri, 23 Nov 2018 00:24:41 +0000 (01:24 +0100)]
Provide fallback time servers to connman

connman NTP client needs some fallback time servers in case it cannot
get one from the DHCP server.

Bug-AGL: SPEC-1925

Change-Id: I904f49f7d9428a2cc4e90ccea387bf4892f4d38e
Signed-off-by: Henrique Ferreiro <hferreiro@igalia.com>
5 years agoprofile-core: agl-service-telephony: remove useless RDEPENDS dep 31/18131/2
Matt Ranostay [Tue, 20 Nov 2018 22:51:12 +0000 (00:51 +0200)]
profile-core: agl-service-telephony: remove useless RDEPENDS dep

Telephony service doesn't actual use the PBAP service so remove from
the RDEPENDS.

Change-Id: I026a00e34ffef6da8f15f7912c8f82cce70f497b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agorecipes-connectivity: bluez5: add dbus-org.bluez.obex.service symlink 91/18091/1
Matt Ranostay [Tue, 20 Nov 2018 16:21:43 +0000 (18:21 +0200)]
recipes-connectivity: bluez5: add dbus-org.bluez.obex.service symlink

To allow OBEX service to be requested by a user on demand there needs
to be a symlink /etc/systemd/user/dbus-org.bluez.obex.service to the
obex.service

Change-Id: If4b8a94790403cf7f8f2a53ce3365c5f8c9f3b2c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years ago[RCAR][upstream] remove dts patch for SDIO frequency 17/18017/1
Harunobu Kurokawa [Thu, 15 Nov 2018 12:31:15 +0000 (21:31 +0900)]
[RCAR][upstream] remove dts patch for SDIO frequency

Bug-AGL: SPEC-1945

Latest meta-rcar update SDIO frequency for TI's WLAN driver.
However, in M3 case, the this patch raise ti/wlcore driver WANING.

[  107.009706] ------------[ cut here ]------------
[  107.014342] WARNING: CPU: 0 PID: 4224 at /kernel-source//drivers/net/wireless/ti/wlcore/sdio.c:145 wl12xx_sdio_raw_write+0xb0/0x160 [wlcore_sdio]
[  107.027375] Modules linked in: rfcomm 8021q garp stp mrp llc can_bcm can bnep nfc arc4 wl18xx wlcore mac80211 cfg80211 crc32_ce crct10dif_ce btwilink bluetooth ecdh_generic wlcore_sdio rcar_can st_drv rfkill can_dev vspm_if(O) vsp2(O) vspm(O) uvcs_drv(O) sllin(O) pvrsrvkm(O) mmngrbuf(O) mmngr(O) hdm_usb(O) hdm_i2c(O) hdm_dim2(O) aim_v4l2(O) aim_sound(O) aim_network(O) aim_cdev(O) mostcore(O) ipv6
[  107.062537] CPU: 0 PID: 4224 Comm: wpa_supplicant Tainted: G           O    4.14.35-yocto-standard #1
[  107.071749] Hardware name: Renesas M3ULCB Kingfisher board based on r8a7796 (DT)
[  107.079138] task: ffff8005fc610e00 task.stack: ffff000020bc8000
[  107.085054] PC is at wl12xx_sdio_raw_write+0xb0/0x160 [wlcore_sdio]
[  107.091316] LR is at wl12xx_sdio_raw_write+0x7c/0x160 [wlcore_sdio]

<snip>

[  107.467808] ---[ end trace 0140d637a5afd50b ]---
[  107.472613] wl1271_sdio mmc2:0001:2: sdio write failed (-84)
[  107.478340] ------------[ cut here ]------------
[  107.483008] WARNING: CPU: 0 PID: 4224 at /kernel-source//drivers/net/wireless/ti/wlcore/main.c:796 wl12xx_queue_recovery_work.part.26+0x58/0x60 [wlcore]
[  107.496648] Modules linked in: rfcomm 8021q garp stp mrp llc can_bcm can bnep nfc arc4 wl18xx wlcore mac80211 cfg80211 crc32_ce crct10dif_ce btwilink bluetooth ecdh_generic wlcore_sdio rcar_can st_drv rfkill can_dev vspm_if(O) vsp2(O) vspm(O) uvcs_drv(O) sllin(O) pvrsrvkm(O) mmngrbuf(O) mmngr(O) hdm_usb(O) hdm_i2c(O) hdm_dim2(O) aim_v4l2(O) aim_sound(O) aim_network(O) aim_cdev(O) mostcore(O) ipv6
[  107.531806] CPU: 0 PID: 4224 Comm: wpa_supplicant Tainted: G        W  O    4.14.35-yocto-standard #1
[  107.541018] Hardware name: Renesas M3ULCB Kingfisher board based on r8a7796 (DT)
[  107.548406] task: ffff8005fc610e00 task.stack: ffff000020bc8000
[  107.554363] PC is at wl12xx_queue_recovery_work.part.26+0x58/0x60 [wlcore]
[  107.561265] LR is at wl12xx_queue_recovery_work+0x1c/0x28 [wlcore]

Change-Id: I6f15251e6997f52892efd118e8941af5930c5ca9
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
(cherry picked from commit b142e42f4fd851a4f8a016cbffb0473f3b88419e)

5 years ago[RCAR] ADSP enable and add sound hardware abstraction in DT 71/17671/2
Ronan Le Martret [Tue, 28 Aug 2018 06:57:55 +0000 (06:57 +0000)]
[RCAR] ADSP enable and add sound hardware abstraction in DT

The ADSP on Renesas SoCs required a reserved memory area to become
enabled, and this needs to be done manually.

This patch adds sound hardware abstraction information for the m3ulcb
and m3ulcb-kf (kingfisher) device trees. This is helpful on-board the
ADSP for dynamically determining sound hardware at runtime, allowing
single binaries to be used between the two boards.

Future work will incorporate the h3ulcb and Salvator boards into the
abstraction.

Bug-AGL: SPEC-1227
Bug-AGL: SPEC-1424
Bug-AGL: SPEC-1571

Change-Id: I78edc5854a95520276bdcd9fd9766a120d2c04d7
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Enable Linux-based hypervisor execution in AGL 69/17669/2
Ronan Le Martret [Tue, 28 Aug 2018 06:52:13 +0000 (06:52 +0000)]
[RCAR] Enable Linux-based hypervisor execution in AGL

The upstream version of AGL boots Linux in EL1. This mode is not
privileged enough to put in place the correct configuration of
an hypervisor (e.g., KVM).

This patch leverages the ATF rcar platform configuration variables to
boot the Linux kernel in EL2, instead of EL1, allowing Linux-based
hypervisors such as KVM to configure all the necessary stubs to
properly run virtual machines.

This patch has been successfully tested with ATF, KVM and AGL rootfs
on the Renesas R-Car M3.

Changelog:
- Added arm-trusted-firmware patch, which makes this work easy
  to be tested by the community
- This patch version does not contain Linux kernel modifications.
  In fact, these resulted not necessary with the proposed ATF patch
  and a recent kernel (higher than 4.6)

Bug-AGL: SPEC-497
Bug-AGL: SPEC-1571
Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com>
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I8d20e36a09be1dba35b10193643ea00e4f388e95
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Update RCAR BSP to 3.9 67/17667/2
Ronan Le Martret [Tue, 24 Jul 2018 13:51:57 +0000 (15:51 +0200)]
[RCAR] Update RCAR BSP to 3.9

Bug-AGL: SPEC-1571

Change-Id: Ieefd423b79faa220531a887ff167227044ab6064
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years ago[RCAR] Change RENESAS_DATADIR value 65/17665/2
Ronan Le Martret [Tue, 28 Aug 2018 07:28:03 +0000 (07:28 +0000)]
[RCAR] Change RENESAS_DATADIR value

* AGL doesn't use /usr/local for system files.
  All the Renesas libraries and binaries will be installed in  /usr
  instead of /usr/local.

Bug-AGL: SPEC-1571

Change-Id: Ibc40df5d492517773bf89e4e0f117a02d22d90cd
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoagl-service-mediaplayer: add agl-service-bluetooth to RDEPENDS 53/17853/1
Matt Ranostay [Mon, 12 Nov 2018 13:06:19 +0000 (15:06 +0200)]
agl-service-mediaplayer: add agl-service-bluetooth to RDEPENDS

To allow mediaplayer bindings to directly get AVRCP metadata and
control access require the agl-service-bluetooth at runtime.

Change-Id: Iab03d8c9c8c8400c4c4130ff1999b9662aac4c93
Bug-AGL: SPEC-1630
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoCut FF 6.0.2 release 47/17847/1 6.0.2 flounder/6.0.2 flounder_6.0.2
Jan-Simon Möller [Mon, 12 Nov 2018 09:50:38 +0000 (10:50 +0100)]
Cut FF 6.0.2 release

Modify the distro variables to cut the 6.0.2 release.

Change-Id: Iff783624eba840f2fd5ce62663d605e3a9ea3168
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoagl-service-telephony: Set depend of glib-2.0 33/17633/2
Vitaly Wool [Fri, 26 Oct 2018 14:00:22 +0000 (16:00 +0200)]
agl-service-telephony: Set depend of glib-2.0

Change-Id: I493d2836677cd105279d784f030f2d5fef36b5c3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
5 years agoagl-service: telephony: add telephony service recipe 31/17631/2
Vitaly Wool [Thu, 27 Sep 2018 05:58:24 +0000 (08:58 +0300)]
agl-service: telephony: add telephony service recipe

Bug-AGL: SPEC-1757
Change-Id: I0dd0c80fc089ce18fce0325fbbe0f17d257418a6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
5 years agoAdd ramdisk kernel option for agl_sota feature 95/17795/1
Eugene Smirnov [Wed, 7 Nov 2018 16:15:36 +0000 (17:15 +0100)]
Add ramdisk kernel option for agl_sota feature

With SOTA feature ramdisk is used as a rootfs,
so ramdisk parameter should be enabled in kernel.

Change-Id: Ie9e8bc2897a3886da31681689b5b59f04e1be602
Signed-off-by: Eugene Smirnov <eu.smirnoff@gmail.com>
5 years agometa-app-framework/base-files: fix /usr/local symlink target path 25/17625/1
Stephane Desneux [Tue, 30 Oct 2018 14:09:59 +0000 (14:09 +0000)]
meta-app-framework/base-files: fix /usr/local symlink target path

/usr/local should point to ../var/local (and not ../../var/local)

Thanks to Vasyl Vavrychuk <vvavrychuk@gmail.com>

Bug-AGL: SPEC-1844

Change-Id: I700065290deff979db2e74cb68eae78ef55cda9c
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
(cherry picked from commit 51443b5dc8ed1a7631f804be9ab0864837982ba8)

5 years agogpsd-kingfisher-conf: fix PREFERRED_RPROVIDER issue 25/17525/1
Stephane Desneux [Tue, 30 Oct 2018 15:41:13 +0000 (15:41 +0000)]
gpsd-kingfisher-conf: fix PREFERRED_RPROVIDER issue

virtual/gpsd-conf is a runtime dependency in packagegroup-agl-core-navigation.
So, PREFERRED_RPROVIDER must be used in place of PREFERRED_PROVIDER

Bug-AGL: SPEC-1861

Change-Id: I15b915c2e7a1410000f7527b13f3206242778bc0
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoBump afb-test revision 41/17141/3
Romain Forlot [Tue, 9 Oct 2018 09:35:53 +0000 (11:35 +0200)]
Bump afb-test revision

Fix afm-test script installation

e82fde7 Shellcheck: protect variable against whitespace
9ec26c0 Improve exit output message
5cbc238 Test the LockWait feature
a525f24 Unify test launch between target and native
a1369a9 Update documentation
9754027 get rid of afb-definitions
5e36513 Avoid to kill anything when no config file found
c3aae9c Separation between CB and classic test functions
c541040 Rename test service api to be more discriminant.
79bb6f3 Assert that an event hasn't been received
c227156 Script for both native and target launch

Change-Id: Ic2b3d68cdb2b57613a0a24e42e43f307b2cae399
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoPost 6.0.1 bump of distro config file 79/17179/2
Jan-Simon Möller [Fri, 12 Oct 2018 10:00:29 +0000 (12:00 +0200)]
Post 6.0.1 bump of distro config file

The 6.0.1 release is cut. Moving on.

Change-Id: I63d606d1a1c0aba489a1d5a203635a6706e9ee63
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoMove security manager database under /var/local 65/16765/3
Anton Gerasimov [Fri, 31 Aug 2018 16:56:21 +0000 (18:56 +0200)]
Move security manager database under /var/local

It is critical for agl-sota feature

Bug-AGL: SPEC-1717

Change-Id: Ia4060721e3a092d13934d3af575199e67e356e71
Signed-off-by: Anton Gerasimov <anton.gerasimov@here.com>
5 years agoBump distro config for 6.0.1 75/17175/1 6.0.1 flounder/6.0.1 flounder_6.0.1
Jan-Simon Möller [Thu, 11 Oct 2018 17:08:56 +0000 (19:08 +0200)]
Bump distro config for 6.0.1

Change the DISTRO config towards FF 6.0.1

Change-Id: I791689eed7ac55ef947c038e63b336663215e7b6
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoUse iperf3 instead of iperf2 61/16861/1
Changhyeok Bae [Sun, 30 Sep 2018 14:28:43 +0000 (23:28 +0900)]
Use iperf3 instead of iperf2

iperf3 recipe is in meta-openembedded layer.

Change-Id: I1c4f7345615f4ab99b1405a9ed53569ced1bdabe
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
5 years agoweston-ini-conf.bbappend: Set 720p for Raspberry Pi 57/16857/1
Leon Anavi [Tue, 25 Sep 2018 17:51:28 +0000 (20:51 +0300)]
weston-ini-conf.bbappend: Set 720p for Raspberry Pi

Reduce the screen resolution for Raspberry Pi from Full HD to
HD Ready (1280x720) to reduce the memory consumption and
improve the behaviour of the whole system. This change is
applied only for HDMI display on Raspberry Pi due to the
limited hardware resources.

Bug-AGL: SPEC-1745

Change-Id: Id2fb571b0822f8166086f5ad6a7fcf8ea25c933a
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
5 years agoPost-release bump of distro config 67/16767/1
Jan-Simon Möller [Tue, 25 Sep 2018 09:56:36 +0000 (11:56 +0200)]
Post-release bump of distro config

Change-Id: I547f74c1ebc743f7b6f30c840ba9149d77cfcab9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agorecipes-multimedia: lightmediascanner: save database to /tmp/$UID/lightmediascannerd.db 55/16755/1
Matt Ranostay [Wed, 19 Sep 2018 01:20:07 +0000 (04:20 +0300)]
recipes-multimedia: lightmediascanner: save database to /tmp/$UID/lightmediascannerd.db

To prevent using a corrupted SQLite3 database that is possible with cheap USB media it is
better to generate on every bootup.

Bug-AGL: SPEC-1744
Change-Id: I2da9f71697ecf04f37f6f0141a46c57c059169b6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoBump distro for Funky Flounder v6.0.0 release 31/16731/1 6.0.0 flounder/6.0.0 flounder_6.0.0
Jan-Simon Möller [Fri, 21 Sep 2018 20:15:53 +0000 (22:15 +0200)]
Bump distro for Funky Flounder v6.0.0 release

Change-Id: I72859e96d899bae8a7e5f22a28fdf6142cf49597
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agolinux-firmware_%.bbappend: Avoid rpi file duplication 07/16707/1
Leon Anavi [Wed, 19 Sep 2018 15:54:57 +0000 (18:54 +0300)]
linux-firmware_%.bbappend: Avoid rpi file duplication

In releases based on Yocto/OE Rocko firmware files for bcm43430
and bcm43455 are provided by linux-firmware-raspbian. This fix
avoids duplication of firmware files for Raspberry Pi 3 Model B
and B+ while building agl-demo-platform-crosssdk.

Bug-AGL: SPEC-1729, SPEC-1652

Change-Id: Ic9e918f4ffd915b148530bb8e6bf9a6dc6a61c02
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
(cherry picked from commit 639fbf7907f90de114ecc176be2ff2dbb6a56434)

5 years agoagl_raspberrypi3.inc: WiFi on Raspberry Pi 3 B & B+ 87/16687/1
Leon Anavi [Fri, 14 Sep 2018 15:11:58 +0000 (18:11 +0300)]
agl_raspberrypi3.inc: WiFi on Raspberry Pi 3 B & B+

Use linux-firmware-raspbian packages for bcm43430 and bcm43455.

Bug-AGL: SPEC-1729, SPEC-1652

Change-Id: Ib634ee3351fa91d8d1704656f4a40d1b40cd05e3
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
(cherry picked from commit 6e7be8f6020c6925430e9c442c2d20bbf4bc9fc2)

5 years agoCut Flounder RC7 21/16621/1 5.99.7 flounder/5.99.7 flounder_5.99.7
Jan-Simon Möller [Thu, 13 Sep 2018 22:08:05 +0000 (00:08 +0200)]
Cut Flounder RC7

Update the distro config

Change-Id: I90c7d1ebaf114af1fa21a1eea4c72f43d2c7ee47
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoUprev the nogfx machine include to the same state 07/16607/1
Jan-Simon Möller [Wed, 12 Sep 2018 17:05:22 +0000 (19:05 +0200)]
Uprev the nogfx machine include to the same state

as the ordinary m3 build.

Change-Id: If07a26f1cb253b9863ea658e6cd122450f03a38b
Bug-AGL: SPEC-1640
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoaf-main & af-binder: Version Funky Flounder 19/16519/3
Jose Bollo [Mon, 10 Sep 2018 12:13:41 +0000 (14:13 +0200)]
af-main & af-binder: Version Funky Flounder

Change-Id: Ie1ff83f007d9d8d819829540d51e576f088c97eb
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
5 years agoPost rc6 bump and use of flounder branches 29/16529/1
Jan-Simon Möller [Tue, 11 Sep 2018 11:37:02 +0000 (13:37 +0200)]
Post rc6 bump and use of flounder branches

We bump the distro config post rc6. Also the branches have been cut so we can start the use the flounder branch.

Change-Id: I8414dc3fec1780ab37868679e34f75760ba1daef
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoAdd gitreview file for flounder branch
Jan-Simon Möller [Mon, 10 Sep 2018 07:15:08 +0000 (09:15 +0200)]
Add gitreview file for flounder branch

Change-Id: I8658abef2952f1d2af09ee008acfcbf547840b45
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoPrepare Flounder rc6 09/16509/1 5.99.6 flounder/5.99.6 flounder_5.99.6
Jan-Simon Möller [Sun, 9 Sep 2018 14:59:01 +0000 (16:59 +0200)]
Prepare Flounder rc6

Change the distro config for the RC6.

Change-Id: I174d28086f7b9de8d94840f7451b65f8ba06c347
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoagl-services: Add missing dependencies to glib2 07/16507/2
José Bollo [Sun, 9 Sep 2018 09:37:12 +0000 (11:37 +0200)]
agl-services: Add missing dependencies to glib2

The dependecy to glib-2.0 was missing in the services

 - agl-service-geofence
 - agl-service-iiodevices
 - agl-service-mediascanner

Change-Id: I303a2968ecbc3c497fa34545eaf768cfd5e7b0bd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoprofile-graphical: agl-service-mediaplayer: add agl-audio-4a-framework DISTRO_FEATURE... 05/16505/2
Matt Ranostay [Sat, 8 Sep 2018 03:20:49 +0000 (20:20 -0700)]
profile-graphical: agl-service-mediaplayer: add agl-audio-4a-framework DISTRO_FEATURES check

EXTRA_OECMAKE needs to set a flag if 4A is enabled to playback audio via the 'multimedia' role
via gstreamer.

Bug-AGL: SPEC-1705
Change-Id: Iabdc8c4d623e2a0df312c0b6e036781a68a33647
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoagl-profile-core/packagegroup-agl-core-boot: add rng-tools 83/16483/4
Stephane Desneux [Thu, 6 Sep 2018 21:53:26 +0000 (21:53 +0000)]
agl-profile-core/packagegroup-agl-core-boot: add rng-tools

On some boards (typically Minnowboard Max), the kernel's random number entropy
pool may fill too slowly.  As a consequence, if many processes ask for random
data at the same time, the reads on /dev/random are blocked until the entropy
pool has been filled.

This patch adds rng-tools in the core images: the rngd daemon will start at boot
and fill the entropy pool.

Bug-AGL: SPEC-1655

Change-Id: Icbcf6a9ea685774dd13e33597689a3fd05aaadf4
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoaf-binder & af-main: Update to version 5.99.FFRC6 93/16493/3
José Bollo [Fri, 7 Sep 2018 07:46:55 +0000 (09:46 +0200)]
af-binder & af-main: Update to version 5.99.FFRC6

This includes the following binder changes (from newer to older):
 * 29f544b afb-apiset: fixed the error message upon api open.
 * 8647a34 afb-session: Use ad-hoc pseudo-random uuid
 * d3edd5f VERSION 5.99.FFRC6
 * 72385ab main-afb-daemon: Export API after initialization
 * 408acbd app-framework-binder doc: Changed doc to fit new format.
 * a02a162 Allow choice to trap or not program faults
 * 5dd7df3 main-afb-daemon: Set AFB_ROOTDIR and AFB_WORKDIR in environment
 * 8706522 afb-hook-flags: Fix a compilation warning

Bug-AGL: SPEC-1655
Bug-AGL: SPEC-1724
Bug-AGL: SPEC-1694

Change-Id: I3d7b191322e6fbea94ea7345979f3b80da988d8c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
5 years agoUpdate low-can, signal-composer version label 99/16499/3
Romain Forlot [Fri, 7 Sep 2018 11:18:29 +0000 (13:18 +0200)]
Update low-can, signal-composer version label

Change-Id: I6639128b0942ee2218a897a3128bbb1e3218a9f3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoUpdate afb-test revision for FF.RC6 97/16497/4
Romain Forlot [Fri, 7 Sep 2018 11:18:02 +0000 (13:18 +0200)]
Update afb-test revision for FF.RC6

This includes the following changes:
bba4bef Use controller new behavior that add objects
a826da1 Silence all outputs of kill command
2f768ef Reset context functions between test files

Change-Id: I0329bdd9f5e04423558057ce0a55adbf086dd366
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
5 years agoscripts/mkefi-agl.sh: fix cleanup 79/16479/1
Stephane Desneux [Thu, 6 Sep 2018 11:25:27 +0000 (11:25 +0000)]
scripts/mkefi-agl.sh: fix cleanup

This patch fixes the removal of the huge file
/tmp/TMP-AGL-wic-image.wic

Change-Id: I8858109dca62eb20d4bdabab3d7a593205a30ea6
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
5 years agoPost FF rc5 merge window open 53/16453/1
Jan-Simon Möller [Sat, 1 Sep 2018 13:15:35 +0000 (15:15 +0200)]
Post FF rc5 merge window open

Adapt the distro config.

Change-Id: I216fc5071e8f7a6ff5df221224bd065698ee5a8d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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>