aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Fix: duplicated mesa inclusionicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy_6.90.0guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.1guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2eel_5.1.0eel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel_4.99.4eel_4.99.3eel_4.99.2eel/5.1.0eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.5eel/4.99.4eel/4.99.3eel/4.99.28.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.17.90.06.99.46.99.36.99.26.99.16.90.05.99.65.99.55.99.45.99.35.99.25.1.05.0.35.0.25.0.15.0.04.99.54.99.44.99.34.99.2nexthalibuteelRomain Forlot1-17/+0
Bug-AGL: SPEC-903 Change-Id: I88d34a0cb34245dfac87bd26e794e1a5b65ce5cf Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-09-11Upgrade to pyroeel_4.99.1eel/4.99.14.99.1Jan-Simon Möller1-0/+17
This upgrades the 'porter-nogfx' to pyro. The graphical target 'porter' still needs extra work. Change-Id: I5c193f74a779dcdce8dcfd0830344dfe6e72d515 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-08Fix RSS-related issues for rcar gen2Jan-Simon Möller7-8/+15
For pyro we need to fix a few recipes to work with the recipe specific sysroot feature. Change-Id: I9cc12083675ea2522a1f453f603b034e911d79fd Bug-AGL: SPEC-646 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-06-27Fix CVE-2017-1000364 by backporting the patches from 3.10.107Jan-Simon Möller4-0/+917
Backport of patches from upstream: - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=1ad9a25dd06fda9bdc27875e1cedb8277accb212 - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=28ebf89579a055259280252f68f6c26d986e3ce3 - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=0fcba8f954460c56217897bdffbf62060815329a Bug-AGL: SPEC-705 Change-Id: I9e88c0203e8e3971daa789408dda3c2a6f6ff893 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-04-26BSP's should not ship files in /usr/local/dab_3.99.1dab/3.99.13.99.1Ronan Le Martret23-122/+151
* replace /usr/local with path /usr/share/renesas using: RENESAS_DATADIR = "/usr/share/renesas" - meta-rcar-gen2/include/rcar-gen2-path-common.inc Bug-AGL: SPEC-533 Change-Id: I66350e850df385e901dc4a0ff56bf04452f90868 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-04-26Fix gstreamer1.0-plugins buildronan@iot.bzh1-0/+1
Add missing dependency on gettext-native. do_patch uses autopoint tool provides by gettext-native. Bu-AGL: SPEC-551 Change-Id: Ia619753889ee7e99bfeaf14946534fba36d8ef20 Signed-off-by: ronan@iot.bzh <ronan@iot.bzh>
2017-04-24Fix the dynamic asound.state file installationJan-Simon Möller1-4/+7
This is a follow-up fix for SPEC-553. We need to install the chosen file. Change-Id: I2471dd3b5ad47ca01706c61ee89ea3a1d895da39 Bug-AGL: SPEC-553 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-04-24Fix FILESEXTRAPATH statementJan-Simon Möller1-5/+3
FILESEXTRAPATHS_prepend := :${THISDIR}/alsa-utils-config: is wrong. It results in FILESEXTRAPATHS = :${THISDIR}/alsa-utils-config: instead of FILESEXTRAPATHS = ${THISDIR}/alsa-utils-config: Also set S to $WORKDIR as we have no extracted tarball. v2: fix S (set to WORKDIR) Change-Id: Ia0123848a30459ffd095add5658a85c2a2eaaf9d Bug-AGL: SPEC-553 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-04-24Fix broken license deploymentAnton Gerasimov1-1/+1
License deployment process occasionally gets broken without precending whitespace Change-Id: Ib6f1c9eee7c466364ae44c2b5e8d542834c22b0c Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2017-03-21Remove fix Add-gst-recorder for gen2Ronan Le Martret6-4665/+0
The patches for gst-recorder are not compliant with weston 1.11. Bug-AGL: SPEC-473 * Remove both weston.service and weston_%.bbappend because all lines in these files only for supporting to share screen using H.264. Bug-AGL: SPEC-471 Bug-AGL: SPEC-411 Change-Id: I09ad20f5eadcc269aceb2d6de75cc84d00a07bb9 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-03-17meta-renesas setup: typo fixesMartin Kelly1-2/+2
Change-Id: Ice0612d2f88f1b4b76abc9ca4522c3b61f6c4201 Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-03-16meta-renesas: don't cd; just unzipMartin Kelly1-4/+2
This is slightly cleaner and better for handling failure cases. If the script fails between two cd commands, the cwd is unchanged. Change-Id: Iba1eb9f1cb1571133af9341b25a3afd1f0ca77dc Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-01-19Add driver loading for cluster demoYusuke Nakamura1-0/+18
v2.0: (Tadao Tanikawa) Done in the linux-renesas_3.10.bb v1.0: (Yusuke Nakamura) Weston in renesas requires some drivers are loaded in advance for cluster demo. Otherwise weston fails to start. This adds necessary drivers to /etc/modules-load.d Change-Id: I0668f663be66b07ce99bb063520b97d2e949b6b6 Signed-off-by: Yusuke Nakamura <ynakamura@jp.adit-jv.com>
2017-01-18rcar-gen2: linux-renesas: Fix gst-record plug-in critical logsHarunobu Kurokawa2-0/+34
Fix gst-record plugin log which filled systemd journal. Change-Id: I2a360ac40b90b835aed124082c214fca05f65120 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-01-16replace deprecated function base_containsRonan12-24/+24
* replace base_contains by bb.utils.contains * base_contains is deprecated use bb.utils.contains instead * yocto version: 2.2 Change-Id: Ida44a8ded5040cb8bcc1e6140dcbdc795463ce9a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-13fix documentation about mesa buildRonan2-3/+2
* use PREFERRED_RPROVIDER_libgbm-dev = "libgbm to prevent used of mesa * use PREFERRED_PROVIDER_virtual/mesa = "mesa" to prevent used of mesa-gl * https://patchwork.openembedded.org/patch/120281/ Change-Id: Ie8c4af39d1dda8842c9e424f13bf06a59e6d955e Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-13fix directory name for mesa recipesRonan2-1/+1
Change-Id: I3409d1c2e30992ef69d8f6a429a029e7b6c66b3a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-12gstreamer1.0-plugins: add missing dependency on autoconfStephane Desneux1-1/+1
Change-Id: Id8160fc3d04adbfbe95ff9535978cde096831ca2 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-01-12Fix bitbake parsingRonan Le Martret1-21/+0
The file gst-plugins-bad contains a wrong statement and overrides for an unused platform. Remove. v2 (jsmoeller): remove all unnecessary stuff Change-Id: I0d0b57d7571ee4a2620b63d5f3c37c1f3c41c19c Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-11fix md5sum for fdpm-kernel-moduleRonan1-2/+2
Change-Id: If38faaf0d52e2b00a41b90275fa48429e48a540d Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-11fix md5sum for vspm-kernel-moduleRonan1-1/+1
Change-Id: Ieaddebf1268d05e4c18f4732b9ddcb1dddec2366 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-11fix build ppp for kernel 3.10Ronan1-0/+2
Change-Id: I71ae82235a91a4071235878c666714a9c867eb51 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-11fix uboot build with gcc6Ronan Le Martret2-1/+88
Change-Id: Ie298b9f10f8719f312cf0b7fef3f112301fca6a6 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-11fix kernel build with gcc6Ronan Le Martret4-0/+198
Change-Id: I36d90ba2dc0991bb19be1eb00f50aa4bb2dfe210 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-11update mesa from version 11 to 12Ronan Le Martret1-0/+0
Change-Id: Ic8f71a9c03f3e7a75fd7864cefcd1021e825f0aa Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-11force mesa versionRonan Le Martret1-1/+1
* prevent mesa-gl build Change-Id: I9e4f45bca3a5c6865296e253ff6212bb540c9290 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-11update libeglRonan1-1/+1
Change-Id: Ie61fdb1786603bf5a6529a8e159da47bee324a57 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-11update libgbmRonan1-1/+1
Change-Id: I9dd0df13c5ad87a837d3f7afd912c4ef5bfed74f Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-11update wayland-kmsRonan1-1/+1
Change-Id: I50a862ccfc97862cc292ee30e8a708154bd4458c Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-11add backport of libnlRonan Le Martret4-0/+100
* libnl 3.2.28 are not compatible with kernel 3.10 * backport libnl from yocto krogoth Change-Id: If446f6695bc0b51cd4a6b5e5ff87baaa26daa201 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2016-12-23Add exec to remove gst cache in weston.serviceToshi Umemura1-0/+1
When weston in IVI starts to send encoded display image to meter cluster, it also starts to use gstreamer to encode in CES2017 demo. If cache for gstreamer remains, weston sometimes failes to start. To avoid this, this patch adds ExecStartPre to remove the cache as a workaround. Change-Id: I0f3f90bbfbf9033452d27c1cc3ea358e0e2880f3 Signed-off-by: ynakamura <ynakamura@jp.adit-jv.com>
2016-12-21rcar-gen2: linux-renesas: Add audio patch to fix SPEC-365Harunobu Kurokawa2-0/+30
Fix the issue that pulseaudio sometimes doesn't work correctly. Bug-AGL: SPEC-365 Change-Id: I30420d80691212a072d7604be6a3833c680bce1e Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2016-12-21weston: fix missing dependenciesYannick Gicquel1-2/+2
This commit fix missing dependencies. Please refer to following: https://jira.automotivelinux.org/browse/SPEC-373 Bug-AGL: SPEC-373 Change-Id: I0e7e616ee2392e2ddc7aabc55379533c6ae5682d Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2016-12-17patch to gst to add export of DMA fd of input portGrigory Kletsko12-4/+3668
This patch adds h264 decode plugin using DMA for gstreamer. This plugin is supposed to be used to encode video data for CES2017 cluster demo. Change-Id: I19e3595aac8943ce3f348764aca66d2b4132cf28 Signed-off-by: Grigory Kletsko <grigory.kletsko@cogentembedded.com>
2016-12-17Add sharing screen support to Weston via h.264Grigory Kletsko5-0/+4630
This patch enables sharing screen support between IVI and meter cluster for CES2017 demo using weston. h264 streaming data on the surface can be sent to the different soc via rtp protocol. Change-Id: Ie4d00e369039e57a19940284a7d82aba684a4bf6 Signed-off-by: Grigory Kletsko <grigory.kletsko@cogentembedded.com>
2016-12-15patch libgbm to retrieve DMA fd for gbm_surfaceGrigory Kletsko2-0/+94
This patch enables handling buffer object as file descriptor This patch will be used for meter cluster demo for CES2017 Change-Id: Ib83d69ba887ef9b5b03e99708aedf9b2a97f4d8a Signed-off-by: Grigory Kletsko <grigory.kletsko@cogentembedded.com>
2016-11-24rcar-gen2: vsp2-kernel-module: Add recipeHarunobu Kurokawa2-0/+62
This is wrapper module to use vspm-kernel-module via V4L2 I/F. In order to use this module, should be use the followings. $modprobe -a vsp2 vspm This commit is based 001ff9ff913d15b3f795bbb4c60e287fb4f780b8 in git://git.yoctoproject.org/meta-renesas. Signed-off-by: Tomohiro Komagata <tomohiro.komagata.aj@renesas.com> Signed-off-by: Takeshi Saito <takeshi.saito.xv@renesas.com> Change-Id: I17c824e8305cae67410b4fc809de3158664a7436 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2016-11-08Change DA9063 I2C address to 0x5A since we are using high-speedAnton Gerasimov2-3/+3
interface Change-Id: I8b4031223a8e645c210ee7c86de8cd44913976cd Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-11-07remove wayland&weston backportRonan10-387/+0
Change-Id: I970a9a6dc467590ce10d328c34804083923dbd68 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-04Backport fix for CVE-2016-5195Jan-Simon Möller2-0/+71
Change-Id: I8da95aa22cf2ba90419a897a6f5880a9451b987e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-04uEnv.txt for booting into OSTree on PorterAnton Gerasimov2-0/+43
Bug-AGL: SPEC-307 Change-Id: I10030197b1cba8f1b0018b8454d6d61a088da706 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-11-03Smack: fixup of bluetooth socket labellingJosé Bollo4-0/+173
The sockets created by kernel thread will now be tagged @ instead of _. Change-Id: I92dcc885e9e8f7b45076f7df7a0e1ef4e66453a3 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-11-02recipes-kernel: bump to rcar-gen2-1.9.7Yannick Gicquel4-4/+156
Change-Id: Iba9317f7f0a4549b2e86db3283be6c307cc3fb36 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-02recipes-kernel: Fix warning of licenseYannick Gicquel9-10/+9
This is report 7ffdb1f20d8 upstream patch to avoid QA warning while do_rootfs tasks occured. Change-Id: Ie2661c7e85dc50ee6a736fa4d5ccc8b1373aa5a1 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-02recipes-kernel: remove duplicate configurationYannick Gicquel1-16/+0
These are already delivered by another layer as a fragment configuration. Change-Id: I52fbbe0f0bf76767d2d4d2b75f58e756e5fcf715 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-02recipes-kernel: fragment configuration for CANYannick Gicquel3-9/+5
Change-Id: I3ca6501c5333f65babbaf79c34dc8c472fc9e941 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-02kernel: update to support cfg systemYannick Gicquel1-0/+14
This report 04f6cc6652 upstream patch to support fragment configuration file for linux-renesas kernel. Change-Id: I2bcc9326ead7fe4abdc51902e454bbb63acd67b8 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-01Extend console buffer to allow for long bootargs needed by OSTreeAnton Gerasimov1-3/+3
Bug-AGL: SPEC-307 Change-Id: I494a5185077ce8dca788c3626aefae00c5866f0d Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-28rc.pvr become a systemd serviceRonan2-5/+31
Change-Id: Ie58d65d312e9d00f5d3ba295034924954d9141f7 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-10-25Update R-Car series evaluation software packageTadao Tanikawa1-13/+18
Gfx drivers and multimedia packages provided by Renesas are updated. Also fix some messages when missing these packages. Change-Id: Ifa094c6f8f86a26f523bd8f4503ae22580998c29 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>