Simplified doc-site generation
[AGL/documentation.git] / docs / 3_Developer_Guides / 1_AGL_Layers / 1_Overview.md
1 ---
2 edit_link: ''
3 title: Overview
4 origin_url: >-
5   https://git.automotivelinux.org/AGL/meta-agl/plain/docs/../agl-layers-overview.md?h=master
6 ---
7
8 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/devguides/master/meta-agl-developer-guides-devguides-book.yml -->
9
10 Overview
11 ========
12
13 The
14 [AGL Project](https://www.automotivelinux.org/) is an automotive-specific
15 development environment that provides a Linux distribution
16 [(AGL UCB](https://www.automotivelinux.org/software/unified-code-base)).
17
18 AGL uses layers designed to be compatible with the
19 [Yocto Project](https://www.yoctoproject.org) and the
20 [OpenEmbedded Project (OE)](https://www.openembedded.org/wiki/Main_Page).
21
22 This section provides information about the layers used by the AGL Project:
23
24 * **`meta-agl`**: Minimal set of software needed to create an AGL distribution
25   used to boot a system.
26   AGL profiles are built on top of this minimal set of software.
27
28 * **`meta-agl-demo`**: Provides a reference or demo platform and applications
29   for the AGL Distribution.
30   The reference UI is part of the `meta-agl-demo` layer.
31
32 * **`meta-agl-devel`**: Contains components under development or being tested.
33   This layer also contains software packages that OEMs need but do not exist
34   in AGL.