summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2014-06-16 16:19:55 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-23 12:58:26 +0200
commit5dc200e6c949cbd603d0c8a1b127b1145e713477 (patch)
tree43b36a08e1eb0b2d4751182e7d607ddda690afdb
parentdca466c074c9a35bc0133e7e0d65cca0731e2acf (diff)
downloadmeta-openembedded-5dc200e6c949cbd603d0c8a1b127b1145e713477.tar.gz
update maintainer info in README's for daisy
Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-efl/README15
-rw-r--r--meta-filesystems/README15
-rw-r--r--meta-gnome/README15
-rw-r--r--meta-gpe/README15
-rw-r--r--meta-initramfs/README12
-rw-r--r--meta-multimedia/README14
-rw-r--r--meta-networking/MAINTAINERS11
-rw-r--r--meta-networking/README4
-rw-r--r--meta-oe/README13
-rw-r--r--meta-perl/README13
-rw-r--r--meta-ruby/README15
-rw-r--r--meta-systemd/README15
-rw-r--r--meta-webserver/README13
-rw-r--r--meta-xfce/README15
-rw-r--r--toolchain-layer/README12
15 files changed, 146 insertions, 51 deletions
diff --git a/meta-efl/README b/meta-efl/README
index f8b929e66..cb44eb791 100644
--- a/meta-efl/README
+++ b/meta-efl/README
@@ -1,17 +1,24 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: HEAD
6 6
7URI: git://github.com/openembedded/meta-oe.git 7URI: git://github.com/openembedded/meta-oe.git
8branch: master 8branch: daisy
9revision: HEAD 9revision: 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][daisy]' in the subject'
12 12
13When sending single patches, please using something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-efl][daisy][PATCH'
15 15
16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net> 16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net>
17 Martin Jansa <martin.jansa@gmail.com> 17 Martin Jansa <martin.jansa@gmail.com>
18
19Daisy branch maintainers:
20 Cliff Brake <cliff.brake@gmail.com>
21 Otavio Salvador <otavio@ossystems.com.br>
22 Armin Kuster <akuster808@gmail.com>
23
24Prefix email subject with: [daisy]
diff --git a/meta-filesystems/README b/meta-filesystems/README
index d2716f8f1..2e870fc73 100644
--- a/meta-filesystems/README
+++ b/meta-filesystems/README
@@ -10,15 +10,15 @@ Dependencies
10This layer depends on: 10This layer depends on:
11 11
12 URI: git://git.openembedded.org/bitbake 12 URI: git://git.openembedded.org/bitbake
13 branch: master 13 branch: 1.22
14 14
15 URI: git://git.openembedded.org/openembedded-core 15 URI: git://git.openembedded.org/openembedded-core
16 layers: meta 16 layers: meta
17 branch: master 17 branch: daisy
18 18
19 URI: git://git.openembedded.org/meta-openembedded 19 URI: git://git.openembedded.org/meta-openembedded
20 layers: meta-oe 20 layers: meta-oe
21 branch: master 21 branch: daisy
22 22
23Patches 23Patches
24======= 24=======
@@ -27,6 +27,13 @@ Please submit any patches against the filesystems layer to the
27OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org) 27OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org)
28with '[meta-filesystems]' in the subject. 28with '[meta-filesystems]' in the subject.
29 29
30Daisy branch maintainers:
31 Cliff Brake <cliff.brake@gmail.com>
32 Otavio Salvador <otavio@ossystems.com.br>
33 Armin Kuster <akuster808@gmail.com>
34
35Prefix email subject with: [daisy]
36
30Maintainers List: 37Maintainers List:
31 physfs Andreas Müller <schnitzeltony@googlemail.com> 38 physfs Andreas Müller <schnitzeltony@googlemail.com>
32 39
@@ -66,7 +73,7 @@ When sending single patches, please use something like:
66 73
67 git send-email -1 -M \ 74 git send-email -1 -M \
68 --to openembedded-devel@lists.openembedded.org \ 75 --to openembedded-devel@lists.openembedded.org \
69 --subject-prefix=meta-filesystems][PATCH 76 --subject-prefix=meta-filesystems][daisy][PATCH
70 77
71 78
72Table of Contents 79Table of Contents
diff --git a/meta-gnome/README b/meta-gnome/README
index 0c4fbd2a5..188096ab9 100644
--- a/meta-gnome/README
+++ b/meta-gnome/README
@@ -1,16 +1,23 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: HEAD
6 6
7URI: git://github.com/openembedded/meta-oe.git 7URI: git://github.com/openembedded/meta-oe.git
8branch: master 8branch: daisy
9revision: HEAD 9revision: 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][daisy]' in the subject'
12 12
13When sending single patches, please using something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][daisy][PATCH'
15 15
16Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com> 16Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>
17
18Daisy branch maintainers:
19 Cliff Brake <cliff.brake@gmail.com>
20 Otavio Salvador <otavio@ossystems.com.br>
21 Armin Kuster <akuster808@gmail.com>
22
23Prefix email subject with: [daisy]
diff --git a/meta-gpe/README b/meta-gpe/README
index 7d019f63a..b03957a05 100644
--- a/meta-gpe/README
+++ b/meta-gpe/README
@@ -1,17 +1,24 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: HEAD
6 6
7URI: git://github.com/openembedded/meta-oe.git 7URI: git://github.com/openembedded/meta-oe.git
8branch: master 8branch: daisy
9revision: HEAD 9revision: 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][daisy]' in the subject'
12 12
13When sending single patches, please using something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gpe][daisy][PATCH'
15 15
16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net> 16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net>
17 Martin Jansa <martin.jansa@gmail.com> 17 Martin Jansa <martin.jansa@gmail.com>
18
19Daisy branch maintainers:
20 Cliff Brake <cliff.brake@gmail.com>
21 Otavio Salvador <otavio@ossystems.com.br>
22 Armin Kuster <akuster808@gmail.com>
23
24Prefix email subject with: [daisy]
diff --git a/meta-initramfs/README b/meta-initramfs/README
index e24acf993..9ae5ccdd7 100644
--- a/meta-initramfs/README
+++ b/meta-initramfs/README
@@ -12,7 +12,7 @@ Dependencies
12This layer depends on: 12This layer depends on:
13 13
14URI: git://github.com/openembedded/oe-core.git 14URI: git://github.com/openembedded/oe-core.git
15branch: master 15branch: daisy
16revision: HEAD 16revision: HEAD
17 17
18 18
@@ -20,14 +20,20 @@ Maintenance
20----------- 20-----------
21 21
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][daisy]' in the subject.
24 24
25When sending single patches, please using something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][daisy][PATCH'
27 27
28Layer maintainers: Andrea Adami <andrea.adami@gmail.com> 28Layer maintainers: Andrea Adami <andrea.adami@gmail.com>
29 Paul Eggleton <paul.eggleton@linux.intel.com> 29 Paul Eggleton <paul.eggleton@linux.intel.com>
30 30
31Daisy branch maintainers:
32 Cliff Brake <cliff.brake@gmail.com>
33 Otavio Salvador <otavio@ossystems.com.br>
34 Armin Kuster <akuster808@gmail.com>
35
36Prefix email subject with: [daisy]
31 37
32License 38License
33------- 39-------
diff --git a/meta-multimedia/README b/meta-multimedia/README
index cbdc1b545..cdbf34940 100644
--- a/meta-multimedia/README
+++ b/meta-multimedia/README
@@ -1,21 +1,27 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: HEAD
6 6
7URI: git://github.com/openembedded/meta-oe.git 7URI: git://github.com/openembedded/meta-oe.git
8layers: meta-oe, meta-ruby 8layers: meta-oe, meta-ruby
9branch: master 9branch: daisy
10revision: HEAD 10revision: HEAD
11 11
12Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject' 12Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia][daisy]' in the subject'
13 13
14When sending single patches, please use something like: 14When sending single patches, please use something like:
15'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH 15'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][daisy][PATCH
16 16
17You 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. 17You 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.
18 18
19Main layer maintainers: Koen Kooi <koen@dominion.thruhere.net> 19Main layer maintainers: Koen Kooi <koen@dominion.thruhere.net>
20 Martin Jansa <martin.jansa@gmail.com> 20 Martin Jansa <martin.jansa@gmail.com>
21 21
22Daisy branch maintainers:
23 Cliff Brake <cliff.brake@gmail.com>
24 Otavio Salvador <otavio@ossystems.com.br>
25 Armin Kuster <akuster808@gmail.com>
26
27Prefix email subject with: [daisy]
diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS
index 953e6035a..cf7ad0bc8 100644
--- a/meta-networking/MAINTAINERS
+++ b/meta-networking/MAINTAINERS
@@ -2,13 +2,13 @@ This file contains a list of maintainers for the meta-networking layer.
2 2
3Please submit any patches against meta-networking to the OpenEmbedded 3Please submit any patches against meta-networking to the OpenEmbedded
4development mailing list (openembedded-devel@lists.openembedded.org) with 4development mailing list (openembedded-devel@lists.openembedded.org) with
5'[meta-networking]' in the subject. 5'[meta-networking][daisy]' in the subject.
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 -M \ 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][daisy][PATCH
12 12
13You may also contact the maintainers directly. 13You may also contact the maintainers directly.
14 14
@@ -25,6 +25,13 @@ Please keep this list in alphabetical order.
25 25
26Maintainers List (try to look for most precise areas first) 26Maintainers List (try to look for most precise areas first)
27 27
28Daisy branch maintainers:
29 Cliff Brake <cliff.brake@gmail.com>
30 Otavio Salvador <otavio@ossystems.com.br>
31 Armin Kuster <akuster808@gmail.com>
32
33Prefix email subject with: [daisy]
34
28COMMON 35COMMON
29M: Joe MacDonald <joe.macdonald@windriver.com> 36M: Joe MacDonald <joe.macdonald@windriver.com>
30F: conf 37F: conf
diff --git a/meta-networking/README b/meta-networking/README
index 872b013cc..925dccf68 100644
--- a/meta-networking/README
+++ b/meta-networking/README
@@ -18,11 +18,11 @@ Dependencies
18This layer depends on: 18This layer depends on:
19 19
20URI: git://github.com/openembedded/oe-core.git 20URI: git://github.com/openembedded/oe-core.git
21branch: master 21branch: daisy
22revision: HEAD 22revision: HEAD
23 23
24Maintenance 24Maintenance
25----------- 25-----------
26 26
27Please see the MAINTAINERS file for information on contacting the 27Please see the MAINTAINERS file for information on contacting the
28maintainers of this layer, as well as instructions for submitting patches. 28maintainers of this layer, as well as instructions for submitting patches.
diff --git a/meta-oe/README b/meta-oe/README
index 6ad87c52b..fada50f3a 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -1,15 +1,22 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: 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][daisy]' in the subject'
8 8
9When sending single patches, please use something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][daisy][PATCH'
11 11
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. 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.
13 13
14Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net> 14Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
15 Martin Jansa <martin.jansa@gmail.com> 15 Martin Jansa <martin.jansa@gmail.com>
16
17Daisy branch maintainers:
18 Cliff Brake <cliff.brake@gmail.com>
19 Otavio Salvador <otavio@ossystems.com.br>
20 Armin Kuster <akuster808@gmail.com>
21
22Prefix email subject with: [daisy]
diff --git a/meta-perl/README b/meta-perl/README
index 68160a628..eca99e0bb 100644
--- a/meta-perl/README
+++ b/meta-perl/README
@@ -52,7 +52,7 @@ Dependencies
52This layer depends on: 52This layer depends on:
53 53
54 URI: git://git.openembedded.org/openembedded-core 54 URI: git://git.openembedded.org/openembedded-core
55 branch: master 55 branch: daisy
56 revision: HEAD 56 revision: HEAD
57 prio: default 57 prio: default
58 58
@@ -75,13 +75,20 @@ Maintenance
75----------- 75-----------
76 76
77Send patches / pull requests to openembedded-devel@lists.openembedded.org with 77Send patches / pull requests to openembedded-devel@lists.openembedded.org with
78'[meta-perl]' in the subject. 78'[meta-perl][daisy]' in the subject.
79 79
80When sending single patches, please using something like: 80When sending single patches, please using something like:
81'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-perl][PATCH' 81'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-perl][daisy][PATCH'
82 82
83Layer maintainer: Hongxu Jia <hongxu.jia@windriver.com> 83Layer maintainer: Hongxu Jia <hongxu.jia@windriver.com>
84 84
85Daisy branch maintainers:
86 Cliff Brake <cliff.brake@gmail.com>
87 Otavio Salvador <otavio@ossystems.com.br>
88 Armin Kuster <akuster808@gmail.com>
89
90Prefix email subject with: [daisy]
91
85License 92License
86------- 93-------
87 94
diff --git a/meta-ruby/README b/meta-ruby/README
index 99cd9bc8a..c44fef885 100644
--- a/meta-ruby/README
+++ b/meta-ruby/README
@@ -1,16 +1,23 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: HEAD
6 6
7URI: git://github.com/openembedded/meta-oe.git 7URI: git://github.com/openembedded/meta-oe.git
8branch: master 8branch: daisy
9revision: HEAD 9revision: HEAD
10 10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-ruby]' in the subject' 11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-ruby][daisy]' in the subject'
12 12
13When sending single patches, please using something like: 13When sending single patches, please using something like:
14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-ruby][PATCH' 14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-ruby][daisy][PATCH'
15 15
16Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com> 16Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>
17
18Daisy branch maintainers:
19 Cliff Brake <cliff.brake@gmail.com>
20 Otavio Salvador <otavio@ossystems.com.br>
21 Armin Kuster <akuster808@gmail.com>
22
23Prefix email subject with: [daisy]
diff --git a/meta-systemd/README b/meta-systemd/README
index 2cd90b415..37ea1b256 100644
--- a/meta-systemd/README
+++ b/meta-systemd/README
@@ -1,13 +1,13 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: HEAD
6 6
7And we're working to break the dependency on this one: 7And we're working to break the dependency on this one:
8 8
9URI: git://github.com/openembedded/meta-oe.git 9URI: git://github.com/openembedded/meta-oe.git
10branch: master 10branch: daisy
11revision: HEAD 11revision: HEAD
12 12
13To make BBMASK'ing per layer possible the following directory structure is 13To make BBMASK'ing per layer possible the following directory structure is
@@ -15,12 +15,19 @@ used:
15 15
16$[LAYERDIR}/<layer name>/recipes-<group-name>/<recipe-name>/<recipe-name>.bbappend 16$[LAYERDIR}/<layer name>/recipes-<group-name>/<recipe-name>/<recipe-name>.bbappend
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][daisy]' in the subject'
19 19
20When sending single patches, please use something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][meta-systemd][daisy][PATCH'
22 22
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. 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.
24 24
25Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net> 25Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
26 Martin Jansa <martin.jansa@gmail.com> 26 Martin Jansa <martin.jansa@gmail.com>
27
28Daisy branch maintainers:
29 Cliff Brake <cliff.brake@gmail.com>
30 Otavio Salvador <otavio@ossystems.com.br>
31 Armin Kuster <akuster808@gmail.com>
32
33Prefix email subject with: [daisy]
diff --git a/meta-webserver/README b/meta-webserver/README
index f3fe73555..2a035f3a7 100644
--- a/meta-webserver/README
+++ b/meta-webserver/README
@@ -13,14 +13,14 @@ This layer depends on:
13 13
14URI: git://github.com/openembedded/oe-core.git 14URI: git://github.com/openembedded/oe-core.git
15subdirectory: meta 15subdirectory: meta
16branch: master 16branch: daisy
17revision: HEAD 17revision: HEAD
18 18
19For some recipes, the meta-oe layer is required: 19For some recipes, the meta-oe layer is required:
20 20
21URI: git://github.com/openembedded/meta-oe.git 21URI: git://github.com/openembedded/meta-oe.git
22subdirectory: meta-oe 22subdirectory: meta-oe
23branch: master 23branch: daisy
24revision: HEAD 24revision: HEAD
25 25
26 26
@@ -38,10 +38,17 @@ Maintenance
38----------- 38-----------
39 39
40Send patches / pull requests to openembedded-devel@lists.openembedded.org 40Send patches / pull requests to openembedded-devel@lists.openembedded.org
41with '[meta-webserver]' in the subject. 41with '[meta-webserver][daisy]' in the subject.
42 42
43Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com> 43Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com>
44 44
45Daisy branch maintainers:
46 Cliff Brake <cliff.brake@gmail.com>
47 Otavio Salvador <otavio@ossystems.com.br>
48 Armin Kuster <akuster808@gmail.com>
49
50Prefix email subject with: [daisy]
51
45 52
46License 53License
47------- 54-------
diff --git a/meta-xfce/README b/meta-xfce/README
index e34688895..4c7abe465 100644
--- a/meta-xfce/README
+++ b/meta-xfce/README
@@ -1,11 +1,11 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: HEAD
6 6
7URI: git://github.com/openembedded/meta-oe.git 7URI: git://github.com/openembedded/meta-oe.git
8branch: master 8branch: daisy
9revision: HEAD 9revision: HEAD
10meta-xfce depends on meta-oe and meta-multimedia in this repository. 10meta-xfce depends on meta-oe and meta-multimedia in this repository.
11 11
@@ -14,9 +14,16 @@ this to local.conf:
14 14
15BBMASK = "meta-xfce/recipes-multimedia" 15BBMASK = "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][daisy]' in the subject'
18 18
19When sending single patches, please using something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-xfce][daisy][PATCH'
21 21
22Interim layer maintainer: Andreas Müller <schnitzeltony@googlemail.com> 22Interim layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>
23
24Daisy branch maintainers:
25 Cliff Brake <cliff.brake@gmail.com>
26 Otavio Salvador <otavio@ossystems.com.br>
27 Armin Kuster <akuster808@gmail.com>
28
29Prefix email subject with: [daisy]
diff --git a/toolchain-layer/README b/toolchain-layer/README
index 7af26ec93..1af22c1c8 100644
--- a/toolchain-layer/README
+++ b/toolchain-layer/README
@@ -1,15 +1,21 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://github.com/openembedded/oe-core.git 3URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: daisy
5revision: HEAD 5revision: 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][daisy]' in the subject'
8 8
9When sending single patches, please use something like: 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'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][toolchain-layer][daisy][PATCH'
11 11
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. 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.
13 13
14Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net> 14Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
15 15
16Daisy branch maintainers:
17 Cliff Brake <cliff.brake@gmail.com>
18 Otavio Salvador <otavio@ossystems.com.br>
19 Armin Kuster <akuster808@gmail.com>
20
21Prefix email subject with: [daisy]