1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 03:47:19 +00:00

Create skeleton for meta-arm layer

Add README and License Files in the root directory describing the layers
and process for interacting with the meta-arm layer.  Create the
directories for future layers (and add empty README files to force the
directories to be created by git).

Change-Id: I4d70759bf90b1c964e6d9040d145737b2f441205
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2019-10-01 20:26:28 -07:00
commit 62028f103e
6 changed files with 49 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
Introduction
------------
This repository contains Arm layers for OpenEmbedded
meta-arm-bsp:
This layer provides support for Arm reference platforms
meta-arm-iota:
This layer provides support for Arm's IOTA Linux Distribution
meta-arm-integration:
This layer provides support for OpenEmbedded and Yocto patches that have yet to be accepted upstream
meta-arm:
This layer provides support for general recipes for the Arm architecture
Contributing
------------
Currently, we only accept patches from the meta-arm mailing list. For general information on how to submit a patch, please read
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
E-mail meta-arm@lists.yoctoproject.org with patches created using this process
Reporting bugs
--------------
E-mail meta-arm@lists.yoctoproject.org with the error encountered and the steps to reproduce the issue
Maintainer(s)
-------------
* Jon Mason <jon.mason@arm.com>