Merge remote-tracking branch 'agl/sandbox/locust2001/rocko' into HEAD
[AGL/meta-agl.git] / README.md
1 **README.md for the 'meta-agl' layer.**
2
3 **See README-AGL.md for general information about Automotive Grade Linux.**
4
5
6 meta-agl, the core layer for Automotive Grade Linux Distribution
7 ================================================================
8
9 AGL is creating an automotive specific Linux distribution that unifies
10 the software that has been written in a number of places already,
11 such as GENIVI and Tizen IVI.
12
13 The layer 'meta-agl' provides a minimal set of software
14 to boot system of AGL Distribution. 'meta-agl' is the minimal
15 core which is used build AGL profiles on top of it.
16
17 Especially there is no reference UI included which is part of 'meta-agl-demo'.
18
19 Additional components like the security framework are part of 'meta-agl-extra'.
20
21 The AGL community appreciates feedback, ideas, suggestion, bugs and
22 documentation just as much as code. Please join the irc conversation
23 at the #automotive channel on irc.freenode.net and our mailing list.
24
25 For infomation for subscribing to the mailing list
26     [automotive-discussions](http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions)
27 For information about AGL Distribution, see the
28     [AGL Distribution](https://wiki.automotivelinux.org/agl-distro)
29 For information abount Getting started with AGL
30     [here](https://wiki.automotivelinux.org/start/getting-started)
31 For information about contributing to the AGL Distro
32     [here](https://wiki.automotivelinux.org/agl-distro/contributing)
33
34 Quick start guide
35 -----------------
36 See README-AGL.md
37
38
39 'meta-agl' Layer Dependencies
40 -----------------------------
41 * poky
42 > URI: git://git.yoctoproject.org/poky
43 > branch         : jethro
44 > tested revision: 40376446904ae3529be41737fed9a0b650ed167d
45
46 * meta-openembedded
47 > URI: git://git.openembedded.org/meta-openembedded
48 > layer          : meta-openembedded
49 > branch         : jethro
50 > tested revision: 8ab04afbffb4bc5184cfe0655049de6f44269990
51
52  Specifically out of meta-openembedded these sub-layers are used:
53         * meta-openembedded/meta-oe
54         * meta-openembedded/meta-multimedia
55         * meta-openembedded/meta-networking
56         * meta-openembedded/meta-python
57
58 Layers
59 ------
60
61 There are 5 layers in top-level `meta-agl`.
62
63 * `meta-agl/meta-ivi-common`
64 `meta-ivi-common` is a layer which contains common packages to AGL
65 Distribution and other platforms for In-Vehicle Infotainment system.
66
67 * `meta-agl/meta-agl`
68 `meta-agl` is a layer which contains AGL common and middleware packages.
69
70 * `meta-agl/meta-agl-bsp`
71 `meta-agl-bsp` is a layer which contains required packages to boot AGL
72 distribution on an emulated machine(QEMU).
73
74 * `meta-agl/meta-netboot`
75 `meta-netboot` contains the netboot initrd support recipes. This is needed
76 in case of booting over the network as NFS does not support the securitylabels.
77
78 Packagegroups
79 -------------
80
81 AGL package group design:
82
83 * packagegroup-agl-image-minimal
84
85         packagegroup-agl-core-automotive.bb
86         packagegroup-agl-core-connectivity.bb
87         packagegroup-agl-core-graphics.bb
88         packagegroup-agl-core-kernel.bb
89         packagegroup-agl-core-multimedia.bb
90         packagegroup-agl-core-navi-lbs.bb
91         packagegroup-agl-core-os-commonlibs.bb
92         packagegroup-agl-core-security.bb
93         packagegroup-agl-core-speech-services.bb
94
95 These are for making image ``agl-image-minimal`` which is small image just
96 capable of allowing a device to boot.
97
98 Subsystem should maintain packagegroup-agl-core-[subsystem].bb which should
99 hold sufficient packages to build ``agl-image-minimal``.
100
101 * packagegroup-agl-image-ivi
102
103         packagegroup-agl-ivi-automotive.bb
104         packagegroup-agl-ivi-connectivity.bb
105         packagegroup-agl-ivi-graphics.bb
106         packagegroup-agl-ivi-kernel.bb
107         packagegroup-agl-ivi-multimedia.bb
108         packagegroup-agl-ivi-navi-lbs.bb
109         packagegroup-agl-ivi-os-commonlibs.bb
110         packagegroup-agl-ivi-security.bb
111         packagegroup-agl-ivi-speech-services.bb
112
113 These are for making image ``agl-image-ivi`` which is baseline for the profiles
114 of AGL distro. 'Baseline' means Service Layer and Operating System Layer defined
115 in AGL Spec v1.0.
116
117 * packagegroup-agl-test.bb
118
119 Additional tools used in QA tests (for agl-image*-qa).
120
121 * packagegroup-ivi-common*
122
123         packagegroup-ivi-common-core-automotive.bb
124         packagegroup-ivi-common-core.bb
125         packagegroup-ivi-common-core-connectivity.bb
126         packagegroup-ivi-common-core-graphics.bb
127         packagegroup-ivi-common-core-kernel.bb
128         packagegroup-ivi-common-core-multimedia.bb
129         packagegroup-ivi-common-core-navi-lbs.bb
130         packagegroup-ivi-common-core-os-commonlibs.bb
131         packagegroup-ivi-common-core-security.bb
132         packagegroup-ivi-common-core-speech-services.bb
133         packagegroup-ivi-common-test.bb
134
135 These are for picking up some packages from upstreams like GENIVI/Tizen/Others.
136 The layer of ``meta-ivi-common`` has no image to build, all packagegroups are
137 aggregated to ``packagegroup-ivi-common-core' and it is included by images,
138 ``agl-image-ivi.bb`` and ``agl-demo-platform.bb``.
139
140
141 Supported Machines
142 ------------------
143
144 See README-AGL.md
145
146
147 Supported Target for bitbake
148 ----------------------------
149
150 meta-agl:
151
152 * `agl-image-ivi` The baseline image of AGL Distributions (console only)
153 * `agl-image-minimal` For internal use to develop distribution (experimental)
154 * `agl-image-weston`  For internal use to develop distribution (experimental)
155
156