Age | Commit message (Collapse) | Author | Files | Lines |
|
Weston IVI-Shell provides a shell plugin for Weston,
mapping the GENIVI API (http://www.genivi.org) for
In-Vehicle Infotainment.
This is a code backport from Weston 1.9.0 "release".
This patch makes sure that Weston IVI-Shell always gets
built ; it will not be started, however, unless the builder
specifies the following in his "conf/local.conf" file :
IMAGE_INSTALL_append = " \
weston-ivi-shell-config \
"
or manually overwrites the "/etc/xdg/weston/weston.ini"
file with a correct one.
Change-Id: I033094aaf8ac2c6299bd354b362b24ffc9ed8577
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
|
|
This configuration is for installing a minimal set of packages
to use GStreamer1.0 in meta-agl.
This configuration also switch 2 versions of GStreamer,
when building for QEMU, GStreamer1.0 1.4.1 is selected by AGL distro
configuration, for R-Car2 Porter, GStreamer1.0 1.2.3 by meta-renesas.
The installed plugins of GStreamer1.0 is also minimal, so when more
are needed, add appropriate packages to IMAGE_INSTALL in your
local.conf manually.
Change-Id: I379e75f2eaacd47e80ceafdb00e2dcfaeda0db1f
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
There are 2 type of metadata for GStreamer when building
GDP/GENIVI baseline, meta-ivi (7.0).
One is metadata in meta-ivi which is to install ver.1.2.3 ,
the other is in poky/meta is to install ver.1.4.1.
By default, GENIVI baseline preferred 1.4.x by macro
PREFERRED_VERSION_ in poky-ivi-systemd.conf.
As a result, for QEMU, GStreamer1.0_1.4.x is used and it works.
On the other hand, Renesas BSP (proprietary multimedia packages)
requires GStreamer1.0_1.2.x and it override PREFERRED_VERSION_
then select to use 1.2.x instead of 1.4.x.
From the above, AGL Distro also need metadata for GStreamer1.0_1.2.x
to run software on R-Car Gen2 Porter board.
This is the first step to support GStreamer in AGL Distro.
All files in this patch are from:
URL: git://git.yoctoproject.org/meta-ivi
commit: 0d780d0cfd38694ae5e6f0198adcb72684b01acc
NOTE: This patch is not completed alone and some error will be
got when building with meta-renesas. Please wait a subsequent patches.
Change-Id: I8ce1ec2b1593fc59780495459afc8c642e2d80d6
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
'meta-ivi-common' is a new Yocto layer for common packages
to various Linux-based In-Vehicle Infotainment system.
The metadata to install common packages which developed by other OSS
projects (except Poky/OE) would be cloned here. (This cloning is
tentative until a better way to refer those metadata is found.)
To add common packages which are already in Poky/OE into rootfs
of meta-agl, add them to packagegroup-ivi-common-* in meta-ivi-common.
And the common packages which used to be in packagegroup-agl-core-*
are moved to packagegroup-ivi-common-*. (weston and weston-examples)
Change-Id: I94ea7117029cc7769583358e1e2ec0aad2d21e5e
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|