diff mbox

remove link to old google group

Message ID 1399990056-7306-1-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit 990b5fdbb707eccf5de47808179a2cc5576152bf
Headers show

Commit Message

Maxim Uvarov May 13, 2014, 2:07 p.m. UTC
Google group can not be accessed for people outside of that google
group. We moved from google group to standard mailing list. Remove
link reference to google and refine README and CONTRIBUTING.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 CONTRIBUTING | 35 ++++++++++++++++-------------------
 README       |  4 ++++
 2 files changed, 20 insertions(+), 19 deletions(-)
diff mbox

Patch

diff --git a/CONTRIBUTING b/CONTRIBUTING
index b3a9095..fefeb4e 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -1,43 +1,40 @@ 
-Contributing to the Open Dataplane API (ODP)
+	Contributing to the Open Dataplane API (ODP)
 
-The Open Dataplane API follows the linux kernel coding style [1] and code
+  The Open Dataplane API follows the linux kernel coding style [1] and code
 submission process [2], albeit patch submissions are to be submitted to the
-linaro-networking mailing list [3] (not LKML, etc.).
+ODP linaro-networking mailing list [3] (not LKML, etc.).
 
-To certify you wrote the code, or otherwise have the right to pass it
+  To certify you wrote the code, or otherwise have the right to pass it
 on (presumably from a compatibly licensed project), we use the "Developer's
 Certificate of Origin" (see [2]).  Using this sign-off process, we are able to
 keep track of compliance to our license (see LICENSE file).
 
-There are tools we use to maintain CodingStyle and other good programming
+  There are tools we use to maintain CodingStyle and other good programming
 practice consistency, including type-checking without overuse of casts.
 
 (a) perform a one-time setup for the tools:
 
-checkpatch:
-
-git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
-
 semantic parser 'sparse' [4]:
 
-git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
-cd sparse
-make
-export PATH=$PATH:$PWD
+	git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
+	cd sparse
+	make
+	export PATH=$PATH:$PWD
 
 (b) when building, use sparse to check for stricter type checking than the
 compiler:
 
-make CC=cgcc
-
-[TODO: update for cross-building, endianness checks]
+	make CC=cgcc
 
-(c) Prior to submission, to style-check the patch 'file.patch', run:
+(c) create patches with git:
+	git format-patch --subject-prefix="PATCH"  --find-renames HEAD^
+	For prefixes see [3].
 
-${PATH_TO_LINUX}/scripts/checkpatch.pl --no-tree --strict file.patch
+(d) Prior to submission, to style-check the patch 'file.patch', run:
 
+	./scripts/checkpatch.pl file.patch
 
 [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/CodingStyle
 [2] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/SubmittingPatches
-[3] https://groups.google.com/a/linaro.org/forum/#!forum/linaro-networking
+[3] refer to README file.
 [4] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/sparse.txt
diff --git a/README b/README
index 64eb9c9..dc6dfe3 100644
--- a/README
+++ b/README
@@ -32,6 +32,10 @@  Patches tracking system:
 Mailing list:
     lng-odp@lists.linaro.org
 	Please read CONTRIBUTING file before submitting patches.
+	Email prefixes:
+		     [PATCH] means patch is for odp.git;
+		[APPS/PATCH] means patch is for odp-apps.git
+		[ARCH/PATCH] means patch is for odp-architecture.git;
 
 Bug tracking:
      https://bugs.launchpad.net/linaro-odp