summaryrefslogtreecommitdiffstats
path: root/htdocs/index.html
blob: 112e0d5c1b8e5b3b0d6a37c4d64094b7c36c3868 (plain)
1
2
3
4
5
6
7
<html>
  <head>
    <title>AGL-Unicens tests</title>
  <body>
    <h1>UNICENS-bindings test</h1>
    <ol>
     <li><a href="UNICENS.html">UNICENS Config</a>
g { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
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/meta-agl-core`**: 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.

    ```
    $ git clone https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl
    ```

Maintenance
-----------

All patches must be submitted via the AGL Gerrit instance at
<https://gerrit.automotivelinux.org>.  See this wiki page for
details:

<https://wiki.automotivelinux.org/agl-distro/contributing>

Layer maintainers:
* Jan-Simon Möller <jsmoeller@linuxfoundation.org>