AGL/meta-agl.git
5 years agoRe-enable fix for cmake in sdk 67/14467/1
Jan-Simon Möller [Fri, 15 Jun 2018 18:08:30 +0000 (20:08 +0200)]
Re-enable fix for cmake in sdk

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

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

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

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

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

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

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

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

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

Test results:

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

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

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

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

Bug-AGL: SPEC-1475

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

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

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

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

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

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

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

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

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

Bug-AGL: SPEC-145

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

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

Bug-AGL: SPEC-1475

EE-MUST-FIX

Change-Id: Ie0bc472153ae73b41c495161f83acba57d812b9a
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
5 years agoMerge "linux-linaro-qcomlt: delete bbappend of db820c"
Jan-Simon Moeller [Mon, 28 May 2018 13:11:18 +0000 (13:11 +0000)]
Merge "linux-linaro-qcomlt: delete bbappend of db820c"

5 years agoMerge "dragonboard-410c: update 96boards-tools recipe"
Jan-Simon Moeller [Mon, 28 May 2018 13:09:15 +0000 (13:09 +0000)]
Merge "dragonboard-410c: update 96boards-tools recipe"

5 years agolinux-linaro-qcomlt: delete bbappend of db820c 17/14117/1
Yuya Ono [Mon, 28 May 2018 03:12:29 +0000 (12:12 +0900)]
linux-linaro-qcomlt: delete bbappend of db820c

This bbappend no longer is needed because related bb
has been removed by below commit.
http://git.yoctoproject.org/cgit/cgit.cgi/meta-qcom/commit/?id=267fa80fea2d3

Change-Id: I3d7943c2a2048078b210adbadf30a3bdb59206a9
Signed-off-by: Yuya Ono <Ono.Yuya@ap.MitsubishiElectric.co.jp>
5 years agodragonboard-410c: update 96boards-tools recipe 15/14115/1
Yuya Ono [Mon, 28 May 2018 02:24:51 +0000 (11:24 +0900)]
dragonboard-410c: update 96boards-tools recipe

Update 96boards-tools recipe for dragonboard-410c.
This recipe is ported from meta-96boards layer(rocko).
https://github.com/96boards/meta-96boards/

Change-Id: I4a56bddabebfde48ee2a25e180d6ed452b5e0e38
Signed-off-by: Yuya Ono <Ono.Yuya@ap.MitsubishiElectric.co.jp>
6 years agoEnable I2C-TINY-USB and LEDS-BLINKM drivers for AGL demonstrator 73/14073/1
Yordan Dimitrov [Tue, 22 May 2018 12:41:01 +0000 (13:41 +0100)]
Enable I2C-TINY-USB and LEDS-BLINKM drivers for AGL demonstrator

To extent the demonstrator we need to support an I2C adaptor and RGB LED.

Change-Id: I1816ee9a7acf4699d1639b4954422df9ca8f452e
Signed-off-by: Yordan Dimitrov <y.dimitrov.14@gmail.com>
6 years agoTemporary fix for -nogfx target during layer reorg 59/13959/1
Jan-Simon Möller [Mon, 14 May 2018 17:37:25 +0000 (19:37 +0200)]
Temporary fix for -nogfx target during layer reorg

This fix is needed to unbreak the build due to a parsing error in the nogfx target (qt5 not enabled but bbappends present).

Change-Id: I9da2a5854849c147c7917c75b5783b755b9130f1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "[RCARGEN3] Remove bluez PACKAGECONFIG feature"
Jan-Simon Moeller [Mon, 14 May 2018 17:01:57 +0000 (17:01 +0000)]
Merge "[RCARGEN3] Remove bluez PACKAGECONFIG feature"

6 years agoMerge "agl-login-manager: Clean dependency"
Jan-Simon Moeller [Tue, 8 May 2018 12:47:37 +0000 (12:47 +0000)]
Merge "agl-login-manager: Clean dependency"

6 years ago2nd part of the layer/profile rework [1/2] 31/13831/4
Jan-Simon Möller [Tue, 24 Apr 2018 13:13:18 +0000 (15:13 +0200)]
2nd part of the layer/profile rework [1/2]

Main goal of this is to move the agl-service-* bindings into the core and to
unify common recipes like wayland/weston into meta-agl-profile-graphical.
As a placeholder for recipes is meta-agl-profile-demo which are being reshuffled.

TLDR: agl-service move to meta-agl-profile-core. wayland/weston moves to meta-agl-profile-graphical.

This patchset needs the 2nd patchset of the series to build (meta-agl-demo).

Bug-AGL: SPEC-145 , SPEC-876 , SPEC-877

v2: rebase including udiscs patches from meta-agl-demo

Change-Id: I5e33f72d01707fa8b826d382bccaca3addcbbc47
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years ago[RCARGEN3] Remove bluez PACKAGECONFIG feature 41/13841/1
Ronan Le Martret [Tue, 24 Apr 2018 15:25:30 +0000 (17:25 +0200)]
[RCARGEN3] Remove bluez PACKAGECONFIG feature

 - The  PACKAGECONFIG value "experimental" was remove recently
   (Upgrade Bluez version 5.43 -> 5.44).
   (From poky): feacb428b055fd714eb1b15402023f4a726dce54
   -PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,"

