diff options
author | 2024-11-19 15:56:45 +0100 | |
---|---|---|
committer | 2025-01-02 21:34:38 +0000 | |
commit | bfd2802190a0bf15c8551e0369f8ff9d8c997a45 (patch) | |
tree | 96100a86b62ba8e0a55a5de8178cfbfb038a2587 /docs/03_AGL_Layers/05_conf_notes.md | |
parent | 32d269ea365f6c944b3222332eb9d99c6eb92a45 (diff) |
Update documentation
Update names of images. Remove out-of-date sections and streamline page.
Bug-AGL: SPEC-
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I140cc290204564c4d1f026b2e975f3ce04e2afb9
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30528
Diffstat (limited to 'docs/03_AGL_Layers/05_conf_notes.md')
-rw-r--r-- | docs/03_AGL_Layers/05_conf_notes.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/03_AGL_Layers/05_conf_notes.md b/docs/03_AGL_Layers/05_conf_notes.md new file mode 100644 index 0000000..d51aafd --- /dev/null +++ b/docs/03_AGL_Layers/05_conf_notes.md @@ -0,0 +1,36 @@ +--- +title: conf-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) + * agl-image-compositor (minimal filesystem with AGL compositor) + +- meta-agl-demo: (IVI demo with UI) + - with 'agl-demo' + * agl-ivi-image (base for IVI targets) + * agl-ivi-image-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-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 + +<https://git.automotivelinux.org/AGL/meta-agl/tree/templates/base/conf-notes.txt> |