Start development cycle for Royal Ricefish
[AGL/meta-agl.git] / README-AGL.md
1 Overview
2 ========
3
4 The
5 [AGL Project](https://www.automotivelinux.org/) is an automotive-specific
6 development environment that provides a Linux distribution
7 [AGL UCB](https://www.automotivelinux.org/software/unified-code-base).
8
9 AGL uses layers designed to be compatible with the
10 [Yocto Project](https://www.yoctoproject.org) and the
11 [OpenEmbedded Project (OE)](https://www.openembedded.org/wiki/Main_Page).
12
13 This section provides information about the layers used by the AGL Project:
14
15 * **`meta-agl`**: Minimal set of software needed to create an AGL distribution
16   used to boot a system.
17   AGL profiles are built on top of this minimal set of software.
18
19 * **`meta-agl-demo`**: Provides a reference or demo platform and applications
20   for the AGL Distribution.
21   The reference UI is part of the `meta-agl-demo` layer.
22
23 * **`meta-agl-devel`**: Contains components under development or being tested.
24   This layer also contains software packages that OEMs need but do not exist
25   in AGL.
26
27
28 **WRITER NOTES:** The content for this section is the `README-AGL.md`
29   file that is in the `meta-agl` layer, which is a Gerrit layer.
30   You can clone the layer using this command:
31
32     ```
33     $ git clone https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl
34