Moved RPB contribute to inside RPB folder

Signed-off-by: Robert Wolff <robert.wolff@linaro.org>
This commit is contained in:
Robert Wolff 2016-06-27 11:33:02 -07:00
parent f238dd7712
commit a10b01bb8a
9 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,40 @@
# Contributions to OpenEmbedded Reference Platform Build
How and where to send RPB AOSP patches for 96Boards
### HiKey
###### Kernel
Upstream to AOSP directly using Gerrit
https://android-review.googlesource.com/#/admin/projects/kernel/hikey-linaro
###### User Space
Upstream to AOSP directly using Gerrit
https://android-review.googlesource.com/#/admin/projects/device/linaro/hikey
***
### DragonBoard 410c
###### Kernel
Submit all patches through the Linaro Developer Mailing list
https://lists.linaro.org/mailman/listinfo/linaro-dev
###### User Space
Submit all patches through github with a pull request
https://github.com/96boards/android_device_linaro_db410c
###### Manifest
Submit all patches through github with a pull request
https://github.com/96boards/android_manifest/tree/android-6.0-db410c

View file

@ -0,0 +1,36 @@
# Contributions to Debian Reference Platform Build
## Type of Contribution
### New Package
###### Contribute
- Submit package to Debian
- https://wiki.debian.org/HowToPackageForDebian
- https://wiki.debian.org/Packaging/Intro
- Once package is reviewed and/or accepted by a Debian developer, your package is ready to be accepted by Linaro Overlay
- Open a bug at https://bugs.linaro.org/ (Reference Platform) with the package change that is required
***
### Package changes or fixes
###### Contribute
- Submit package change to Debian
- https://wiki.debian.org/HowToPackageForDebian
- https://wiki.debian.org/Packaging/Intro
- Open a bug at https://bugs.linaro.org/ (Reference Platform) with the package change that is required
- [Example](http://packaging.ubuntu.com/html/traditional-packaging.html#creating-a-debdiff)
***
### Backports
###### Contribute
- Open a bug at https://bugs.linaro.org/ (Reference Platform) with the package change that is required
- Get package included in [Jessie Backports](https://backports.debian.org/), this repository is also enabled by default in the Debian Reference Platform Builds
***

View file

@ -0,0 +1,23 @@
# Contributions to OpenEmbedded Reference Platform Build
## Type of Contribution
### New Package
###### Contribute
- Submit package to upstream
- https://wiki.centos.org/HowTos/Packages/ContributeYourRPMs
- Open a bug at https://bugs.linaro.org/ (ReferencePlatform) requesting the package to be included in Linaro Overlay
***
### Package changes or fixes
###### Contribute
- Submit package change to upstream
- https://wiki.centos.org/HowTos/Packages/ContributeYourRPMs
- Open a bug at https://bugs.linaro.org/ (ReferencePlatform) with the package change that is required
***

Binary file not shown.

View file

@ -0,0 +1,138 @@
# Contributions to OpenEmbedded Reference Platform Build
OpenEmbedded Reference Platform Build layer descriptions and how/where to send patches.
## Layers
### OE-core (Base layer)
###### About
This is the main collaboration point when working on OpenEmbedded projects and is part of the core recipes. The goal of this layer is to have just enough recipes to build a basic system, this means keeping it as small as possible.
###### Contribute
Submit all patches through the OpenEmbedded Core Mailing list
http://lists.openembedded.org/mailman/listinfo/openembedded-core
***
### Meta-rpb (Distro)
###### About
This is a very small layer where the distro configurations live. Currently it houses both Reference Platform Build and Wayland Reference Platform Builds.
###### Contribute
Submit all patches through github with a pull request
https://github.com/96boards/meta-rpb
***
### Meta-oe
###### About
This layer houses many useful, but sometimes unmaintained recipes. Since the reduction in recipes to the core, meta-oe was created for everything else. There are currently approximately 650 recipes in this layer.
###### Contribute
Submit all patches through the OpenEmbedded Developer Mailing list
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
***
### Meta-browser
###### About
This layer holds the recipes for Firefox and Chromium. Both recipes require a lot of maintenance, because of this a seperate layer was created.
###### Contribute
Submit all patches through the OpenEmbedded Developer Mailing list
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
***
### Meta-qt5
###### About
This is a cross-platform toolkit.
###### Contribute
Submit all patches through the OpenEmbedded Developer Mailing list
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
***
### Meta-linaro
###### About
This layer is used to get the Linaro toolchain.
###### Contribute
**For Linaro internal:**
- https://review.linaro.org/#/dashboard/self
- https://git.linaro.org/openembedded/meta-linaro.git/tree
**For external contributors:**
Submit all patched through the OpenEmbedded Mailing list
https://lists.linaro.org/mailman/listinfo/openembedded
***
### Meta-linaro-backports
###### About
This is an experimental layer used to get newer versions into the build which were not part of the release.
###### Contribute
Submit all patched through the OpenEmbedded Mailing list
https://lists.linaro.org/mailman/listinfo/openembedded
***
### Meta-96Boards
###### About
This support layer is managed by Linaro and intended for boards that do not have their own board support layer. Currently used for the HiKey Consumer edition board, and eventually the Bubblegum-96 board. If a vendor does not support their own layer, it can be added to this layer.
###### Contribute
Submit all patches through github with a pull request
https://github.com/96boards/meta-96boards
***
### Meta-qcom (BSP)
###### About
This is the board support layer for Qualcomm boards. Currently supports IFC6410 and the DragonBoard 410c.
###### Contribute
Submit all patches through github with a pull request
https://github.com/ndechesne/meta-qcom
***

View file

@ -0,0 +1,18 @@
## Contribute
Learn how to contribute to Linaro and the Reference Software Platform
***
- [Reference Platform Kernel (RPK)](RPK/README.md)
- Learn how to add a new platform and submit patches
- [UEFI/OpenPlatformPkg](UEFI/README.md)
- How to contribute
- [Android Open Source Project (AOSP)](AOSP/README.md)
- How to contribute to both HiKey AOSP and other Linaro builds
- [Debian Reference Platform Build](Debian/README.md)
- How to contribute
- [OpenEmbedded/Yocto Reference Platform Build](OEYocto/README.md)
- How to contribute
- [CentOS Reference Platform Build](DebianCentOS/README.md)
- Learn how to extend installers to support additional platforms

View file

@ -0,0 +1,29 @@
# Reference Platform Kernel
Instructions on how/where to submit patches for the Reference Platform Kernel
### Contribute
- Submit patch to Linux upstream
- https://github.com/torvalds/linux
- https://www.kernel.org/doc/Documentation/SubmittingPatches
###### Patch accepted upstream
- If patch submitted upstream, and accepted by a Linux developer:
- Patch is ready for the RPK
- Submit through the 96Boards developer Mailing list
- dev@lists.96boards.org
###### Patch under review - not accepted upstream
- If patch is submitted upstream, and under review by a Linux developer:
- Patch is not yet ready for the RPK
- Please review Reference Platform [Kernel Policy](../../Reference-Platform/KernelPolicy.md) for more information
- When patch is ready for the RPK, submit all patches through the 96Boards developer Mailing list
- dev@lists.96boards.org
***

View file

@ -0,0 +1,27 @@
# Contributions to UEFI/EDK2 Core code and Open Platform Package
How/where to send UEFI/EDK2 Core code and Open Platform Package patches.
### Core Code
###### Contribute
Submit all patches through the EDK2 Developer Mailing list
https://lists.01.org/mailman/listinfo/edk2-devel
> Note: Additional contribution information can be found [here](https://github.com/tianocore/edk2) in each package folder (Contribution.txt)
***
### Open Platform Package
###### Contribute
Submit all patches through the Linaro UEFI Mailing list
https://lists.linaro.org/mailman/listinfo/linaro-uefi
> Note: Plans underway for moving this under Tianocore gitub, for now this is the contribution process.
***