Are you thinking of the layers in meta-openembedded? There it makes sense since many layers share one mailing list. However, here we are talking about the docs repository with its own mailing list. There should be no other patches sent to it than those that are intended for the docs repository, so there should be no need to add an extra [yocto-docs] prefix. And for the record, this matches the documentation for bitbake, which also has its own mailing list.

 

//Peter

 

From: docs@lists.yoctoproject.org <docs@lists.yoctoproject.org> On Behalf Of akuster
Sent: den 11 februari 2020 02:34
To: docs@lists.yoctoproject.org
Subject: Re: [docs] [PATCH] README: A couple of updates due to recent changes

 

 

On 2/10/20 5:01 PM, Peter Kjellerstedt wrote:

There will be a subject, but there is no reason to prefix it with “[yocto-docs]” anymore, is there?

nope.  All the other layers have --subject-prefix so it would be nice to keep it consistent.

- armin

 

//Peter

 

From: docs@lists.yoctoproject.org <docs@lists.yoctoproject.org> On Behalf Of akuster
Sent: den 10 februari 2020 18:01
To: docs@lists.yoctoproject.org
Subject: Re: [docs] [PATCH] README: A couple of updates due to recent changes

 

 

On 2/9/20 7:37 PM, Tanu Kaskinen wrote:

Since there's now a separate mailing list for docs, I think the
yocto-docs tag doesn't need to be added to patches any more.
 
---
 
 README | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 
diff --git a/README b/README
index 62c2a3ffb..6a7f3abe6 100644
--- a/README
+++ b/README
@@ -11,15 +11,13 @@ Where to Send Patches
 =====================
 
 When sending single patches, please using something like:
-'git send-email -1 --to docs@lists.yoctoproject.org --subject-prefix=yocto-docs][PATCH'
+'git send-email -1 --to docs@lists.yoctoproject.org

We still need a subject


 
-These values can be set as defaults for this repository:
+The To header can be set as default for this repository:
 
 $ git config sendemail.to docs@lists.yoctoproject.org
-$ git config format.subjectPrefix yocto-docs][PATCH

We still need a subject


 
 
 Now you can just do 'git send-email origin/master' to send all local patches.
 
 Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
 Mailing list: docs@lists.yoctoproject.org
-Please cc: Scott Rifenbark <srifenbark@gmail.com> on changes.