README: update mailing list info

The Yocto Project mailing lists migrated to a new system and email address a
while back. Update the README with the up-to-date information.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2021-03-23 00:34:45 -04:00
parent bafc4a2fda
commit 3d9acf6d52

4
README
View File

@ -31,7 +31,7 @@ Status of supported boards:
Maintenance:
-----------
Please send pull requests, patches, comments, or questions to the
yocto mailing list (yocto@yoctoproject.org) CCing the maintainer
yocto mailing list (yocto@lists.yoctoproject.org) CCing the maintainer
When sending patches, please make sure the email subject line includes
"[meta-rockchip][PATCH]" and follow the community's patch submission
@ -42,7 +42,7 @@ Maintenance:
For example, to send your most recent commit (i.e. just one patch),
please use something like:
git format-patch -M --subject-prefix="meta-rockchip][PATCH" HEAD^
git send-email --to yocto@yoctoproject.org --cc twoerner@gmail.com <your patch file>
git send-email --to yocto@lists.yoctoproject.org --cc twoerner@gmail.com <your patch file>
Maintainer:
----------