From 1f4cfafd61d882844088aa7daa0e85f9b1949e9c Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Oct 2015 21:29:19 +0200 Subject: documentation: improve the README add contribution, bugs and maintainers section. initial description for meta-linaro-integration. Change-Id: Ibb22d43ca14f5b23a73a3b0a574e585fd6ffaa0f Signed-off-by: Fathi Boudra --- README | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) 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 ` + +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 +Fathi Boudra -- cgit v1.2.3