summaryrefslogtreecommitdiffstats
path: root/README-AGL.md
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-12-27 13:55:11 -0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-15 19:32:17 +0000
commit71a4578f5846a28345f623fbae6eaea4143cf014 (patch)
treed3a59b2f22f1e38d78b7abdc6bf2af3cd21914ac /README-AGL.md
parent3cff08c36501012aafa79680a5c5c67c3a1d3a26 (diff)
AGL Layer Overview: Re-write of the README-AGL.md file
This topic is really about overviewing the top-level Yocto layers that are part of the AGL build system. These layers are meta-agl, meta-agl-demo, and meta-agl-devel. The README-AGL.md file now simply introduces this fact and is used as a reading guide for the subsequent layer topics. All AGL UCB type information previously in the file is redundant for the docs. Change-Id: Iaeb8d192db977ef47f2f1075de5025acf6fe7019 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'README-AGL.md')
-rw-r--r--README-AGL.md49
1 files changed, 26 insertions, 23 deletions
diff --git a/README-AGL.md b/README-AGL.md
index 9ae0ee1e9..92a2c46a2 100644
--- a/README-AGL.md
+++ b/README-AGL.md
@@ -1,31 +1,34 @@
-?README-AGL.md: The Automotive Grade Linux Distribution
-======================================================
+Overview
+========
-[AGL](https://www.automotivelinux.org/) is creating an automotive specific Linux distribution (AGL UCB)
-that unifies the software that has been written in a number of places already,
-such as GENIVI and Tizen IVI.
+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).
-The layer 'meta-agl' provides a minimal set of software
-to boot system of AGL Distribution. 'meta-agl' is the minimal
-core which is used build AGL profiles on top of it.
+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).
-The reference UI is part of 'meta-agl-demo'.
+This section provides information about the layers used by the AGL Project:
-Additional components like the security framework are part of 'meta-agl-extra'.
+* **`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.
-The AGL community appreciates feedback, ideas, suggestion, bugs and
-documentation just as much as code. Please join the irc conversation
-at the #automotive channel on irc.freenode.net and our mailing list.
+* **`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.
-For infomation for subscribing to the mailing list
- [automotive-discussions](http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions)
-For information about AGL Distribution, see the
- [AGL Distribution](https://wiki.automotivelinux.org/agl-distro)
-For information abount Getting started with AGL
- [here](https://wiki.automotivelinux.org/start/getting-started)
-For information about contributing to the AGL Distro
- [here](https://wiki.automotivelinux.org/agl-distro/contributing)
+* **`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.
-For more documentation about AGL:
-* [docs.automotivelinux.org](http://docs.automotivelinux.org)
+**WRITER NOTES:** The content for this section is the `README-AGL.md`
+ file that is in the `meta-agl` layer, which is a Gerrit layer.
+ You can clone the layer using this command:
+
+ ```
+ $ git clone https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl
+