summaryrefslogtreecommitdiffstats
path: root/templates/base/conf-notes.txt
blob: 09ae72647c47ef4d3341fffd5b4e86451c719452 (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
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)

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

    * agl-image-graphical-qt5       (weston plus qt5 framework libs)
    * agl-image-graphical-qt5-crosssdk  (sdk for ^^)

    * agl-image-graphical-html5     (weston plus chromium for html5)

    * agl-image-cluster             (minimal image with APIs for cluster)
    * agl-image-cluster-qt5         (image with QT5 and APIs for cluster)

    * agl-image-telematics          (image with APIs for telematics)

    * agl-demo-platform             (* default IVI demo target *)
    * agl-demo-platform-crosssdk    (sdk for ^^)

    * agl-cluster-demo-platform     (cluster demo image)
    * agl-cluster-demo-platform-crosssdk  (sdk for ^^)
    * agl-cluster-demo-qtcompositor (cluster demo using own compositor)

    * agl-telematics-demo-platform  (telematics demo image)
    * agl-telematics-demo-platform-crosssdk  (sdk for ^^)
/span> fuse * protocol buffers * bsdiff * module-init-tools * libcroco * libtiff * librsvg * libpcap Quick start guide ----------------- To Add these library by add the feature 'agl-oem-extra-libs' 1. Before build you need prepare agl layers: * You can read it at meta-agl/README-AGL.md 2. build the agl-demo-platform with 'agl-oem-extra-libs': ```bash source meta-agl/scripts/aglsetup.sh -m qemux86-64 agl-demo [agl-appfw-smack] [agl-devel] [agl-netboot] agl-oem-extra-libs ``` 3. Build agl-demo-platform ```bash bitbake agl-demo-platform ``` Supported Machines ------------------ Reference hardware: * QEMU (x86-64) - emulated machine: qemux86-64 HMI Framework ====================================================== Quick start guide ----------------- To Add HMI Framework, it is necessary to add 'hmi-framework' at source command as same as agl-oem-extra-libs 1. Before build you need prepare agl layers: * You can read it at meta-agl/README-AGL.md 2. build the agl-demo-platform with 'hmi-framework': ```bash source meta-agl/scripts/aglsetup.sh -m m3ulcb agl-demo [agl-appfw-smack] [agl-devel] [agl-netboot] hmi-framework ```