Guidelines for contributing to meta-intel layer: Difference between revisions
From Yocto Project
Jump to navigationJump to search
Nitinkamble (talk | contribs) No edit summary |
Nitinkamble (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== meta-intel Layer | == meta-intel Layer Information == | ||
git repository location: | |||
git repository: | |||
* git://git.yoctoproject.org/meta-intel | * git://git.yoctoproject.org/meta-intel | ||
Line 7: | Line 6: | ||
* List email address: meta-intel@yoctoproject.org | * List email address: meta-intel@yoctoproject.org | ||
* How to subscribe : https://lists.yoctoproject.org/listinfo/meta-intel | * How to subscribe : https://lists.yoctoproject.org/listinfo/meta-intel | ||
== Guidelines for sending commits to meta-intel == | == Guidelines for sending commits to meta-intel == | ||
Please follow general guidelines for contributing to Yocto Project. Here are some of the links. | Please follow general guidelines for contributing to Yocto Project. Here are some of the links. | ||
* [[Community Guidelines]] | * [[Community Guidelines]] | ||
Line 16: | Line 13: | ||
* [[Recipe & Patch Style Guide]] | * [[Recipe & Patch Style Guide]] | ||
* [http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html The Yocto Project Development Manual] | * [http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html The Yocto Project Development Manual] | ||
== Guidelines for submitting BSPs to meta-intel == | == Guidelines for submitting BSPs to meta-intel == | ||
Line 22: | Line 18: | ||
* [http://www.yoctoproject.org/docs/current/bsp-guide/bsp-guide.html Board Support Packages (BSP) - Developer's Guide] | * [http://www.yoctoproject.org/docs/current/bsp-guide/bsp-guide.html Board Support Packages (BSP) - Developer's Guide] | ||
* [http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html Yocto Project Linux Kernel Development Manual] | * [http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html Yocto Project Linux Kernel Development Manual] | ||
* | * Expectations for upstreaming a BSP in meta-intel layer. | ||
== Review process for sending commits and BSPs to meta-intel layer == | == Review process for sending commits and BSPs to meta-intel layer == | ||
Line 29: | Line 24: | ||
* The changes should be sent as individual commits. There are scripts available to prepare and send patches for review. Check http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#how-to-submit-a-change | * The changes should be sent as individual commits. There are scripts available to prepare and send patches for review. Check http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#how-to-submit-a-change | ||
* Do not send tarballs of code for review. | * Do not send tarballs of code for review. | ||
== Guidelines for releasing BSPs == | |||
* [[Third_Party_BSP_Release_Process | Third Party BSP Release Guidelines]] |
Revision as of 00:15, 25 October 2013
meta-intel Layer Information
git repository location:
Mailing List:
- List email address: meta-intel@yoctoproject.org
- How to subscribe : https://lists.yoctoproject.org/listinfo/meta-intel
Guidelines for sending commits to meta-intel
Please follow general guidelines for contributing to Yocto Project. Here are some of the links.
- Community Guidelines
- Contribution Guidelines
- Recipe & Patch Style Guide
- The Yocto Project Development Manual
Guidelines for submitting BSPs to meta-intel
1st follow these general BSP developer's guides:
- Board Support Packages (BSP) - Developer's Guide
- Yocto Project Linux Kernel Development Manual
- Expectations for upstreaming a BSP in meta-intel layer.
Review process for sending commits and BSPs to meta-intel layer
- All the commits for meta-intel layer must go through the meta-intel mailing list.
- The changes should be sent as individual commits. There are scripts available to prepare and send patches for review. Check http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#how-to-submit-a-change
- Do not send tarballs of code for review.