diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-23 19:21:36 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-03 14:15:47 +0000 |
commit | e14a03fbbb566603ad70230f710a9ee2c0199b23 (patch) | |
tree | 715e04b4f1d55f4dc15dc876f7d4faa0da3eb71c /docs/04_Developer_Guides/02_AGL_Layers | |
parent | 97bdc3e9a2022d596d1f5529f9b4c3e79bf1626e (diff) |
doc changes for image renaming.
Changes:
- Global replace of image names with post-rework names.
- .rootfs image name suffix added to locally built image filenames.
- Image list updated in a couple of places to match conf-notes.txt
update that has been submitted for meta-agl-core.
Bug-AGL: SPEC-5138
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I437f1e32078972ead2d1156686c54475e87bebaf
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29915
Diffstat (limited to 'docs/04_Developer_Guides/02_AGL_Layers')
-rw-r--r-- | docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md | 2 | ||||
-rw-r--r-- | docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md | 35 |
2 files changed, 15 insertions, 22 deletions
diff --git a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md index 3f73d8a..7aae87c 100644 --- a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md +++ b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md @@ -7,7 +7,7 @@ title: meta-agl-demo The `meta-agl-demo` layer is the reference user interface layer for the DEMO platform of Automotive Grade Linux (AGL). The layer provides a reference platform and applications. -The BitBake target name for the DEMO platform is `agl-demo-platform`, which is +The BitBake target name for the DEMO platform is `agl-ivi-demo-qt`, which is the full DEMO platform image. ## Layer Dependencies 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 index c0595bc..d51aafd 100644 --- a/docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md +++ b/docs/04_Developer_Guides/02_AGL_Layers/05_conf_notes.md @@ -1,7 +1,8 @@ --- -title: config-notes +title: conf-notes --- +``` Common targets are: - meta-agl layer: - included by default @@ -10,33 +11,25 @@ Common targets are: * 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-image-ivi (base for IVI targets) - * agl-image-ivi-crosssdk (sdk for ^^) + * agl-ivi-image (base for IVI targets) + * agl-ivi-image-crosssdk (sdk for ^^) - * agl-image-graphical-qt5 (weston plus qt5 framework libs) - * agl-image-graphical-qt5-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-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 ^^) + * 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 |