diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-02-06 09:38:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-06 15:01:16 +0000 |
commit | 9c1d226fadf7f88ed4e1c0a8d21b3f97bc877eb2 (patch) | |
tree | 1d7b096471409341eb731e2a7ce8a23a69990752 /scripts | |
parent | 92d6170c32c393c7d03957129627ef052f2d063d (diff) | |
download | poky-9c1d226fadf7f88ed4e1c0a8d21b3f97bc877eb2.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.
(From OE-Core rev: 2cfad933c334b3d7f49bc8ca62f9d443428d4523)
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.README | 7 |
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. | |||
133 | 133 | ||
134 | ## Contributing | 134 | ## Contributing |
135 | 135 | ||
136 | The yocto mailing list (yocto@lists.yoctoproject.org) is used for questions, | 136 | The yocto mailing list (openembedded-core@lists.openembedded.org) is used for questions, |
137 | comments and patch review. It is subscriber only, so please register before | 137 | comments and patch review. It is subscriber only, so please register before |
138 | posting. | 138 | posting. |
139 | 139 | ||
140 | Send pull requests to yocto@lists.yoctoproject.org with '[patchtest]' in the | ||
141 | subject. | ||
142 | |||
143 | When sending single patches, please use something like: | 140 | When sending single patches, please use something like: |
144 | 141 | ||
145 | git send-email -M -1 --to=yocto@lists.yoctoproject.org --subject-prefix=patchtest][PATCH | 142 | git send-email -M -1 --to=openembedded-core@lists.openembedded.org --subject-prefix=OE-core][PATCH |
146 | 143 | ||
147 | ## Maintenance | 144 | ## Maintenance |
148 | ----------- | 145 | ----------- |