summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2016-10-12gen2: add README for usbgadgetYannick Gicquel1-0/+57
Change-Id: If629ee6edf7a24dd582f3c34a12dea76b84d7388 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-09-29kernel: add usbgadget supportYannick Gicquel1-0/+22
This is conditioned by the presence of the usbgadget in DISTRO_FEATURE variable. Change-Id: Ia14deeab2431a68e6890885c1d0dd568e5713eaf Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-09-26Move IMAGE_INSTALL_append to existing statements in local.confJan-Simon Möller1-6/+0
This avoids a dangling bbappend if agl-demo is not included (e.g. for porter-nogfx). As we have already similar statements in the conf/local.conf this groups them there. Change-Id: Id58d59837d752c0eb982189ba24882de8d5d84c2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-01Changes to meta-renesas for building with YP 2.1.1 'krogoth'Jan-Simon Möller93-212/+3982
Notable changes: - We drop old appends (libgcc_4.8.bbappend, qemu_%.bbappends, gtk+_2.24.%.bbappend) - All gstreamer1.0_1.2.3 related recipes are now in meta-reneas and have been heavily massaged to work with YP 2.1.1 . - systemd needs a patch due to the old kernel - linux-libc-headers needed a patch TODO: - Test and fix Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-07-05meta-rcar-gen2: remove configuration templatesblowflish_2.0.2blowfish_2.0.1blowfish_2.0.02.0.22.0.12.0.0agl-1.0-bsp-1.8.0Stephane Desneux2-467/+0
Change-Id: Iab939af4ee570732d4a2dd2b20ab6dc0dea6c86b Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-29Use relative path for libGLESv2.so.2 sybolic linkDamian Hobson-Garcia1-1/+1
The versioned binary should be linked to the libGLESv2.so in the same directory and not to its location in the host build path. Change-Id: Id8b3a85f9cbde8d67ff1027503b4670b9c546950 Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
2016-06-24Revert "templates: add new layers for application framework support, update ↵Stephane DESNEUX1-4/+0
configuration" This reverts commit f401da3f5c22f29b0cc2f45521dc82399953136c. Change-Id: Ia4bcb5964b21388ea6d75c8e5061ee86a97e5351 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-21Revert "gdp: Add gfx and multimedia packages to GDP image when enabled"Tadao Tanikawa1-2/+0
This reverts commit 632f4b7e7c05dbe7bbcad0474ebe65b84446aad8. The commit 632f4b puts new bbappend into meta-rcar-gen2. It causes warning when build agl-distro because AGL doesn't have recipe 'genivi-demo-platform.bb'. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-06-21[AGL] Merge 'genivi-7.0-bsp-1.8.0' into 'agl-1.0-bsp-1.8.0'Tadao Tanikawa6-14/+25
* genivi-7.0-bsp-1.8.0: gstreamer: Fix a long list of build dependency QA warnings gstreamer: Fix runtime CMA error gdp: Fix missing gst faad plugin build error when s/w mmp is used. multimedia: Set PREFERRED_VERSION for gstreamer1.0-* to 1.2.% for all Gen 2 boards gdp: Add gfx and multimedia packages to GDP image when enabled Change-Id: I68459885ebdfbe7b3ad22efcea3ec9b82c8d5aa9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-06-20Update R-Car series evaluation software packageTadao Tanikawa1-1/+1
Gfx drivers and multimedia packages provided by Renesas are updated. Change-Id: I6ba6a35052e20313dbe7477decd16f8073ced3b7 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-06-20templates: add new layers for application framework support, update ↵Stephane Desneux1-0/+4
configuration These are the same changes as the one applied on meta-agl. The following layers are required for AGL App Framework: * meta-intel-iot-security/meta-security-smack * meta-intel-iot-security/meta-security-framework * meta-agl/meta-agl-security * meta-agl/meta-app-framework In the local.conf.sample files, activation of Smack and Cynara is also required Change-Id: If1773fa6b4c711648fc60c5c75a2d0be32bbfa30 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-08bblayers.conf.sample: Add layer meta-filesystemsLeon Anavi1-0/+1
Layer meta-filesystems provides a recipe for fuse which is required for building OSTree. Bug-AGL: SPEC-194 Change-Id: I7b4832dd17c767736e873c8af9036b4546f88ce8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-05-31Add meta-netboot for porter boardJan-Simon Möller1-0/+1
This adds meta-agl/meta-netboot to the porter bblayer.conf.sample. It is required by the netboot / nbd feature that will allow us to boot the CI environment with the security framework enabled. Change-Id: I43bb827f5b6845747bf4d7a0dafa0f5c460c88b3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-05-30Add nbd boot support to renesas kernelJan-Simon Möller1-0/+13
This adds the necessary kernel modules to boot an nbdroot filesystem. Change-Id: I95968fa5034dedf5fd57578de4c7c97a76a83b2b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>