agl-ivi-demo-html5: remove duplicated include
[AGL/meta-agl-demo.git] / meta-agl-demo.md
1 ## Introduction
2
3 The `meta-agl-demo` layer is the reference user interface layer for the DEMO
4 platform of Automotive Grade Linux (AGL).
5 The layer provides a demo applications and images.
6
7 ## Layer Dependencies
8
9 This section describes dependencies for the `meta-agl-demo` layer.
10 Dependencies are grouped into base, hardware, and feature dependencies.
11
12 ### Base Dependencies
13
14 The `meta-agl-demo` layer has the following base dependencies:
15
16 * Yocto Project Release:
17
18   - URI: git://git.yoctoproject.org/poky
19   - Branch: "dunfell"
20   - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml)
21     manifest file for the `AGL-repo` repository for revision
22     information.<br/><br/>
23
24 * AGL `meta-agl` Layer:
25
26   - URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl
27   - Branch: "master"<br/><br/>
28
29 * OpenEmbedded `meta-openembedded` Layer:
30
31   - Branch: "thud"
32   - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml)
33     manifest file for the `AGL-repo` repository for revision
34     information.
35
36     Specifically, out of `meta-openembedded`, these sub-layers are used:
37
38     - `meta-oe`
39     - `meta-multimedia`
40     - `meta-networking`
41     - `meta-python`<br/><br/>
42
43 * Yocto Project `meta-qt5` Layer from the
44   [OpenEmbedded Layer Index](https://layers.openembedded.org/layerindex/branch/master/layers/):
45
46   - URI: https://github.com/meta-qt5/meta-qt5.git
47   - Branch:   "dunfell"
48   - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml)
49     manifest file for the `AGL-repo` repository for revision
50     information.<br/><br/>
51
52
53 ### Feature Dependencies
54
55 The `meta-agl-demo` layer has the following AGL
56 [feature](../getting_started/reference/getting-started/image-workflow-initialize-build-environment.html#agl-features)
57 dependencies:
58
59 * Yocto Project `meta-security` Layer:
60
61   - URI: https://git.yoctoproject.org/cgit/cgit.cgi/meta-security
62   - Branch: "master"
63   - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml)
64     manifest file for the `AGL-repo` repository for revision
65     information.<br/><br/>
66
67 * AGL's `meta-app-framework` Layer within the `meta-agl` Layer:
68
69   - URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git
70   - Branch: "master"<br/><br/>
71
72 **The `agl-sota` Feature:**
73
74 * Here Technologies' `meta-updater` Layer:
75
76   - URI: https://github.com/advancedtelematic/meta-updater/
77   - Branch: "dunfell"<br/><br/>
78
79 * Here Technologies' `meta-updater-qemux86-64` Layer:
80
81   - URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/
82   - Branch: "dunfell"<br/><br/>
83
84 * OpenEmbedded's `meta-openembedded` Layer:
85
86   - URI: https://github.com/openembedded/meta-openembedded
87   - Branch: "dunfell"
88   - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml)
89     manifest file for the `AGL-repo` repository for revision
90     information.
91
92     Specifically, out of `meta-openembedded`, these sub-layers are used:
93
94     - `meta-filesystems`
95     - `meta-oe`
96     - `meta-python`<br/><br/>
97
98 **The `agl-netboot` Feature:**
99
100 * AGL's `meta-netboot` Layer within the `meta-agl` Layer:
101
102   - URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git
103   - Branch: "master"
104
105 ## Maintenance
106
107 All patches must be submitted via the AGL Gerrit instance at
108 <https://gerrit.automotivelinux.org>.  See this wiki page for
109 details:
110
111 <https://wiki.automotivelinux.org/agl-distro/contributing>
112
113 Layer maintainers:
114 * Jan-Simon Möller <jsmoeller@linuxfoundation.org>