diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-01-16 14:58:25 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-15 15:17:59 +0000 |
commit | 95cb89613a5e9e2defc271ad867a3cd95b047be1 (patch) | |
tree | 37fca48e2fc3ed550774cefd47a2ec2b679543df /agl-layers-overview.md | |
parent | 62193151c121536114c0f0fc652859685f65649f (diff) |
AGL Layers content: Added meta-agl.md and agl-layers-overview.md
These two files are based off the README.md and README-AGL.md
files. I am pushing these two files so that they can undergo
a Gerrit review. Questions exist in the form of
WRITER NOTES in the files.
Change-Id: Ie6d3355f0ff60e0362b720a298caf28aa5ac2045
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'agl-layers-overview.md')
-rw-r--r-- | agl-layers-overview.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/agl-layers-overview.md b/agl-layers-overview.md new file mode 100644 index 000000000..4e977447f --- /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. |