summaryrefslogtreecommitdiff
path: root/meta-openpower/README.md
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-18 15:00:33 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-27 01:50:53 +0300
commit80131ce4849c0272150b7c0a2bd055656f5904d4 (patch)
tree42cac8de184b746a47cf836f35ebc805f6ad0e6d /meta-openpower/README.md
parent6314859cbf35ed85a9e26f11b15ac7097cb2e9ef (diff)
downloadopenbmc-80131ce4849c0272150b7c0a2bd055656f5904d4.tar.xz
meta-openpower: enhance README.md
Add words to the layer README. The existing README is somewhat terse. Expand it some, adopting some of the conventions from other well-known OE BSP layers (used meta-freescale as a template). Briefly describe the goal of the layer. The goals mention full implementations for OpenPOWER reference platforms, which doesn't match reality today; however, the current plan/thinking is to consolidate the meta-foo layers for each reference platform into meta-openpower. Added layer dependencies. meta-openpower depends on oe-core, meta-phosphor and meta-aspeed. Add contributing guidelines and style guide. (From meta-openpower rev: 259c9bad006ecdc814f5d9dbd0b718ca5559fb1e) Change-Id: I737ac1960fe2e3ba38994e9a9c36c95de19f7746 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower/README.md')
-rw-r--r--meta-openpower/README.md50
1 files changed, 46 insertions, 4 deletions
diff --git a/meta-openpower/README.md b/meta-openpower/README.md
index 5558eb1ee..df764b8c2 100644
--- a/meta-openpower/README.md
+++ b/meta-openpower/README.md
@@ -1,6 +1,48 @@
-OpenPOWER
-================
+OpenEmbedded/Yocto/OpenBMC BSP layer for OpenPOWER reference platforms
+======================================================================
-meta-openpower is the OpenPOWER layer and should be included in all OpenPOWER
-systems' bblayers.conf. More information on OpenPOWER can be found
+This layer provides support for the BMC firmware on OpenPOWER reference
+platforms, and/or a base upon which to create a BMC firmware implementation on
+any POWER system.
+
+```
+This layer depends on:
+
+URI: git://git.openembedded.org/openembedded-core
+layers: meta
+branch: master
+revision: HEAD
+
+URI: https://github.com/openbmc/meta-phosphor
+branch: master
+revision: HEAD
+
+URI: https://github.com/openbmc/meta-aspeed
+branch: master
+revision: HEAD
+```
+
+More information on OpenPOWER can be found
[here](https://openpowerfoundation.org/).
+
+Contributing
+------------
+
+meta-openpower patches are reviewed using the Gerrit instance at
+https://gerrit.openbmc-project.xyz.
+
+Please submit patches to Gerrit. More information on using Gerrit can be found
+[here](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server).
+https://github.com/openbmc/meta-openpower is a hosting mirror only and GitHub
+pull requests are not monitored and will not be accepted.
+
+Patch checklist. Please ensure patches adhere to the following guidelines:
+
+ - meta-openpower uses the [OE style
+ guidelines](https://www.openembedded.org/wiki/Styleguide).
+ - follow [the seven rules of a great git commit
+ message](https://chris.beams.io/posts/git-commit/#seven-rules)
+
+For questions or help please come join us on the [mailing
+list](https://lists.ozlabs.org/listinfo/openbmc) or in
+[IRC](irc://freenode.net/openbmc).