aboutsummaryrefslogtreecommitdiffstats
path: root/docs/03_AGL_Layers/01_Overview.md
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 15:56:45 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2025-01-02 21:34:38 +0000
commitbfd2802190a0bf15c8551e0369f8ff9d8c997a45 (patch)
tree96100a86b62ba8e0a55a5de8178cfbfb038a2587 /docs/03_AGL_Layers/01_Overview.md
parent32d269ea365f6c944b3222332eb9d99c6eb92a45 (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/01_Overview.md')
-rw-r--r--docs/03_AGL_Layers/01_Overview.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/03_AGL_Layers/01_Overview.md b/docs/03_AGL_Layers/01_Overview.md
new file mode 100644
index 0000000..dec8054
--- /dev/null
+++ b/docs/03_AGL_Layers/01_Overview.md
@@ -0,0 +1,25 @@
+---
+title: Overview
+---
+
+The [AGL Project](https://www.automotivelinux.org/) is an automotive-specific
+development environment that provides a Linux distribution
+([AGL UCB](https://www.automotivelinux.org/software/unified-code-base)).
+
+AGL uses layers designed to be compatible with the
+[Yocto Project](https://www.yoctoproject.org) and the
+[OpenEmbedded Project (OE)](https://www.openembedded.org/wiki/Main_Page).
+
+This section provides information about the layers used by the AGL Project:
+
+* **`meta-agl`**: Minimal set of software needed to create an AGL distribution
+ used to boot a system.
+ AGL profiles are built on top of this minimal set of software.
+
+* **`meta-agl-demo`**: Provides a reference or demo platform and applications
+ for the AGL Distribution.
+ The reference UI is part of the `meta-agl-demo` layer.
+
+* **`meta-agl-devel`**: Contains components under development or being tested.
+ This layer also contains software packages that OEMs need but do not exist
+ in AGL.