summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/README3
-rw-r--r--meta-gnome/README3
-rw-r--r--meta-gpe/README3
-rw-r--r--meta-initramfs/README3
-rw-r--r--meta-multimedia/README3
-rw-r--r--meta-networking/MAINTAINERS2
-rw-r--r--meta-oe/README3
-rw-r--r--meta-ruby/README3
-rw-r--r--meta-systemd/README3
-rw-r--r--meta-xfce/README3
-rw-r--r--toolchain-layer/README3
11 files changed, 21 insertions, 11 deletions
diff --git a/meta-efl/README b/meta-efl/README
index 820d4811df..e3235af10c 100644
--- a/meta-efl/README
+++ b/meta-efl/README
@@ -10,7 +10,8 @@ revision: HEAD
10 10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-efl]' in the subject' 11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-efl]' in the subject'
12 12
13When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-efl][PATCH' 13When sending single patches, please using something like:
14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-efl][PATCH'
14 15
15Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net> 16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net>
16 Martin Jansa <martin.jansa@gmail.com> 17 Martin Jansa <martin.jansa@gmail.com>
diff --git a/meta-gnome/README b/meta-gnome/README
index 29a21b792c..90545a706d 100644
--- a/meta-gnome/README
+++ b/meta-gnome/README
@@ -10,6 +10,7 @@ revision: HEAD
10 10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject' 11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject'
12 12
13When sending single patches, please using something like 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH' 13When sending single patches, please using something like:
14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH'
14 15
15Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com> 16Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>
diff --git a/meta-gpe/README b/meta-gpe/README
index 8540ffe8a3..3c7522c649 100644
--- a/meta-gpe/README
+++ b/meta-gpe/README
@@ -10,7 +10,8 @@ revision: HEAD
10 10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]' in the subject' 11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]' in the subject'
12 12
13When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gpe][PATCH' 13When sending single patches, please using something like:
14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gpe][PATCH'
14 15
15Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net> 16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net>
16 Martin Jansa <martin.jansa@gmail.com> 17 Martin Jansa <martin.jansa@gmail.com>
diff --git a/meta-initramfs/README b/meta-initramfs/README
index 8430555d2b..473c57d010 100644
--- a/meta-initramfs/README
+++ b/meta-initramfs/README
@@ -22,7 +22,8 @@ Maintenance
22Send patches / pull requests to openembedded-devel@lists.openembedded.org 22Send patches / pull requests to openembedded-devel@lists.openembedded.org
23with '[meta-initramfs]' in the subject. 23with '[meta-initramfs]' in the subject.
24 24
25When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][PATCH' 25When sending single patches, please using something like:
26'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][PATCH'
26 27
27Layer maintainers: Andrea Adami <andrea.adami@gmail.com> 28Layer maintainers: Andrea Adami <andrea.adami@gmail.com>
28 Paul Eggleton <paul.eggleton@linux.intel.com> 29 Paul Eggleton <paul.eggleton@linux.intel.com>
diff --git a/meta-multimedia/README b/meta-multimedia/README
index 2146a13f81..7bf7fc8c87 100644
--- a/meta-multimedia/README
+++ b/meta-multimedia/README
@@ -10,7 +10,8 @@ revision: HEAD
10 10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject' 11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject'
12 12
13When sending single patches, please use something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH 13When sending single patches, please use something like:
14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH
14 15
15You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI. 16You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
16 17
diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS
index 393f037d75..953e6035a5 100644
--- a/meta-networking/MAINTAINERS
+++ b/meta-networking/MAINTAINERS
@@ -6,7 +6,7 @@ development mailing list (openembedded-devel@lists.openembedded.org) with
6 6
7When sending single patches, please use something like: 7When sending single patches, please use something like:
8 8
9 git send-email -1 \ 9 git send-email -1 -M \
10 --to openembedded-devel@lists.openembedded.org \ 10 --to openembedded-devel@lists.openembedded.org \
11 --subject-prefix=meta-networking][PATCH 11 --subject-prefix=meta-networking][PATCH
12 12
diff --git a/meta-oe/README b/meta-oe/README
index 4656a3d414..ede8011da4 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -6,7 +6,8 @@ revision: HEAD
6 6
7Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 7Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
8 8
9When sending single patches, please use something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH' 9When sending single patches, please use something like:
10'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'
10 11
11You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI. 12You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
12 13
diff --git a/meta-ruby/README b/meta-ruby/README
index 51cab2bb80..cf2f405157 100644
--- a/meta-ruby/README
+++ b/meta-ruby/README
@@ -10,6 +10,7 @@ revision: HEAD
10 10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
12 12
13When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH' 13When sending single patches, please using something like:
14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'
14 15
15Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com> 16Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>
diff --git a/meta-systemd/README b/meta-systemd/README
index ff25229792..f1f4835edd 100644
--- a/meta-systemd/README
+++ b/meta-systemd/README
@@ -17,7 +17,8 @@ $[LAYERDIR}/<layer name>/recipes-<group-name>/<recipe-name>/<recipe-name>.bbappe
17 17
18Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][meta-systemd]' in the subject' 18Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][meta-systemd]' in the subject'
19 19
20When sending single patches, please use something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][meta-systemd][PATCH' 20When sending single patches, please use something like:
21'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][meta-systemd][PATCH'
21 22
22You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI. 23You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
23 24
diff --git a/meta-xfce/README b/meta-xfce/README
index 88f2332d30..2f4aa9fe26 100644
--- a/meta-xfce/README
+++ b/meta-xfce/README
@@ -16,6 +16,7 @@ BBMASK = "meta-xfce/recipes-multimedia"
16 16
17Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' in the subject' 17Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' in the subject'
18 18
19When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-xfce][PATCH' 19When sending single patches, please using something like:
20'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-xfce][PATCH'
20 21
21Interim layer maintainer: Andreas Müller <schnitzeltony@googlemail.com> 22Interim layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>
diff --git a/toolchain-layer/README b/toolchain-layer/README
index 5996b6c844..1f9be502c4 100644
--- a/toolchain-layer/README
+++ b/toolchain-layer/README
@@ -6,7 +6,8 @@ revision: HEAD
6 6
7Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][toolchain-layer]' in the subject' 7Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][toolchain-layer]' in the subject'
8 8
9When sending single patches, please use something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][toolchain-layer][PATCH' 9When sending single patches, please use something like:
10'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][toolchain-layer][PATCH'
10 11
11You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI. 12You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
12 13