AGL/meta-agl.git
5 years agorecipes-connectivity: neardal: add recipe 57/15257/2
Oleg Zhurakivskyy [Thu, 12 Feb 2015 13:01:37 +0000 (15:01 +0200)]
recipes-connectivity: neardal: add recipe

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

Backport pn533_usb incorect stack use from linux-next kernel

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

Add various NFC options to kernel configuration

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

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

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

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

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

Unfortunatly alias is not expand inside a script.

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

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

Bug-AGL: SPEC-1530

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

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

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

Adds network binding to the core service binding packagegroup.

Bug-AGL: SPEC-1540

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

Add the network binding recipe to the core profile.

Bug-AGL: SPEC-1540

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

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

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

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

Bug-AGL: SPEC-1573

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

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

Bug-AGL: SPEC-1552

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bug-AGL: SPEC-1538

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

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

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

And also upgrade af-main to use new feature.

This new version brings the the following features:

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

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

CAUTION: Bindings v1 and vdyn are removed.

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

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

Adds bluez5-obex to connectivity packagegroup for SDK builds.

Bug-AGL: SPEC-1517

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

Adds Bluetooth PBAP to the core service binding packagegroup.

Bug-AGL: SPEC-1517

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

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

Bug-AGL: SPEC-1517

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

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

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

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

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

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

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

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

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

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

Test results:

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

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

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

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

Bug-AGL: SPEC-1475

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

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

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

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

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

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

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

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

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

Bug-AGL: SPEC-145

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

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

Bug-AGL: SPEC-1475

EE-MUST-FIX

Change-Id: Ie0bc472153ae73b41c495161f83acba57d812b9a
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
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>