aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-multimedia
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Fix RSS-related issues for rcar gen2Jan-Simon Möller2-2/+5
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-04-26BSP's should not ship files in /usr/local/dab_3.99.1dab/3.99.13.99.1Ronan Le Martret14-104/+105
* 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-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-01-16replace deprecated function base_containsRonan3-3/+3
* 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>
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-11-24rcar-gen2: vsp2-kernel-module: Add recipeHarunobu Kurokawa1-0/+4
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-09-01Changes to meta-renesas for building with YP 2.1.1 'krogoth'Jan-Simon Möller1-0/+2
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-06-21[AGL] Merge 'genivi-7.0-bsp-1.8.0' into 'agl-1.0-bsp-1.8.0'Tadao Tanikawa1-0/+6
* 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-02-22gstreamer: Fix a long list of build dependency QA warningsgenivi-7.0-bsp-1.8.0Stephen Lawrence1-0/+4
Include upstream fixes in Poky meta that resolve a long list of QA warnings related to building the gst bad plugins. For example: WARNING: QA Issue: gstreamer1.0-plugins-bad-accurip rdepends on libgstaudio-1.0, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gstreamer1.0-plugins-bad-accurip rdepends on libgsttag-1.0, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gstreamer1.0-plugins-bad-adpcmdec rdepends on libgstaudio-1.0, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gstreamer1.0-plugins-bad-adpcmdec rdepends on libgsttag-1.0, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gstreamer1.0-plugins-bad-adpcmenc rdepends on libgstaudio-1.0, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gstreamer1.0-plugins-bad-adpcmenc rdepends on libgsttag-1.0, but it isn't a build dependency? [build-deps]
2016-02-22gstreamer: Fix runtime CMA errorStephen Lawrence1-0/+2
The gstreamer bad wayland sink plugin is dependent on wayland-kms. Make this explicit by adding appropriate DEPENDS/RDEPENDS. Without it the wayland sink plugin can be built with the wrong configuration depending on build order. Incorrectly built the plugin can lead to gst-launch to report an runtime error stating there is insufficient CMA memory.
2016-01-18r-car m2: host media-ctl recipe in meta-renesas layerManuel Bachmann1-0/+21
media-ctl recipe existed in meta-openembedded 1.7 (dizzy) but disappeared in 2.0 (jethro) ; this breaks the build as a .bbappend cannot exist without a corresponding .bb, and is needed to build the target anyway. Host the recipe ourselves so that the build works in all cases. Chande-Id: Id97c3f9a2d5e101524018122aef45ec8782830ea Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2016-01-08r-car m2: do not manually populate STAGING_INCDIR, fix omxStephane Desneux1-8/+1
Manually copying files to STAGING_INCDIR creates issues when rebuilding from same sstate cache but clean build directory; bitbake then detects duplicate files. Copying omx-user-module's headers to SYSROOT_DESTDIR is necessary in the same configuration, because then "/usr/local/include" will have disappeared, and gstreamer1.0-omx will complain about missing headers. Change-Id: If20ff436c04b55da7508a851a6738ddcc78c8c9f Signed-off-by: Manuel Bachmann <mbc@iot.bzh> Author: Manuel Bachmann <mbc@iot.bzh> Author: Stephane Desneux <sdx@iot.bzh>
2015-11-13r-car m2: preconfigure Porter/Koelsch sound mixerManuel Bachmann3-0/+172
Sound is inaudible when starting a Porter/Koelsch board, because default state of their sound mixer is muted. Add a "alsa-utils-config" recipe which will be commented out, but available in local.conf, to preconfigure their mixer. Sound volume will be approximately 25% of maximum. Change-Id: Iaf60f612f8e01e7aa51f8a0558de00f26d36aee8 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-10-12multimedia: Remove unnecessary do_install_append from omx-user-moduleStephen Lawrence1-27/+1
Remove do_install_append that did processing for Porter/Silk that is no longer required with the current deliverables.
2015-10-12multimedia: gstreamer1.0-* fix configure for out of tree build on git recipesStephen Lawrence5-15/+20
Integrate upstream Poky meta fix 6ede9224f82a [1] to the Poky Gst .bb recipes into the R-Car .bbappends.This fixes a do_config build error when building with multimedia acceleration enabled. Thank you to Tadao Tanikawa and his work on this within AGL: https://gerrit.automotivelinux.org/gerrit/#/c/4061/1 [1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-multimedia/gstreamer?h=dizzy&id=6ede9224f82a37dc1cfb48837c40d28996892652
2015-03-25commit BSP v1.8.0Nobuhiro Iwamatsu33-0/+1178
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>