1 **README.md for the 'meta-agl-demo' layer.**
3 **See README-AGL.md for general information about Automotive Grade Linux.**
6 meta-agl-demo, the reference UI layer for the DEMO platform of Automotive Grade Linux
7 =================================================================================
9 The layer 'meta-agl-demo' provides a reference/demo platform and applications
10 for the AGL Distribution.
12 AGL is creating an automotive specific Linux distribution (AGL UCB) that unifies
13 the software that has been written in a number of places already,
14 such as GENIVI and Tizen IVI.
16 The AGL community appreciates feedback, ideas, suggestion, bugs and
17 documentation just as much as code. Please join the irc conversation
18 at the #automotive channel on irc.freenode.net and our mailing list.
20 For infomation for subscribing to the mailing list
21 [automotive-discussions](http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions)
22 For information about AGL Distribution, see the
23 [AGL Distribution](https://wiki.automotivelinux.org/agl-distro)
24 For information abount Getting started with AGL
25 [here](https://wiki.automotivelinux.org/start/getting-started)
26 For information about contributing to the AGL Distro
27 [here](https://wiki.automotivelinux.org/agl-distro/contributing)
38 * Base dependencies [agl-demo]:
40 URI: git://git.yoctoproject.org/poky
42 > tested revision: 40376446904ae3529be41737fed9a0b650ed167d
44 URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl
47 URI: git://git.openembedded.org/meta-openembedded
48 > layer : meta-openembedded
50 > tested revision: 8ab04afbffb4bc5184cfe0655049de6f44269990
52 Specifically out of meta-openembedded these sub-layers are used:
54 - meta-openembedded/meta-oe
55 - meta-openembedded/meta-multimedia
56 - meta-openembedded/meta-efl
57 - meta-openembedded/meta-networking
58 - meta-openembedded/meta-python
59 - meta-openembedded/meta-ruby
61 URI: https://github.com/meta-qt5/meta-qt5.git
62 > branch: jethro (b/c of qt-5.5.x)
63 > tested revision: ea37a0bc987aa9484937ad68f762b4657c198617
65 * Hardware dependencies:
67 The Renesas R-Car Gen2 (Porter) board depends in addition on:
69 URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-renesas
70 > branch: agl-1.0-bsp-1.8.0
71 > tested revision: 82611ccadef36ab0b8a6fd6fb1cf055e115f1ef5
74 * Extra feature dependencies:
76 * The feature `agl-appfw-smack` has these dependencies
77 * `meta-intel-iot-security`
78 > URI: https://github.com/01org/meta-intel-iot-security
80 > tested revision: c5906a1553513ef192a58231700357c5f14f4ae4
82 * `meta-agl/meta-agl-security`
83 > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git
86 * `meta-agl-extra/meta-app-framework`
87 > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git
90 * The feature `agl-sota` has these dependencies:
91 * `meta-agl-extra/meta-sota`
92 > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git
96 > layer : meta-openembedded
98 > tested revision: 8ab04afbffb4bc5184cfe0655049de6f44269990
101 * `meta-openembedded/meta-filesystems`
102 * `meta-openembedded/meta-ruby`
106 > URI: https://github.com/konsulko/meta-rust
108 > tested revision: 395cde581938d862abb6a9219c0118c81cf01da2
110 * The feature `agl-netboot` has these dependenies:
111 * `meta-agl/meta-netboot`
113 > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git
120 AGL Demo Platform's package group design:
122 * packagegroup-agl-demo-platform
124 This is for generating the image 'agl-demo-platform' which is a full image
125 for the IVI profile of the AGL distro.
127 As meta-agl's design of packagegroups, ``agl-demo-platform.bb`` contains
128 only ``packagegroup-agl-demo-platform`` and the packages of the DEMO applications.
130 ``agl-demo-platform`` has 4 packagegroups in it,
131 ``packagegroup-agl-core``, ``packagegroup-agl-ivi``,
132 ``packagegroup-ivi-common-core``, and ``packagegroup-agl-demo-platform``.
134 * packagegroup-agl-appfw*
136 These packagegroups contains packages for application framework of AGL Distro.
137 Subsystem should maintain ``packagegroup-agl-appfw-[subsystem].bb`` which
138 should hold sufficient packages for application framework of AGL Distro.
140 Subsystems also can maintain their own packagegroups under appropriate
143 For example, Qt5 has 2 packagegroups in ``meta-agl-demo``,
144 ``packagegroup-agl-appfw-native-qt5`` and ``packagegroup-agl-demo-qt-examples``
145 which are under ``recipes-qt/``.
147 The ``packagegroup-agl-appfw-native-qt5`` is included by
148 ``packagegroup-agl-appfw-native`` because Qt5 belongs to native application
149 framework of AGL Distro.
151 The ``packagegroup-agl-demo-qt-examples`` is added to local.conf if needed
152 because they are not mandatory for AGL application framework and AGL Demo
158 See `README-AGL.md` in meta-agl layer.
160 Supported Target of bitbake
161 ------------------------
163 * `agl-demo-platform` is the full image of the AGL Demo Platform with all applications