Since we have now created an eclipse-poky mailing list, all patches and discussion should be directed there.
Signed-off-by: Tim Orling <[email protected]> --- README.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index cc5b890c5a8..3049c595362 100644 --- a/README.txt +++ b/README.txt @@ -188,13 +188,22 @@ Part V. Sharing with the Community V.1 Sending Patches to the Mailing List Any changes to the eclipse-poky plugin should be sent as patches to - the Yocto Project mailing list ([email protected]), with + the Eclipse Poky mailing list ([email protected]), with - --subject-prefix="eclipse-poky][PATCH" + --subject-prefix="<eclipse-revision>][PATCH" + + where <eclipse-revision> might be "neon" or "oxygen". Also if, the bug + affects a particular Yocto Project release, include the release name + in the subject prefix: + + --subject-prefix="<eclipse-revision>][<yocto-project-release-name>][PATCH" + + where <yocto-project-release-name> might be "morty", "pyro" or "rocko" for + instance. This is a subscriber only list, so you will need to sign up for access at: - https://lists.yoctoproject.org/listinfo/yocto + https://lists.yoctoproject.org/listinfo/eclipse-poky Patches should follow the same guidelines that are used for other parts of the Yocto Project and Open Embedded code-base: -- 2.13.6 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
