summaryrefslogtreecommitdiffstats
path: root/agl-layers-overview.md
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-04-04 17:09:07 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-04-04 17:09:07 -0700
commit651c5cef87a4d9089ef988420a0055eb937decbe (patch)
tree3973533876156b888c9bea3c6558e5ee05de3a7a /agl-layers-overview.md
parente978a20f40916eac57a5e1af8f65b6ed9f719e50 (diff)
Meta-agl: Added new layer files and updated book file.
Change-Id: I9bfe46ef1776c78e4d9230bfae1228b17c81d91e Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'agl-layers-overview.md')
-rwxr-xr-xagl-layers-overview.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/agl-layers-overview.md b/agl-layers-overview.md
new file mode 100755
index 000000000..409eae529
--- /dev/null
+++ b/agl-layers-overview.md
@@ -0,0 +1,25 @@
+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.