- So we can remove "experimental" feature to avoid yocto Warning.

Bug-AGL: SPEC-1398

Change-Id: Ibd96a788bd0c4e0d9bc6959012bbbf839d890e9d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoagl-login-manager: Clean dependency 25/13825/2
José Bollo [Fri, 20 Apr 2018 16:33:47 +0000 (18:33 +0200)]
agl-login-manager: Clean dependency

The inherit agl-graphical is not needed here.

Bug-AGL: SPEC-1396

Change-Id: I96c15129da6930754cc5d22b5fa56875da09636d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoIntroduce meta-agl-profile-core and meta-agl-profile-graphics 89/13789/7
Jan-Simon Möller [Mon, 16 Apr 2018 20:14:52 +0000 (22:14 +0200)]
Introduce meta-agl-profile-core and meta-agl-profile-graphics

Rework towards agl profiles.

This change is part of a series of changes to create the
AGL profiles.

This set will mainly introduce the 'core' profile.

It is setup to be a drop-in change, thus some files were kept
in (dummy) locations for now.
However, they'll be taken care of in the next changes in this series.

The main target of the meta-agl-profile-core layer is to host:
- a minimal, bootable image with network and package management enabled
  -- agl-image-boot
- a minimal image with network and packagemanagement and the AGL APIs
  -- agl-image-minimal

The layer meta-agl-profile-graphical is used as superset of these
and includes support for egl+wayland+weston. All recipes concerning
graphics were moved there. This is not a full profile as we still have
to migrate some parts of meta-agl-demo in a follow-up changeset.

The roadmap as discussed during the F2F session in Karlsruhe is:
- week 16 : core profile and profiles w/o graphics
- week 17 : graphical profiles
- week 18 : final conversion of the demo image

