]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
patchtest.README: update mailing list
authorTrevor Gamblin <tgamblin@baylibre.com>
Tue, 6 Feb 2024 14:38:48 +0000 (09:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2024 15:01:14 +0000 (15:01 +0000)
The contributing info still lists the main Yocto list, but patchtest is
in oe-core, so simplify the instructions and put the right mailing list
in.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/patchtest.README

index ad46b02ad6e476d49f5cb0a9244ed3781e55d7d9..76b5fcdb6dcb596f1cb7ecc173add4b716197b07 100644 (file)
@@ -133,16 +133,13 @@ including the PASS, FAIL, and SKIP indicators for each test run.
 
 ## Contributing
 
-The yocto mailing list (yocto@lists.yoctoproject.org) is used for questions,
+The yocto mailing list (openembedded-core@lists.openembedded.org) is used for questions,
 comments and patch review.  It is subscriber only, so please register before
 posting.
 
-Send pull requests to yocto@lists.yoctoproject.org with '[patchtest]' in the
-subject.
-
 When sending single patches, please use something like:
 
-    git send-email -M -1 --to=yocto@lists.yoctoproject.org  --subject-prefix=patchtest][PATCH
+    git send-email -M -1 --to=openembedded-core@lists.openembedded.org --subject-prefix=OE-core][PATCH
 
 ## Maintenance
 -----------