aboutsummaryrefslogtreecommitdiffstats
path: root/docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md
blob: d51aafdbb1c0e7257c2fd7ef3013ecad3dcbfa3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: conf-notes
---

```
Common targets are:
- meta-agl layer:
  - included by default
    * agl-image-boot                (just enough to boot)
    * agl-image-minimal             (minimal filesystem with APIs)
    * agl-image-minimal-crosssdk    (crosssdk for ^^)

    * agl-image-weston              (minimal filesystem with weston)
    * agl-image-compositor          (minimal filesystem with AGL compositor)

- meta-agl-demo:                    (IVI demo with UI)
  - with 'agl-demo'
    * agl-ivi-image                 (base for IVI targets)
    * agl-ivi-image-crosssdk        (sdk for ^^)

    * agl-ivi-demo-qt               (IVI Qt demo image)
    * agl-ivi-demo-qt-crosssdk      (sdk for ^^)
    * agl-ivi-demo-flutter          (IVI Flutter demo image)
    * agl-ivi-demo-html5            (IVI HTML5 demo image)

    * agl-cluster-demo-qt           (cluster Qt demo image)
    * agl-cluster-demo-flutter      (cluster Flutter demo image)

    * agl-telematics-demo           (telematics demo image)

    * agl-gateway-demo              (gateway demo image)
```

**Note:** For update details on this page please refer

<https://git.automotivelinux.org/AGL/meta-agl/tree/templates/base/conf-notes.txt>