diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2020-02-18 17:13:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-19 14:42:59 +0000 |
commit | d578418f6076efc180793a8c925bf7ec143b1db4 (patch) | |
tree | 862012448cb7eb4b15d9afd18ce5265d899dda37 | |
parent | 273f78efb5a2e58395de2f938146840f9572d001 (diff) | |
download | poky-d578418f6076efc180793a8c925bf7ec143b1db4.tar.gz |
meta-poky: update to new mailing lists
There is still some confustion around the mail list updates, as we
have seen on the lists recently:
https://lists.yoctoproject.org/g/yocto/message/48439
(From meta-yocto rev: c62fa2a498625e1765c4572618f74a03e1895a23)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/README.poky | 4 | ||||
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-poky/README.poky b/meta-poky/README.poky index 2204801f75..2ba3b5c03e 100644 --- a/meta-poky/README.poky +++ b/meta-poky/README.poky | |||
@@ -53,11 +53,11 @@ bitbake: | |||
53 | 53 | ||
54 | documentation: | 54 | documentation: |
55 | Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/ | 55 | Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/ |
56 | Mailing list: yocto@yoctoproject.org | 56 | Mailing list: docs@lists.yoctoproject.org |
57 | 57 | ||
58 | meta-poky, meta-yocto-bsp: | 58 | meta-poky, meta-yocto-bsp: |
59 | Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto(-bsp) | 59 | Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto(-bsp) |
60 | Mailing list: poky@yoctoproject.org | 60 | Mailing list: poky@lists.yoctoproject.org |
61 | 61 | ||
62 | Everything else should be sent to the OpenEmbedded Core mailing list. If in | 62 | Everything else should be sent to the OpenEmbedded Core mailing list. If in |
63 | doubt, check the oe-core git repository for the content you intend to modify. | 63 | doubt, check the oe-core git repository for the content you intend to modify. |
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 5c156f12f3..acfc1bb742 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
@@ -5,7 +5,7 @@ DISTRO_CODENAME = "master" | |||
5 | SDK_VENDOR = "-pokysdk" | 5 | SDK_VENDOR = "-pokysdk" |
6 | SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}" | 6 | SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}" |
7 | 7 | ||
8 | MAINTAINER = "Poky <poky@yoctoproject.org>" | 8 | MAINTAINER = "Poky <poky@lists.yoctoproject.org> |
9 | 9 | ||
10 | TARGET_VENDOR = "-poky" | 10 | TARGET_VENDOR = "-poky" |
11 | 11 | ||