summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2024-02-06 09:38:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-06 15:01:14 +0000
commit2cfad933c334b3d7f49bc8ca62f9d443428d4523 (patch)
treec7b4b0ba76ebf2305d7b110f037300f3eda91e9f /scripts
parentad251812b740a06c0f8f2dab637a61cfff73c484 (diff)
downloadopenembedded-core-contrib-2cfad933c334b3d7f49bc8ca62f9d443428d4523.tar.gz
patchtest.README: update mailing list
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchtest.README7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/patchtest.README b/scripts/patchtest.README
index ad46b02ad6..76b5fcdb6d 100644
--- a/scripts/patchtest.README
+++ b/scripts/patchtest.README
@@ -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
-----------