diff mbox series

[meta-darwin,2/2] Improve README

Message ID 20230517061526.3383173-2-ecordonnier@snap.com
State New
Headers show
Series [meta-darwin,1/2] Add new maintainers | expand

Commit Message

Etienne Cordonnier May 17, 2023, 6:15 a.m. UTC
From: Etienne Cordonnier <ecordonnier@snap.com>

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
---
 README | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/README b/README
index e4ac9bc..59ae032 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@  OpenEmbedded meta layer for darwin based SDKs
 
 Note: For now, only macOS SDK version 10.15 is supported.
 
-You also need a OS-X sysroot tarball/zip file generated (copied) from a target OS-X
+You also need a OS-X sysroot tarball/zip file generated (copied) from a target macOS
 system. This is placed in the osx-runtime files directory and is used to compile the SDK
 against it. It needs to contain the system libraries (/usr/lib) and include files 
 (/usr/include). This tarball is not part of this meta-darwin layer and must be
@@ -52,6 +52,10 @@  Layer Maintainers: Richard Purdie <richard.purdie@linuxfoundation.org>
                    Dominik Schnitzer <dominik@snap.com>
                    Etienne Cordonnier <ecordonnier@snap.com>
 
+Please send changes to the yocto mailing list (yocto@lists.yoctoproject.org) with [meta-darwin]
+in the subject line, cc'ing the maintainers. You need to subscribe to the mailing list at
+https://lists.yoctoproject.org/g/yocto before being able to post.
+
+When sending single patches, please use something like:
+'git send-email -M -1 --to yocto@lists.yoctoproject.org --subject-prefix="meta-darwin][PATCH"'
 
-Please send changes to the yocto mailing list with [meta-darwin] in the subject line,
-cc'ing the maintainer.