summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2020-02-18 17:13:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-19 14:42:59 +0000
commitd578418f6076efc180793a8c925bf7ec143b1db4 (patch)
tree862012448cb7eb4b15d9afd18ce5265d899dda37 /meta-poky
parent273f78efb5a2e58395de2f938146840f9572d001 (diff)
downloadpoky-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>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/README.poky4
-rw-r--r--meta-poky/conf/distro/poky.conf2
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
54documentation: 54documentation:
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
58meta-poky, meta-yocto-bsp: 58meta-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
62Everything else should be sent to the OpenEmbedded Core mailing list. If in 62Everything else should be sent to the OpenEmbedded Core mailing list. If in
63doubt, check the oe-core git repository for the content you intend to modify. 63doubt, 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"
5SDK_VENDOR = "-pokysdk" 5SDK_VENDOR = "-pokysdk"
6SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}" 6SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
7 7
8MAINTAINER = "Poky <poky@yoctoproject.org>" 8MAINTAINER = "Poky <poky@lists.yoctoproject.org>
9 9
10TARGET_VENDOR = "-poky" 10TARGET_VENDOR = "-poky"
11 11