summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/conf
AgeCommit message (Collapse)AuthorFilesLines
2015-09-30r-car m2: update BBLAYERS with regards to Qt5 updateManuel Bachmann1-0/+2
The meta-rcar-gen2 layer pulls meta-agl-demo as a BBLAYER ; it has recently been updated to contain Qt5 .bbappends. In order to avoid errors due to missing base recipes, add "meta-qt5" and "meta-openembedded/meta-ruby" layers to the default layers. This allows building agl-demo-platform out-of-the-box. Change-Id: I655b7aa117d425a898ba7eb8303f648bf79efce6 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-08-31[AGL] Update template of configs to enable multimedia accelerationTadao Tanikawa3-30/+149
To eanble H/W acceleration of multimedia at agl-demo-platform running on porter board, template of configurations are updated. For more detail and how to use this template configurations, see README.md in meta-agl-demo. Change-Id: I6ab0ec936ea4572a2ccfd8d7b18141bcbca16ea8 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-08-31[AGL] Workaround to upstream meta-renesas build issueTadao Tanikawa1-0/+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>
2015-08-19[AGL] Update template of BBLAYERS configuration for meta-ivi-commonTadao Tanikawa1-0/+1
To correspond with adding meta-ivi-common, template of BBLAYERS configuration for meta-agl is updated. Change-Id: I991bfd1de3618927f6bd9151924a9109ac29c451 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-08-08[AGL] meta-agl's agl-image-ivi running on porter now0.2015.33Tadao Tanikawa2-0/+304
For more detail, see README.md in meta-agl. Change-Id: Ie0807e58fdae903593a8cd6071ecc9408feb5d61 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-06-19r-car m2: set PREFERRED_VERSION_gstreamer1.0* to 1.2.% when h/w acceleration ↵Stephen Lawrence2-8/+9
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.
2015-03-25koelsch: set PREFERRED_VERSION_gstreamer1.0 to 1.2.%Stephen Lawrence1-0/+8
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.
2015-03-25kernel: Set PREFERRED_VERSION as 3.10%Stephen Lawrence1-0/+3
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.
2015-03-25rcar-gen2 machines: Remove linaro toolchain related PREFERRED variablesStephen Lawrence1-8/+0
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
2015-03-25commit BSP v1.8.0Nobuhiro Iwamatsu12-0/+235
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>