summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-16 17:47:21 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-17 09:23:24 +0000
commit4c5182134275c23d5bc95de8653ef72c49da5d5c (patch)
tree3ad66d62adfd12a6013f33da3ff6438f9fdcc2df
parentdcaad865be4c3d562e22b226a41b07dd10ad44bd (diff)
Update conf-notes.txt with current targets
Adapt the conf-notes.txt with what is available in the tree. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I64b941915690289fa6a8d7b295bc4269533df18d Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24773 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
-rw-r--r--templates/base/conf-notes.txt67
1 files changed, 43 insertions, 24 deletions
diff --git a/templates/base/conf-notes.txt b/templates/base/conf-notes.txt
index 02e046787..ed020184e 100644
--- a/templates/base/conf-notes.txt
+++ b/templates/base/conf-notes.txt
@@ -1,26 +1,45 @@
Common targets are:
- - meta-agl: (core system)
- - agl-profile-core:
- agl-image-boot
- agl-image-minimal
- agl-image-minimal-qa
-
- - agl-profile-graphical:
- agl-image-weston
-
- - agl-profile-graphical-qt5:
- agl-image-graphical-qt5
- agl-image-graphical-qt5-crosssdk
-
- - agl-profile-graphical-html5
- agl-demo-platform-html5
-
- - meta-agl-demo: (demo with UI)
- agl-image-ivi (base for ivi targets)
- agl-image-ivi-qa
- agl-image-ivi-crosssdk
-
- agl-demo-platform (* default demo target)
- agl-demo-platform-qa
- agl-demo-platform-crosssdk
+- 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 ^^)