summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05Merge meta-agl-security into meta-aglStephane Desneux1-4/+0
meta-agl-security only contains one recipe for xmlsec so it's not necessary to maintain a full layer for this Change-Id: I66b3eeaa0e777fcc0c94bdf562b7188b01641d86 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-08-05Rewrite and restructure readme filesJan-Simon Moeller1-272/+97
This changeset updates the outdated README.md in meta-agl. We also introduce a split between the README.md which describes the layer itself and a README-AGL.md which contains the information on the AGL distribution. v2: Format in markdown editor - proper markdown now. Change-Id: I4cbe539ffd668c3e1d64df5c40092d5864c1d2ea Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2015-10-02Reworking packagegroups of AGL DistributionTadao Tanikawa1-24/+24
The recipe files and thier names are reworked by design of AGL packagegroup. For more details, see 'Packagegroups' section in README.md. Change-Id: Ie7cd0efd1200c1a78d30ad6a834b9482487f0089 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
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-08-19Add new Yocto layer for common packages to IVI systemsTadao Tanikawa1-6/+14
'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-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>