From: Trevor Gamblin Date: Tue, 6 Feb 2024 14:38:48 +0000 (-0500) Subject: patchtest.README: update mailing list X-Git-Tag: uninative-4.4~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfad933c334b3d7f49bc8ca62f9d443428d4523;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/scripts/patchtest.README b/scripts/patchtest.README index ad46b02ad6e..76b5fcdb6dc 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 -----------