Updating AGL Layer documentation
[AGL/documentation.git] / docs / 04_Developer_Guides / 02_AGL_Layers / 05_conf_notes.md
1 ---
2 title: config-notes
3 ---
4
5 Common targets are:
6 - meta-agl layer:
7   - included by default
8     * agl-image-boot                (just enough to boot)
9     * agl-image-minimal             (minimal filesystem with APIs)
10     * agl-image-minimal-crosssdk    (crosssdk for ^^)
11
12     * agl-image-weston              (minimal filesystem with weston)
13
14 - meta-agl-demo:                    (IVI demo with UI)
15   - with 'agl-demo'
16     * agl-image-ivi                 (base for IVI targets)
17     * agl-image-ivi-crosssdk        (sdk for ^^)
18
19     * agl-image-graphical-qt5       (weston plus qt5 framework libs)
20     * agl-image-graphical-qt5-crosssdk  (sdk for ^^)
21
22     * agl-image-graphical-html5     (weston plus chromium for html5)
23
24     * agl-image-cluster             (minimal image with APIs for cluster)
25     * agl-image-cluster-qt5         (image with QT5 and APIs for cluster)
26
27     * agl-image-telematics          (image with APIs for telematics)
28
29     * agl-demo-platform             (* default IVI demo target *)
30     * agl-demo-platform-crosssdk    (sdk for ^^)
31
32     * agl-cluster-demo-platform     (cluster demo image)
33     * agl-cluster-demo-platform-crosssdk  (sdk for ^^)
34     * agl-cluster-demo-qtcompositor (cluster demo using own compositor)
35
36     * agl-telematics-demo-platform  (telematics demo image)
37     * agl-telematics-demo-platform-crosssdk  (sdk for ^^)
38
39
40
41 **Note:** For update details on this page please refer
42
43 <https://git.automotivelinux.org/AGL/meta-agl/tree/templates/base/conf-notes.txt>