From bfd2802190a0bf15c8551e0369f8ff9d8c997a45 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 19 Nov 2024 15:56:45 +0100 Subject: Update documentation Update names of images. Remove out-of-date sections and streamline page. Bug-AGL: SPEC- Signed-off-by: Jan-Simon Moeller Change-Id: I140cc290204564c4d1f026b2e975f3ce04e2afb9 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30528 --- docs/03_AGL_Layers/05_conf_notes.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/03_AGL_Layers/05_conf_notes.md (limited to 'docs/03_AGL_Layers/05_conf_notes.md') 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 + + -- cgit