The AGL Project is an automotive-specific development environment that provides a Linux distribution AGL UCB.
AGL uses layers designed to be compatible with the Yocto Project and the OpenEmbedded Project (OE).
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 themeta-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.
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