diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-08 14:15:13 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-08 14:15:13 -0700 |
commit | 6df90702b6e8a83a47036664db2bf0bd7d3b7da4 (patch) | |
tree | 3a4c4df5c9309764343268fa81134f6365b1485e /agl-layers-overview.md | |
parent | d1c84fd1785d4c3e5a15b3fabfc5a140624859ec (diff) |
Meta AGL: Added files for AGL layers and meta-agl
Change-Id: Ie3e8400f10af5067b44478e98b2c4b99349b56f6
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'agl-layers-overview.md')
-rwxr-xr-x | 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 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. |