summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf
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/conf
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/conf')
-rw-r--r--meta-poky/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
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