v2: moved agl-login-manager from -graphics to -core (see Jose's comment)
v3: moved back after discussion - follow-up in separate changeset

Change-Id: Idacb0d1274baac1f63f8d1b850d4b1104ac33918
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "[RCAR] Update Rcar gen3 BSP to 3.6"
Jan-Simon Moeller [Fri, 13 Apr 2018 09:23:37 +0000 (09:23 +0000)]
Merge "[RCAR] Update Rcar gen3 BSP to 3.6"

6 years agoMerge "af-main: Refactor of user session management"
Jan-Simon Moeller [Thu, 12 Apr 2018 14:38:07 +0000 (14:38 +0000)]
Merge "af-main: Refactor of user session management"

6 years ago[RCAR] Update Rcar gen3 BSP to 3.6 63/13763/3
Ronan Le Martret [Wed, 11 Apr 2018 09:14:39 +0000 (11:14 +0200)]
[RCAR] Update Rcar gen3 BSP to 3.6

Bug-AGL: SPEC-1359

Change-Id: Id3b2327f93f325bca81bb464c31c13b59eda366f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoMerge "dbus-cynara: Fix a missing RDEPENDS"
Jan-Simon Moeller [Tue, 10 Apr 2018 19:32:24 +0000 (19:32 +0000)]
Merge "dbus-cynara: Fix a missing RDEPENDS"

6 years agoMerge "Remove trinity from packagegroup-ivi-common-test due to FTBS"
Jan-Simon Moeller [Tue, 10 Apr 2018 19:31:00 +0000 (19:31 +0000)]
Merge "Remove trinity from packagegroup-ivi-common-test due to FTBS"

6 years agoMerge "gstreamer: add libv4l2 support"
Jan-Simon Moeller [Tue, 10 Apr 2018 17:02:14 +0000 (17:02 +0000)]
Merge "gstreamer: add libv4l2 support"

6 years agoRemove trinity from packagegroup-ivi-common-test due to FTBS 57/13757/1
Jan-Simon Möller [Tue, 10 Apr 2018 14:35:33 +0000 (16:35 +0200)]
Remove trinity from packagegroup-ivi-common-test due to FTBS

See SPEC-1384.

Change-Id: I5a86c317184f99b8f903229aa5e4b12831e10c02
Bug-AGL: SPEC-1384
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "Rework how we pass arguments to QEMU, provide a wks.in file"
Jan-Simon Moeller [Tue, 10 Apr 2018 14:25:08 +0000 (14:25 +0000)]
Merge "Rework how we pass arguments to QEMU, provide a wks.in file"

6 years ago[Rcar] Remove valgrind recipes from meta-rcar 55/13755/1
Ronan Le Martret [Tue, 10 Apr 2018 07:19:12 +0000 (09:19 +0200)]
[Rcar] Remove valgrind recipes from meta-rcar

* valgrind was backport in meta-rcar from cogent (unidentified reason).
  In some builds environement, the build  of this recipes failed
  (issue hardly reproductible). So remove valgrind backported recipes
  should resolve the build issue and upstream recipes from yocto will be
  used.

Bug-AGL: SPEC-1374

Change-Id: I1bc3d065badd1e2cd35b2a7b1a3c5fb43c357c06
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agogstreamer: add libv4l2 support 63/13663/3
Martin Kelly [Fri, 2 Mar 2018 00:04:39 +0000 (16:04 -0800)]
gstreamer: add libv4l2 support

libv4l2 support is useful for getting more out of v4l2src. I discovered
this when trying to get RGB format video out of a camera and seeing that
libv4l2 can emulate it (even when the camera does not support it).
However, that emulation must be compiled into gstreamer, so let's do
that.

Change-Id: I1117277dd48fefbbe2a9a1e80f274cb145f3a5e5
Signed-off-by: Martin Kelly <mkelly@xevo.com>
6 years agodbus-cynara: Fix a missing RDEPENDS 31/13731/1
José Bollo [Fri, 6 Apr 2018 12:20:17 +0000 (14:20 +0200)]
dbus-cynara: Fix a missing RDEPENDS

dbus-cynara is a separate package of dbus because it
allows to break the dependency loop dbus -> cynara -> ... -> dbus
coming from the fact that many many usefull things depend
on dbus: documentation generators, test handlers, ...

In other words, dbus-cynara is the same as dbus. As such, it
uses the subpackage dbus-lib (known as libdbus). This has to
be set as a RDEPENDS, otherwise bitbake complains:

 QA Issue: dbus-cynara rdepends on dbus-lib, but it isn't a builds
           dependency, missing dbus in DEPENDS or PACKAGECONFIG?

Change-Id: I72472dc9e6e8f21d0aabc9a1186f1cb7d8343445
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoaf-main: Refactor of user session management 27/13727/2
José Bollo [Wed, 28 Feb 2018 19:22:25 +0000 (20:22 +0100)]
af-main: Refactor of user session management

This changes how user session are started and handled
within systemd. This evolution add a tiny program to
start and handle user sessions: afm-user-session.

This is the first step of a serie because, actually,
due to platform restrictions, the common users if started
this way will not be able to run correctly (issues with
wayland/weston and with handling of CGROUP2 with Smack LSM)

Also fixes memory leaks and improves build process.

Bug-AGL: SPEC-545
Bug-AGL: SPEC-1016

Change-Id: Icaf7c575633fc663a3df0ffee683b22cc087bb16
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoMerge "Add hci uart ko cfg for rpi3 on board bluetooth"
Jan-Simon Moeller [Fri, 6 Apr 2018 11:46:32 +0000 (11:46 +0000)]
Merge "Add hci uart ko cfg for rpi3 on board bluetooth"

6 years agoRework how we pass arguments to QEMU, provide a wks.in file 29/13729/1
Tom Rini [Thu, 5 Apr 2018 20:46:46 +0000 (16:46 -0400)]
Rework how we pass arguments to QEMU, provide a wks.in file

- The official hook for changing the resolution we tell QEMU is
  UVESA_MODE so change agl_qemux86-64.inc to set the value there rather
  than override the whole of QB_KERNEL_CMDLINE_APPEND.
- Make agl_qemux86-64.inc further append what's needed to
  QB_KERNEL_CMDLINE_APPEND as APPEND isn't used in the filesystem images
  we create anymore.
- Create a directdisk.wks.in file that will (a) use --use-uuid and not
  force /boot to be looked for on /dev/sda1 (when it will _NOT_ be) and
  (b) evaluate QB_KERNEL_CMDLINE_APPEND to determine what the bootargs
  to the kernel will be.

Change-Id: I49894d70e6c0010e0907b72f19fcc8fb0917e34a
Bug-AGL: SPEC-1301
Signed-off-by: Tom Rini <trini@konsulko.com>
6 years agoMerge "dbus-cynara: Avoid dependency loop"
Jan-Simon Moeller [Thu, 5 Apr 2018 16:03:35 +0000 (16:03 +0000)]
Merge "dbus-cynara: Avoid dependency loop"

6 years agoMerge "Fix License collect for this recipe"
Jan-Simon Moeller [Thu, 5 Apr 2018 16:03:05 +0000 (16:03 +0000)]
Merge "Fix License collect for this recipe"

6 years agodbus-cynara: Avoid dependency loop 21/13721/1
José Bollo [Tue, 27 Mar 2018 09:05:46 +0000 (11:05 +0200)]
dbus-cynara: Avoid dependency loop

The dependency loop appeared when compiling
with DISTRO_FEATURE ptest.

To avoid it, I restore the logic implemented before in
meta-intel-iot-security. I also remove unless files.

Bug-AGL: SPEC-1334

Change-Id: Ibe8b9359a65fec034df2534c5fceb4769e63aa99
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoMerge "Adapt repository priorities in preparation of the profiles"
Jan-Simon Moeller [Wed, 4 Apr 2018 12:28:20 +0000 (12:28 +0000)]
Merge "Adapt repository priorities in preparation of the profiles"

6 years agoAdapt repository priorities in preparation of the profiles 13/13713/1
Jan-Simon Möller [Tue, 3 Apr 2018 22:29:28 +0000 (00:29 +0200)]
Adapt repository priorities in preparation of the profiles

The profiles need a clear priorization of the layers.
Especially the core layers need a high prio in this context.

Apply a prio of 70 to core/essential layers and of 60 to BSP, netboot and smack.

Change-Id: I24a59daadab4c98ffbcb799cc784e84e87ac7d23
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMake better use of UUIDs on Intel platform wks files 11/13711/1
Tom Rini [Tue, 3 Apr 2018 20:11:22 +0000 (16:11 -0400)]
Make better use of UUIDs on Intel platform wks files

- Stop using --ondisk XXX in the wks files, that enforces using
  USB/SATA/etc as /etc/fstab will be referencing these devices.
- Pass --use-uuid for the boot partition
- Update mkefi-agl.sh and mkabl-agl.sh to modify the final fstab to
  use the PARTUUID they create rather than the PARTUUID of the resulting
  wic file.

Change-Id: I450ba77805fdb83e31411ea48b25aad415fa8a69
Bug-AGL: SPEC-1300
Signed-off-by: Tom Rini <trini@konsulko.com>
6 years agoAdd hci uart ko cfg for rpi3 on board bluetooth 03/13703/1
Phong Tran [Mon, 26 Mar 2018 22:57:38 +0000 (05:57 +0700)]
Add hci uart ko cfg for rpi3 on board bluetooth

Enable HCI UART for fixing current lacking of hci-uart.ko
which made brcm43438.service fails to start.

Change-Id: I0905820daa4bc1b36f2677f2f685f17a71fe11e6
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
6 years agoFix License collect for this recipe 97/13697/1
Ronan Le Martret [Tue, 3 Apr 2018 12:31:34 +0000 (14:31 +0200)]
Fix License collect for this recipe

 * without LIC_FILES_CHKSUM, it seems the license of the recipes is not
   in the licenses collected.

Bug-AGL: SPEC-781

Change-Id: Icd5520d87c90a3eb8df5d0b89b769a6cf7055d04
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoMerge "weston-init: Ensure setting of the user"
Jan-Simon Moeller [Mon, 2 Apr 2018 22:28:05 +0000 (22:28 +0000)]
Merge "weston-init: Ensure setting of the user"

6 years agoRemove upstreamed patch for typo in verify3 89/13689/1
Jan-Simon Möller [Sun, 1 Apr 2018 21:00:45 +0000 (23:00 +0200)]
Remove upstreamed patch for typo in verify3

Upstream recipe has fix included.

Change-Id: Ice5b699c9fbd25ec9b1dceb0bdac8f669cec9b0f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoweston-init: Ensure setting of the user 43/13543/3
José Bollo [Wed, 28 Feb 2018 18:28:27 +0000 (19:28 +0100)]
weston-init: Ensure setting of the user

The user was not set to the expected value because the patched
file had not indication of user. This fix enforce the setting
of the user. It also enforce the setting of the group.

Bug-AGL: SPEC-546

Change-Id: I929bfa17c541c5334f463cd8cb3566dc5b53b408
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoMerge "Merge branch 'sandbox/ronan/rocko_kf'"
Jan-Simon Moeller [Thu, 29 Mar 2018 18:47:10 +0000 (18:47 +0000)]
Merge "Merge branch 'sandbox/ronan/rocko_kf'"

6 years agoMerge "Add bluez-alsa recipes to AGL"
Jan-Simon Moeller [Thu, 29 Mar 2018 17:10:14 +0000 (17:10 +0000)]
Merge "Add bluez-alsa recipes to AGL"

6 years agoMerge "most: delete bbappend for removing skb_put_data patch"
Jan-Simon Moeller [Wed, 28 Mar 2018 20:00:59 +0000 (20:00 +0000)]
Merge "most: delete bbappend for removing skb_put_data patch"

6 years agoRename CAN low level service 05/13605/3
Romain Forlot [Mon, 12 Mar 2018 08:43:47 +0000 (09:43 +0100)]
Rename CAN low level service

Bug-AGL: SPEC-1276

Change-Id: If5363c8e17d4a77d3547e53db727b5d268a17738
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoxmlsec1: Fix compilation issue in examples 69/13669/1
José Bollo [Tue, 27 Mar 2018 13:49:48 +0000 (15:49 +0200)]
xmlsec1: Fix compilation issue in examples

When  the feature agl-ptest is selected, it leads to
a compilation error due to an unexpected character
in the file examples/verify3.c.

Bug-AGL: SPEC-1353

Change-Id: Idcda2eed181636a9229b4a666a1ef31eddc6309c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoAdd bluez-alsa recipes to AGL 53/13653/2
Ronan Le Martret [Fri, 23 Mar 2018 10:10:30 +0000 (11:10 +0100)]
Add bluez-alsa recipes to AGL

 * Bluez-alsa allows to use a bluetooth audio device with alsa
  without pulse audio
 * BlueALSA registers all known Bluetooth audio profiles in Bluez.
 * Bluez-alsa is optional in AGL.
 * 4a audio feature will enable it.(4a audio can be pulseaudio free).

Bug-AGL: SPEC-1342

Change-Id: I858fbb795b3c7859ac1e536c14305fde7bf94b62
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoMerge "af-binder: Bug fix"
Jan-Simon Moeller [Mon, 26 Mar 2018 23:56:41 +0000 (23:56 +0000)]
Merge "af-binder: Bug fix"

6 years agoMerge "50_bblayers.conf.inc: Add meta-updater-qemux86-64"
Jan-Simon Moeller [Mon, 26 Mar 2018 22:56:02 +0000 (22:56 +0000)]
Merge "50_bblayers.conf.inc: Add meta-updater-qemux86-64"

6 years agomost: delete bbappend for removing skb_put_data patch 19/13619/3
Kotaro Hashimoto [Thu, 15 Mar 2018 08:43:15 +0000 (17:43 +0900)]
most: delete bbappend for removing skb_put_data patch

This bbappend no longer is needed because skb_put_data patch issue was
solved by below commit.
https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-demo.git;a=commit;h=23492d46ea0fd81aa05528ad423bb5e1a10e111b

Change-Id: I9615367030a26d6af16b4c46ce47da7c49a03a5d
Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
6 years agoMerge "wayland: weston-ini-conf: change virtual.cfg to 1080p and rotate 270 degrees"
Jan-Simon Moeller [Mon, 26 Mar 2018 21:48:04 +0000 (21:48 +0000)]
Merge "wayland: weston-ini-conf: change virtual.cfg to 1080p and rotate 270 degrees"

6 years ago50_bblayers.conf.inc: Add meta-updater-qemux86-64 43/13643/1
Leon Anavi [Tue, 20 Mar 2018 16:30:10 +0000 (18:30 +0200)]
50_bblayers.conf.inc: Add meta-updater-qemux86-64

Add Yocto/OE layer meta-updater-qemux86-64 to
BBLAYERS as it brings fixes for machine qemux86-64
when feature agl-sota is enabled.

Bug-AGL: SPEC-1289

Change-Id: Ibe21338f2535f62a07221495c467bcf200ae7834
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
6 years agoMerge branch 'sandbox/ronan/rocko_kf' 41/13641/1
Ronan Le Martret [Tue, 20 Mar 2018 12:52:16 +0000 (13:52 +0100)]
Merge branch 'sandbox/ronan/rocko_kf'

Add Kingfisher board support for AGL master

* Currently the renesas 3.4 BSP support, for Kingfisher,
   is provided by Cogent.
 https://github.com/Cogenh3ulcbtEmbedded/meta-rcar

* Add cogent BSP for h3ulcb, m3ulcb, m3ulcb-nogfx
* Update BBMASK for gen3 board
* Backport Matt Porter fix "preserve drm HDMI connector naming"
* ti-bt: add a systemd unit and enable
* ulcb: Disable build-in most driver
* si-tools: FM configuration improvements

Bug-AGL: SPEC-1175

Change-Id: I350a13e474e2dea83abe84c5a4cc0cd3e58fc442
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoremove unused opencv folder
Harunobu Kurokawa [Tue, 20 Mar 2018 10:14:27 +0000 (19:14 +0900)]
remove unused opencv folder

Change-Id: I115096811662403f34846f434fbc7772024c1634
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
6 years agosi-tools: FM configuration improvements
Harunobu Kurokawa [Tue, 20 Mar 2018 09:43:30 +0000 (18:43 +0900)]
si-tools: FM configuration improvements

This commit is removed from meta-renesas-rcar-gen3

====
commit a5dfadaa3931977a221e0508354e9ab97482b9ab
Author: Scott Murray <scott.murray@konsulko.com>
Date:   Thu Dec 21 20:46:30 2017 -0500
====

Some changes to allow integration with the AGL radio binding and
improve FM configuration with some tweaks and additional configuration
options.

Changes include:
- Add command-line option for selecting FM band plan.  The default
  band plan is US / Canada.
- Add command-line options for setting FM scanning valid SNR and RSSI
  thresholds to allow tweaking sensitivity in poor radio environments.
- Increased seeking scan timeout to 3 seconds, which seems to improve
  behavior in poor radio environments where powerful stations may be
  far apart.
- Removed explicit setting of FM_SOFTMUTE_SNR_LIMITS, as it seemed
  like it might be resulting in odd muting behavior when scanning.
- Changed initial FM frequency if not specified to the minimum of the
  band plan.

Change-Id: I5d8c95947489b83384babb50285b76d3de45214a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
6 years ago[AGL] ulcb: Disable build-in most driver
Harunobu Kurokawa [Tue, 20 Mar 2018 05:33:31 +0000 (14:33 +0900)]
[AGL] ulcb: Disable build-in most driver

 Kingfisher has MedlaLB Interface for most, kernel tree has
most driver as build-in driver. So these configs is enabled.

 Howemver AGL use most driver in gerrit repository. So AGL
should be disable it.

Change-Id: Ia46500d58fc16f348a098c58f5e807cf37913e5e
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
6 years agoti-bt: add a systemd unit and enable
Matt Porter [Wed, 13 Dec 2017 15:55:51 +0000 (10:55 -0500)]
ti-bt: add a systemd unit and enable

We need to provide a systemd unit for UIM to be started at boot.  We
also do not want the blacklist that Cogent has created, so delete that.

Bug-AGL: SPEC-1175
Change-Id: Ia35a6007722d4e42a7a76fe9d8d26b90b073f73b
Signed-off-by: Matt Porter <mporter@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
6 years agoPreserve HDMI naming for kingficher board
Ronan Le Martret [Thu, 15 Mar 2018 15:09:20 +0000 (16:09 +0100)]
Preserve HDMI naming for kingficher board

Change-Id: Id1b6b88e606d0a102eefbdb9c8deae2dfe0cf73b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
6 years agoUpdate BBMASK for ulcb board
Ronan Le Martret [Wed, 14 Mar 2018 16:11:24 +0000 (17:11 +0100)]
Update BBMASK for  ulcb board

 * We don't need to black list rcar BSP recipes any more.

Change-Id: If7081b8cfa2ae936f6ed9f957054fd57a45cc968
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoAdd kingficher support
Ronan Le Martret [Tue, 13 Mar 2018 16:15:54 +0000 (17:15 +0100)]
Add kingficher support

Change-Id: I75b9ced887249380a6164296b73acaaca91e3060
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoaf-binder: Bug fix 25/13625/1
José Bollo [Fri, 16 Mar 2018 15:34:34 +0000 (16:34 +0100)]
af-binder: Bug fix

This fix bug in connection of websockets. It appears
that the bug is herre since months but was not detected
before 14th March 2018.

Also, include a fix for future version of libmicrohttpd
(newer than 0.9.59).

Bug-AGL: SPEC-1345

Change-Id: I6f13c437255fc2079361a61dd274163e39822522
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agowayland: weston-ini-conf: change virtual.cfg to 1080p and rotate 270 degrees 33/13533/2
Matt Ranostay [Tue, 27 Feb 2018 02:10:51 +0000 (18:10 -0800)]
wayland: weston-ini-conf: change virtual.cfg to 1080p and rotate 270 degrees

Rotate screen to horizontal orientation allow 1080p output that mirrors a LCD panel

Change-Id: I7b8a6a9841b726f68087a4f5bb18ed80517e4e9a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agore-enable gobject-introspection 27/13527/2
Martin Kelly [Sat, 24 Feb 2018 01:42:00 +0000 (17:42 -0800)]
re-enable gobject-introspection

In commit f9a285987c5c956d445efeea6c60f258534fe57b, we disabled
gobject-introspection due to a build error as part of the Rocko
transition. However, the only build errors were on qemu, which were
caused by not emulating SSE4.2 (see poky commit
5b2b343453e805be013e721d079bc24de946f28b for details).

Emulate SSE4.2 in qemu and re-enable gobject-introspection.

Change-Id: I073db2c37623bb8ba6b7809ca0c3bba5213001e2
Signed-off-by: Martin Kelly <mkelly@xevo.com>
6 years agoMerge "dra7xx-evm, beaglebone: Switch to sdimage-bootpart-uuid for wic"
Jan-Simon Moeller [Tue, 13 Mar 2018 09:31:18 +0000 (09:31 +0000)]
Merge "dra7xx-evm, beaglebone: Switch to sdimage-bootpart-uuid for wic"

6 years agoMerge "Add db-820c as community board"
Jan-Simon Moeller [Fri, 9 Mar 2018 14:19:20 +0000 (14:19 +0000)]
Merge "Add db-820c as community board"

6 years agoMerge "run-agl-postinsts, weston-init-conf: Switch LIC_FILES_CHKSUM syntax"
Jan-Simon Moeller [Thu, 8 Mar 2018 22:35:13 +0000 (22:35 +0000)]
Merge "run-agl-postinsts, weston-init-conf: Switch LIC_FILES_CHKSUM syntax"

6 years agoFix image class for cyclone5 until fixed upstream 87/13587/1
Jan-Simon Möller [Thu, 8 Mar 2018 13:47:00 +0000 (14:47 +0100)]
Fix image class for cyclone5 until fixed upstream

This change is to be merged upstream. Meanwhile fix the build by using high-prio layer.

Change-Id: Iaf9b08b1ea314d9c298639372dd4a7d1c15e83f0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agodra7xx-evm, beaglebone: Switch to sdimage-bootpart-uuid for wic 85/13585/1
Tom Rini [Wed, 7 Mar 2018 22:19:42 +0000 (17:19 -0500)]
dra7xx-evm, beaglebone: Switch to sdimage-bootpart-uuid for wic

Introduce a new wks file, sdimage-bootpart-uuid.wks that differs from
sdimage-bootpart.wks in that it uses --use-uuid rather than --ondisk as
PARTUUID is more portable and we do not use busybox mount in our images.

Bug-AGL: SPEC-1336
Change-Id: Ib98d1e49406f8b8ac13c3947f4efbc4360cf9865
Signed-off-by: Tom Rini <trini@konsulko.com>
6 years agoAdd db-820c as community board 37/13537/2
Jan-Simon Möller [Wed, 28 Feb 2018 16:01:08 +0000 (17:01 +0100)]
Add db-820c as community board

Add templates for the db-820c as community board alongside the 410c.
Only works with rocko/master.

v2:
- fixed 96board-tools inclusion
- added kernel bbappend

Change-Id: I411505ae0aeb5939338bb94f5db04c2572fc6612
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "Adding support for NVM Express partitions"
Jan-Simon Moeller [Wed, 7 Mar 2018 16:00:03 +0000 (16:00 +0000)]
Merge "Adding support for NVM Express partitions"

6 years agorun-agl-postinsts, weston-init-conf: Switch LIC_FILES_CHKSUM syntax 69/13569/1
Tom Rini [Wed, 7 Mar 2018 15:51:49 +0000 (10:51 -0500)]
run-agl-postinsts, weston-init-conf: Switch LIC_FILES_CHKSUM syntax

It is currently a warning to use ${COREBASE}/LICENSE and instead we need
to use ${COMMON_LICENSE_DIR}/MIT.  Switch to this syntax.

Change-Id: If92643fdaf120f1ef27adab3cc8068d253665eb2
Signed-off-by: Tom Rini <trini@konsulko.com>
6 years agoDisable agl-ptest in snapshot build until dependency loop is fixed 65/13565/1
Jan-Simon Möller [Wed, 7 Mar 2018 15:43:21 +0000 (16:43 +0100)]
Disable agl-ptest in snapshot build until dependency loop is fixed

There is a dependency loop when ptest is enabled in the build.
Deactivate the feature in CI until
https://jira.automotivelinux.org/browse/SPEC-1334
is fixed

Bug-AGL: SPEC-1334

Change-Id: I18e86879813fde34bb280d9f1fcfd73d2abe1232
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "af-binder: Upgrade"
Jan-Simon Moeller [Tue, 6 Mar 2018 22:32:19 +0000 (22:32 +0000)]
Merge "af-binder: Upgrade"

6 years agoMerge "enabling kernel 4.14"
Jan-Simon Moeller [Tue, 6 Mar 2018 22:30:21 +0000 (22:30 +0000)]
Merge "enabling kernel 4.14"

6 years agoRemove sota and sdl from default feature list 55/13555/1
Jan-Simon Möller [Tue, 6 Mar 2018 21:34:46 +0000 (22:34 +0100)]
Remove sota and sdl from default feature list

sota and sdl need some more fixes for rocko. Remove them from the default feature list.

Change-Id: Ia1d98d0f288e683a9c570659805fb613fe09684c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "core-boot-agl: add tzdata zoneinfo files"
Jan-Simon Moeller [Mon, 5 Mar 2018 19:38:42 +0000 (19:38 +0000)]
Merge "core-boot-agl: add tzdata zoneinfo files"

6 years agoenabling kernel 4.14 47/13547/1
Dominig ar Foll Intel Open Source [Fri, 2 Mar 2018 16:40:04 +0000 (17:40 +0100)]
enabling kernel 4.14

Change-Id: I95916851bcdb730767206c736b2e2b2510c9517b
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
6 years agoAdding support for NVM Express partitions 41/13541/1
Dominig ar Foll Intel Open Source [Thu, 1 Mar 2018 09:19:56 +0000 (10:19 +0100)]
Adding support for NVM Express partitions

Change-Id: I245d77f231fbb625d5e13a2c7e0e9cbabfebdf80
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
6 years agoaf-binder: Upgrade 35/13535/1
José Bollo [Mon, 26 Feb 2018 14:33:50 +0000 (15:33 +0100)]
af-binder: Upgrade

Improvements:
 - addition of supervisor (in devel mode)
 - handling of mimetype
 - integration of systemd watchdog
 - refactor of code handling sessions
 - hooking of sessions
 - started: isolation of systemd event loop
 - started: test of the code

Fixes:
 - exclude directories starting with dot (.) from search
   to avoid issues with debugging libraries
 - memory leaks
 - session leaks
 - segmentation fault on disconnections
 - robustness against time adjust

Bug-AGL: SPEC-1293
Bug-AGL: SPEC-1296
Bug-AGL: SPEC-1303

Change-Id: Idb7908b8a4148a052c72aa662e1d453356d8e40d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
6 years agoHotfix for db410 on rocko 05/13505/1
Jan-Simon Möller [Thu, 22 Feb 2018 06:54:38 +0000 (07:54 +0100)]
Hotfix for db410 on rocko

The db410c build uses IMAGE_FSTYPES_append
which is a bad idea and should be changed to
IMAGE_FSTYPES ?=
Anyway - add a hotfix directly in the recipes.

Change-Id: I163e4fdccfc890085cf98571dcf5d7bf21cffadd
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoFix cyclone5 build by supplying patched image class 03/13503/1
Jan-Simon Möller [Thu, 22 Feb 2018 04:26:38 +0000 (05:26 +0100)]
Fix cyclone5 build by supplying patched image class
The class fails due to an old construct no longer supported in rocko.
Fix it by overlaying our own class until fixed upstream.

Change-Id: I5826da8e055b754cddbe346187dd5a6c508b2ff8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "meta-agl-bsp: weston: flags of events must be kept"
Jan-Simon Moeller [Thu, 22 Feb 2018 00:54:06 +0000 (00:54 +0000)]
Merge "meta-agl-bsp: weston: flags of events must be kept"

6 years agoMerge "lttng-modules: update to v2.10.5"
Jan-Simon Moeller [Thu, 22 Feb 2018 00:51:34 +0000 (00:51 +0000)]
Merge "lttng-modules: update to v2.10.5"

6 years agoMerge "meta-intel: removal of ibt info since it has been defined in rocko."
Jan-Simon Moeller [Thu, 22 Feb 2018 00:43:25 +0000 (00:43 +0000)]
Merge "meta-intel: removal of ibt info since it has been defined in rocko."

6 years agoMerge "Remove old boards for rocko"
Jan-Simon Moeller [Thu, 22 Feb 2018 00:43:01 +0000 (00:43 +0000)]
Merge "Remove old boards for rocko"

6 years agoRemove duplicate bbappend file in meta-agl-bsp/meta-ti 97/13497/1
Jan-Simon Möller [Thu, 22 Feb 2018 00:16:07 +0000 (01:16 +0100)]
Remove duplicate bbappend file in meta-agl-bsp/meta-ti

The file was applied twice.

Change-Id: I018a7de662c67ecb1dd80311bf171346fb21ca9c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agometa-intel: removal of ibt info since it has been defined in rocko. 95/13495/1
Kien Dinh [Wed, 21 Feb 2018 02:27:36 +0000 (11:27 +0900)]
meta-intel: removal of ibt info since it has been defined in rocko.

The old info of IBT firmware for Intel bluetooth in the bbappend file
overrides those in the new rocko's linux-firmware.bb and causes
build failure when users try to add a specific fimrware by name.

Change-Id: I71d4f017cfdceda2347a97aeaa0260e643bfcd91
Signed-off-by: Kien Dinh <kien.t.dinh@intel.com>
6 years agoMerge "Upgrade wayland-ivi-extension"
Jan-Simon Moeller [Tue, 20 Feb 2018 23:48:40 +0000 (23:48 +0000)]
Merge "Upgrade wayland-ivi-extension"

6 years agoMerge "move GPLv2 logic into agl-gplv2 feature"
Jan-Simon Moeller [Tue, 20 Feb 2018 23:45:45 +0000 (23:45 +0000)]
Merge "move GPLv2 logic into agl-gplv2 feature"

6 years agoMerge "adding Minnow eth driver to allow network boot"
Jan-Simon Moeller [Tue, 20 Feb 2018 23:40:49 +0000 (23:40 +0000)]
Merge "adding Minnow eth driver to allow network boot"

6 years agoRemove old boards for rocko 91/13491/1
Jan-Simon Möller [Tue, 20 Feb 2018 22:01:57 +0000 (23:01 +0100)]
Remove old boards for rocko

Old boards being removed:
- porter templates
- wandboard (untested)
- qemux86 (qemux86-64 - aka 64bit - is the only default)

Change-Id: Ia366cdeac988780dc3253e20357b868b3b6b8070
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoFixes for meta-agl-bsp for rocko 89/13489/1
Jan-Simon Möller [Tue, 20 Feb 2018 21:42:09 +0000 (22:42 +0100)]
Fixes for meta-agl-bsp for rocko

These changes are included:
- dra7xx-evm,meta-ti: disable gstreamer-plugins-bad on vayu until fixed
- meta-boundary: has no rocko branch, remove the folder
- meta-intel: generalize the libva bbappend
- general: remove the lua bbappend as it is upstream
- general: re-add fix for kernel-devsrc
           (see https://gerrit.automotivelinux.org/gerrit/#/c/11209/)

Documents fixme's in meta-agl-bsp/ROCKO.FIXMEs.

Change-Id: I3df32632558d503c3ce343f907a1ee1e15ae7e26
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoMerge "Remove meta-rust from bblayers"
Jan-Simon Moeller [Tue, 20 Feb 2018 21:28:52 +0000 (21:28 +0000)]
Merge "Remove meta-rust from bblayers"

6 years agolttng-modules: update to v2.10.5 79/13479/2
Leon Anavi [Mon, 19 Feb 2018 12:47:24 +0000 (14:47 +0200)]
lttng-modules: update to v2.10.5

Update recipe lttng-modules to v2.10.5 to fix build
issue for machine intel-corei7-64 with Linux kernel
4.9.77. The fix has been already applied in oe-core
master but AGL relies on branch rocko therefore the
fix has to be applied temporary through meta-agl-bsp.

(From OE-Core rev: 7f00a5161889a422d83dc113521d9241fdd89abf)

Bug-AGL: SPEC-1302

Change-Id: I87166026f011ab6735155e65d95a19e56a001d63
Co-Authored-By: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
6 years agoRemove meta-rust from bblayers 81/13481/1
repo syncRonan Le Martret [Tue, 20 Feb 2018 09:25:25 +0000 (09:25 +0000)]
Remove meta-rust from bblayers

 - since since commit manifest 808fff50abccf34e81186d635cba574e218fadc9
   meta-rust is now remove from AGL

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