Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* 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>
|
|
boards
Currently for boards using the R-Car M2 SoC such as M2 Porter and M2 Koelsch the
PREFERRED_VERSION for gstreamer1.0-* is set to 1.2.% when multimedia h/w acceleration
is enabled. Move those statements into the include for R-Car Gen 2 default providers
so they apply to all Gen 2 boards.
|
|
The libdrm_2.4.45 recipe is not relevant anymore.
Patches integrated in the forked version are now integrated
upstream (since release 2.4.47).
This recipe is not needed when the layer is used in poky >= 1.7
as it embed libdrm_2.5.54, and is already removed from upstream
repo. Please refer to ce65bca52 in:
http://git.yoctoproject.org/git/meta-renesas
Change-Id: I82c849a58d38be5fb00ebafcaf718834e688d085
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
This commit adds the variable MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS with a
list of kernel modules to the porter.conf file. It is needed to have the
*.ko files of the MOST driver deployed to the rootfs of the target image.
Change-Id: I908a1e545c449c9e6fa56f49659162eecbf1846f
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
acceleration enabled
The R-Car M2 multimedia acceleration provides acceleration support for GStreamer 1.2.3
and OMX 1.0, so set the preferred version to 1.0.% when acceleration is enabled. Required
for meta-ivi which supports both Gst 1.2.3/OMX 1.0 and 1.4.x/1.2 but defaults to 1.4.x/1.2.
Thank you to Tadao Tanikawa and his work on this within AGL:
https://gerrit.automotivelinux.org/gerrit/#/c/4061/1
|
|
When building meta-renesas with enabling multimedia binary packages
provided by Renesas, there are some build issue.
This should be removed once upstream is fixed.
Change-Id: Ia83cc3fa0b02ebfc660e1e2dd50f1a5c8e1fddc9
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
enabled
The R-Car M2 multimedia acceleration provides acceleration support for GStreamer 1.2.3,
so set the preferred version to 1.2.%. Required for meta-ivi which supports both 1.2.3
and 1.4.x but defaults to 1.4.x.
Both M2 Koelsch and M2 Porter boards are supported, so generalise the previous
Kolesch only setting to all M2 boards. Also make the setting dependent on h/w
acceleration being enabled, else use 1.4.x. This solves a build issue when the
s/w rendered 1.2.x was built when h/w acceleration was not enabled.
|
|
The Koelsch multimedia acceleration provides acceleration support for GStreamer 1.2.3.
So set the preferred version to 1.2.%. Required for meta-ivi which supports both 1.2.3
and 1.4.x but defaults to 1.4.x.
|
|
From Intrepid the Genivi Yocto Baseline maintainers set 3.14 as the default kernel version
for the QEMU machines they support. So we now override that to avoid a long list of build
messages stating it is switching from 3.14 to 3.10.
|
|
For Yocto Project 1.7 and Genivi 7.0 we have adopted the Yocto Project gcc toolchain.
Removed the PREFERRED variables related to the linaro toolchain
|
|
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|