aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-29 21:29:19 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-10-29 21:29:19 +0200
commit1f4cfafd61d882844088aa7daa0e85f9b1949e9c (patch)
tree587a3f4649e1557deea4cfae307c88c935c3e431
parent2fd7cdbb92fd7551f5b1675eed34a30d4540f7a3 (diff)
documentation: improve the README
add contribution, bugs and maintainers section. initial description for meta-linaro-integration. Change-Id: Ibb22d43ca14f5b23a73a3b0a574e585fd6ffaa0f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--README41
1 files changed, 40 insertions, 1 deletions
diff --git a/README b/README
index a5efb1db..d6e59796 100644
--- a/README
+++ b/README
@@ -1,14 +1,53 @@
+Introduction
+------------
+
This repository contains Linaro layers for OpenEmbedded.
meta-aarch64:
- This repo provides support for AArch64 (64-bit ARM) architecture
+ This repo provides support for AArch64 (64-bit ARM) architecture.
meta-linaro:
This repo provides additional recipes required for Linaro targets.
+meta-linaro-integration:
+
+ This repo provides an integration area *for upstreaming*. Recipes are meant
+ to be contributed to the relevant projects (oe-core, meta-oe, etc...).
+
meta-linaro-toolchain:
This layer adds support for building with GCC Linaro and Linaro external
toolchain.
+
+Contributing
+------------
+
+If you want to contribute changes, you can send Gerrit merge requests at
+https://review.linaro.org/#/q/project:openembedded/meta-linaro.
+
+Alternatively you can send patches to openembedded@lists.linaro.org, in which
+case, please:
+
+* When creating patches, please use something like:
+
+`git format-patch -s --subject-prefix='meta-foo][PATCH' origin`
+
+* When sending patches, please use something like:
+
+`git send-email --to openembedded@lists.linaro.org <generated patch>`
+
+You can discuss about this layer, on `#linaro` on FreeNode IRC network.
+
+Reporting bugs
+--------------
+
+Please report any issue on:
+https://bugs.linaro.org/enter_bug.cgi?product=Linaro%20OpenEmbedded
+
+Maintainer(s)
+-------------
+
+Koen Kooi <koen.kooi@linaro.org>
+Fathi Boudra <fathi.boudra@linaro.org>