summaryrefslogtreecommitdiffstats
path: root/templates/base/conf-notes.txt
blob: ed020184e05d36878a6a5ab0bd353d13ed0bcf4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single *
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 ^^)

  - with 'agl-profile-graphical'
    * agl-image-weston              (minimal filesystem with weston)

  - with 'agl-profile-graphical-qt5'
    * agl-image-graphical-qt5       (weston plus qt5 framework libs)
    * agl-image-graphical-qt5-crosssdk  (crosssdk for ^^)

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

  - with 'agl-profile-cluster'
    * agl-image-cluster             (minimal image with APIs for cluster)

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

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

- meta-agl-cluster-demo layer:      (Instrument Cluster demo with UI)
  - with 'agl-cluster-demo'
    * agl-cluster-demo-platform     (cluster demo image)
    * agl-cluster-demo-platform-crosssdk  (sdk for ^^)
    * agl-cluster-demo-qtcompositor (cluster demo using own compositor)

- meta-agl-telematics-demo layer:   (Telematics demo w/o UI)
  - with 'agl-telematics-demo'
    * agl-telematics-demo-platform  (telematics demo image)
    * agl-telematics-demo-platform-crosssdk  (sdk for ^^)

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

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