mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
layers: Fix git send-email instructions in README
This ensures that cut-n-paste of this command from README will work Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1f6cf6779e
commit
d774c88023
|
|
@ -30,7 +30,7 @@ When sending single patches, please use something like:
|
|||
|
||||
git send-email -1 -M \
|
||||
--to openembedded-devel@lists.openembedded.org \
|
||||
--subject-prefix=meta-filesystems][PATCH
|
||||
--subject-prefix='meta-filesystems][PATCH'
|
||||
|
||||
|
||||
Table of Contents
|
||||
|
|
@ -99,4 +99,3 @@ II. Misc
|
|||
|
||||
--- xfsprogs ---
|
||||
It provides XFS filesystem utilities.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Send patches / pull requests to openembedded-devel@lists.openembedded.org
|
|||
with '[meta-initramfs]' in the subject.
|
||||
|
||||
When sending single patches, please using something like:
|
||||
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][PATCH'
|
||||
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-initramfs][PATCH'
|
||||
|
||||
Interm layer maintainer: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@ layers: meta-oe
|
|||
branch: master
|
||||
revision: HEAD
|
||||
|
||||
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject'
|
||||
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject
|
||||
|
||||
When sending single patches, please use something like:
|
||||
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH
|
||||
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-multimedia][PATCH'
|
||||
|
||||
You are encouraged to fork the mirror on github https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like GitLab, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ When sending single patches, please use something like:
|
|||
|
||||
git send-email -1 -M \
|
||||
--to openembedded-devel@lists.openembedded.org \
|
||||
--subject-prefix=meta-networking][PATCH
|
||||
--subject-prefix='meta-networking][PATCH'
|
||||
|
||||
You may also contact the maintainers directly.
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ Send patches / pull requests to openembedded-devel@lists.openembedded.org with
|
|||
'[meta-perl]' in the subject.
|
||||
|
||||
When sending single patches, please using something like:
|
||||
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-perl][PATCH'
|
||||
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-perl][PATCH'
|
||||
|
||||
Layer maintainers:
|
||||
Hongxu Jia <hongxu.jia@windriver.com>
|
||||
|
|
@ -90,4 +90,3 @@ License
|
|||
All metadata is MIT licensed unless otherwise stated. Source code included
|
||||
in tree for individual recipes is under the LICENSE stated in each recipe
|
||||
(.bb file) unless otherwise stated.
|
||||
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@ before posting.
|
|||
Send pull requests to openembedded-devel@lists.openembedded.org with
|
||||
'[meta-python]' in the subject.
|
||||
|
||||
When sending single patches, please use something like:
|
||||
'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][PATCH'
|
||||
When sending single patches, please use something like:
|
||||
git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][PATCH'
|
||||
|
||||
Maintenance
|
||||
-------------------------
|
||||
|
|
@ -47,4 +47,3 @@ Layer Maintainers:
|
|||
Tim "moto-timo" Orling <TicoTimo@gmail.com>
|
||||
Derek Straka <derek@asterius.io>
|
||||
Trevor Gamblin <trevor.gamblin@windriver.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ BBMASK = "meta-xfce/recipes-multimedia"
|
|||
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' in the subject'
|
||||
|
||||
When sending single patches, please using something like:
|
||||
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-xfce][PATCH'
|
||||
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-xfce][PATCH'
|
||||
|
||||
Layer maintainer: Kai Kang <kai.kang@windriver.com>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user