aboutsummaryrefslogtreecommitdiffstats
path: root/docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2023-03-16 18:18:55 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-03-23 14:26:48 +0000
commit4cc7f73109602bfe4fe05397a73afa585d3cc92d (patch)
treebbb6753d91ce6f3aee05e2910ab04de39ed9f223 /docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md
parent08101cb1173986783ca6307678cd54672bd26779 (diff)
Updating AGL Layer documentation
As per the guidance on Jira Ticket 3247 I have updated the AGL layer documentation. Bug-AGL: [SPEC-3247] Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu> Change-Id: Ibc97a5841b128da7dac7be314474dfb57ae7acd0 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28575 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md')
-rw-r--r--docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md b/docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md
new file mode 100644
index 0000000..c0595bc
--- /dev/null
+++ b/docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md
@@ -0,0 +1,43 @@
+---
+title: config-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)
+
+- 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 ^^)
+
+
+
+**Note:** For update details on this page please refer
+
+<https://git.automotivelinux.org/AGL/meta-agl/tree/templates/base/conf-notes.txt>