-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINTAINERS.md: Update patch submission link
Update patch submission guide link and maintainers list. Signed-off-by: Sandeep Gundlupet Raju <[email protected]> Signed-off-by: Mark Hatle <[email protected]>
- Loading branch information
1 parent
878d60d
commit 06b59df
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ the [meta-xilinx mailing list](https://lists.yoctoproject.org/g/meta-xilinx): | |
When sending patches, please make sure the email subject line includes | ||
`[meta-xilinx][<BRANCH_NAME>][PATCH]` and cc'ing the maintainers. | ||
|
||
For more details follow the OE community patch submission guidelines, as described in: | ||
For more details follow the Yocto Project community patch submission guidelines, | ||
as described in: | ||
|
||
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines | ||
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | ||
https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html# | ||
|
||
`git send-email --to [email protected] *.patch` | ||
|
||
|
@@ -24,13 +24,14 @@ https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | |
`git format-patch -s --subject-prefix="meta-xilinx][<BRANCH_NAME>][PATCH" -1` | ||
|
||
**Example:** | ||
`git format-patch -s --subject-prefix="meta-xilinx][langdale][PATCH" -1` | ||
`git format-patch -s --subject-prefix="meta-xilinx][scarthgap][PATCH" -1` | ||
|
||
**Maintainers:** | ||
|
||
Mark Hatle <[email protected]> | ||
Sandeep Gundlupet Raju <[email protected]> | ||
John Toomey <[email protected]> | ||
Trevor Woerner <[email protected]> | ||
|
||
> **Note:** | ||
|
@@ -43,3 +44,4 @@ https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | |
Mark Hatle <[email protected]> | ||
Sandeep Gundlupet Raju <[email protected]> | ||
John Toomey <[email protected]> | ||
Trevor Woerner <[email protected]> |