Skip to content
README.md 2.41 KiB
Newer Older
## Repository Structure
The high-level structure of the `meta-ewaol` repository is as follows:
**meta-ewaol-distro**:
  Yocto layer that provides the top-level image recipes and general policies
  available to be implemented as a EWAOL project distribution.
**meta-ewaol-config**:
  Directory that contains kas configurations files for building EWAOL images.
**meta-ewaol-tests**:
  Yocto layer that provides recipes and configuration to enable the validation
  of images built for the EWAOL project.
**documentation**:
  Directory that provides documentation for the `meta-ewaol` repository.
**tools**:
  Directory that provides tools that perform quality-assurance checks on the
  repository as well as tools and scripts to support EWAOL images builds.

## Building the documentation
See the :ref:`Documentation build` section of the tools documentation page.
The repository contains Yocto layers that require dependencies as follows. The
layers revisions are related to the EWAOL v0.1 release.

The `meta-ewaol-distro` layer depends on:

    URI: git://git.yoctoproject.org/poky/meta
    branch: hardknott
    revision: da0ce760c5372f8f2ef4c4dfa24b6995db73c66c

    URI: git://git.yoctoproject.org/poky/meta-poky
    branch: hardknott
    revision: da0ce760c5372f8f2ef4c4dfa24b6995db73c66c
    URI: git://git.openembedded.org/meta-openembedded
    branch: hardknott
    revision: c51e79dd854460c6f6949a187970d05362152e84
Nathan Dunne's avatar
Nathan Dunne committed

    URI: git://git.yoctoproject.org/meta-security
    branch: hardknott
    revision: c6b1eec0e5e94b02160ce0ac3aa9582cbbf7b0ed

    URI: git://git.yoctoproject.org/meta-virtualization
    branch: hardknott
    revision: 3508b13acbf669a5169fafca232a5c4ee705dd16

The `meta-ewaol-tests` layer depends on:

    URI: git://git.yoctoproject.org/poky/meta
    branch: hardknott
    revision: da0ce760c5372f8f2ef4c4dfa24b6995db73c66c

## Repository License

The software is provided under an MIT license (more details in :ref:`License`).

Contributions to the project should follow the same license.
## Contributions and Bug Reports

This project has not put in place a process for contributions or bug reporting
currently. If you would like to contribute or have found a bug, please contact
the maintainers.

## Feedback and support

To request support please contact Arm at support@arm.com. Arm licensees may
also contact Arm via their partner managers.

## Maintainer(s)
Nathan Dunne's avatar
Nathan Dunne committed

* Diego Sueiro <diego.sueiro@arm.com>