From 0f061d6e9b4afa0b6c209a4818299b2935da29fc Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 3 Feb 2015 08:21:06 +0000 Subject: [PATCH] README: add more layer information * add layer dependencies * add maintainer name/contact * document how to contribute Signed-off-by: Nicolas Dechesne --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README b/README index 7a3fe84..239d292 100644 --- a/README +++ b/README @@ -2,3 +2,34 @@ meta-games ========== Open Source games layer for OpenEmbedded. + +Maintainers +=========== + +Marko Lindqvist + +Dependencies +============ + +This layer depends on: + +URI: git://git.openembedded.org/openembedded-core +branch: master +revision: HEAD + +URI: git://git.openembedded.org/meta-openembedded +branch: master +revision: HEAD + +Contributing +============ + +It is preferred to send patches as pull requests on the Github project directly, +e.g. : https://github.com/cazfi/meta-games. + +If using Github pull requests is not possible, it is possible to send patches on +the OpenEmbedded development mailing list. To send changes to mailing list use +something like: + + git send-email --to openembedded-devel@lists.openembedded.org \ + --subject-prefix='meta-games][PATCH'