summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-09-25Systemd has been enabled as defaultTadao Tanikawa2-2/+142
The default init system become systemd instead of sysvinit. The default init system of AGL Distro becomes systemd instead of sysvinit which poky's default. Change-Id: I8beb0b1a4778b91ae4ecd6c9d4699e7143020c8b Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-09-24Merge "Support QEMU build on Poky > 1.7 (weston, gallium-egl)"Jan-Simon Moeller2-1/+4
2015-09-22Update layer dependencies and build instructionsTadao Tanikawa1-22/+108
To become compatible with meta-ivi 7.0.3, update 2 layer dependencies has been updated, poky and meta-openembedded. Also update build instructions for R-Car2 Porter in README.md in response to the update of meta-renesas for supporting GStreamer. Change-Id: Ia247dc98787f554fb954f230cddce76dcdf85162 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-09-22Support QEMU build on Poky > 1.7 (weston, gallium-egl)Manuel Bachmann2-1/+4
Allow to build newer versions of Weston. "gallium-egl" disappeared from Poky > 1.7 (because it disappeared from upstream Mesa, too). Still try to detect and build it if it exists, but do not fail otherwise. Change-Id: I01c3988e2da6a4fe66a80e5a5b1262cc6c1da727 Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-09-02Add a minimal set of packages for GStreamer1.0Tadao Tanikawa3-10/+23
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>
2015-09-02Add the distro configurationTadao Tanikawa2-0/+129
The distro configuration for AGL is added. This file is cloned from poky/meta-yocto/conf/distro/poky.conf and modified to fit AGL distro policy. Change-Id: I49365c5e0d71e0561d5d9d1675d726bb064cbf0b Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-08-31Copy metadata for GStreamer1.0 from Yocto GENIVI BaselineTadao Tanikawa10-0/+157
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>
2015-08-19Add new Yocto layer for common packages to IVI systemsTadao Tanikawa24-8/+187
'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>
2015-08-14Update commit id for meta-renesas in README.md0.2015.33Tadao Tanikawa1-2/+2
Because the commit id for meta-renesas in README.md has been changed while reviewing, it is updated by correct one. Change-Id: I88424b7c18ef18e759d3f24ddb523402dbbd0b67 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-08-08Appended more detailed build procedure for R-Car M2 porter boardTadao Tanikawa1-27/+103
More detailed information to build agl-image-ivi for R-Car M2 porter board. To build and run agl-image-ivi, see README.md first. Change-Id: I395207dada72cd6b0e8a959f36b724ece72716ce Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-08-07Support R-Car M2 porter boardTadao Tanikawa1-2/+83
Now agl-image-ivi become bootable on R-Car M2 porter board. For more information and instruction to build and run, see README.md. Change-Id: I1a99634695305546dc27d2fa8dc0e5bcdff3ab39 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-23Tweak 'agl-image-ivi.bb' and move weston to appropriate packagegroupTadao Tanikawa3-10/+15
The recipe 'agl-image-ivi.bb' is now devided into 'agl-image-ivi.bb' and 'agl-image-ivi.inc' to refer from 'meta-agl-demo' later. And 'weston', 'weston-init' and 'weston-example' are now in appropriate packagegroup, 'packagegroup-agl-core-graphics'. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-23Fix typo in README.mdTadao Tanikawa1-1/+1
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-22Fix line feed code README.mdTadao Tanikawa1-87/+87
Change line feed code, CRLF -> LF Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-22Mini-manual of `meta-agl`Tadao Tanikawa1-0/+87
The mini-manual is added which describes brief explanation of layers and how to build and run on QEMU. For more information, see README.md Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-22Support wayland/weson with GSES on emulated machine, QEMU(x86-64)Tadao Tanikawa3-0/+25
To boot weston image on emulated machine QEMU, a new sub-layer `meta-agl-bsp` is added. When bitbake agl-image-weston or agl-image-ivi With this layer, weston GLES can run on QEMU with GLES support. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-22The starting point of layers for AGL Distribution v1.0Tadao Tanikawa39-0/+6095
The `meta-agl` is the Yocto layer for Automotive Grade Linux Distribution. There are some recipes which define bitbake's targets and packagegroups of this distribution. This is starting point, so some recipes are from meta-ivi or poky/oe-core and others are framework or empty. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-09Initial empty repositoryJan-Simon Moeller0-0/+0