mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
* add layer dependencies * add maintainer name/contact * document how to contribute Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
36 lines
780 B
Plaintext
36 lines
780 B
Plaintext
meta-games
|
|
==========
|
|
|
|
Open Source games layer for OpenEmbedded.
|
|
|
|
Maintainers
|
|
===========
|
|
|
|
Marko Lindqvist <cazfi74@gmail.com>
|
|
|
|
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'
|