summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-27Fix CVE-2017-1000364 by backporting the patches from 3.10.107chinook_3.0.5chinook_3.0.4chinook/3.0.5chinook/3.0.43.0.53.0.4chinookJan-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-706 SPEC-705 Change-Id: I3d8749e3c2e8c6e1f178d8b09fe5b717132408f0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-23meta-renesas: weston: Fix gst-record uses MONOTONIC time for Cluster DemoHarunobu Kurokawa2-0/+69
gst-record plugin uses gettimeofday to adapt gst buffer duration. When WLAN network access internet, system timer is changed by NTP, then the gst plugin system stopped. This patch change to use MONOTONIC timer to detect buffer time frame. v3: Need to use gst_clock_get_time function and GstClockTime. Change-Id: I372afcfaf4fe61238e84cfdaadd4b81bcc6c6fb2 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-04-24Fix the dynamic asound.state file installationchinook_3.0.3chinook/3.0.33.0.3Jan-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-01-19rcar-gen2: linux-renesas: Fix gst-record plug-in critical logschinook_3.0.2chinook_3.0.1chinook/3.0.2chinook/3.0.13.0.23.0.1Harunobu 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> (cherry picked from commit 94f977531535036e22684ca78dd93d8360d876a2)
2017-01-19Merge "Merge branch 'chinook_fixed' into chinook" into chinookGerrit Code Review36-394/+8559
2017-01-18Add 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-18Merge branch 'chinook_fixed' into chinookTadao Tanikawa36-394/+8559
This merge is needed to support cluster combination of AGL CES2017 Demo. Change-Id: Iad92027680273ac0ad931a916fe2c3cafa91d600 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-29Set defaultbranch to chinook in gitreviewchinook_3.0.0chinook/3.0.03.0.0Jan-Simon Möller1-0/+1
Change-Id: Ia4b44cf38e18525e33fabe1178d69663433eb9d6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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>
2016-05-07Add meta-rust for rvi and meta-networking.Jan-Simon Möller1-0/+3
This unbreaks compilation since sota client merge. Change-Id: I8ba24121d310361c6e1be1a397098143672f04c5 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-04-14u-boot: uses u-boot.inc from pokyYannick Gicquel2-86/+1
This patch removes the local copy of u-boot.inc which was aligned with poky 1.4.2 Change-Id: I456f3b37112f1340b42a5d055ae0873933c0a07f Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-04-14u-boot: move rcar-gen2 parts out of u-boot.incYannick Gicquel2-14/+14
u-boot.inc is a local copy forked from poky 1.4.2. This commit move rcar-gen2 parts in main recipe. Change-Id: I74c1fc16b77b748c348c7c645b959c8b09d77904 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-04-14kernel: uses linux-dtb.inc from pokyYannick Gicquel2-70/+1
This patch removes the local copy of linux-dtb.inc file which was still aligned with yocto 1.6. Change-Id: I7f2a3c267b767951b0314a5ed246e45bb97088bd Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-04-12Add meta-oe/meta-networking for testsJan-Simon Möller1-0/+2
This adds the meta-networking layer as it is a requirement for the test packagegroup. Change-Id: Id2f6ed4a76b9bae748df53e94a7e1201596a7cd2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-04-11Update gitignore fileJan-Simon Möller1-0/+14
Change-Id: I655c58eec1ffabe51b315995d55d9324ac87df01 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-04-09RDEPEND libgbm-dev in the gles-user-moduleJan-Simon Möller2-2/+3
To keep core-image-minimal clean of the 3rdparty components, we need to add the requirements where they are needed and not globally in the local.conf.sample - fix this. Change-Id: I202fd35a5d081f0634a4b22a7f7ad55a80a34260 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>