summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-10-11 15:06:44 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-15 15:14:32 +0100
commit659d9d3f52bad33d7aa1c63e25681d193416d76e (patch)
tree86493a7f7c9a68eaf074b474f807e27cd3a1fca3
parent6e9197700e95e04a2b318f93a62e3cf8df31eb74 (diff)
downloadmeta-openembedded-659d9d3f52bad33d7aa1c63e25681d193416d76e.tar.gz
meta-openembedded: Add me to morty maintainer's list
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-efl/README10
-rw-r--r--meta-filesystems/README10
-rw-r--r--meta-gnome/README10
-rw-r--r--meta-gpe/README9
-rw-r--r--meta-initramfs/README8
-rw-r--r--meta-multimedia/README11
-rw-r--r--meta-networking/MAINTAINERS5
-rw-r--r--meta-networking/README6
-rw-r--r--meta-oe/README9
-rw-r--r--meta-perl/README7
-rw-r--r--meta-python/README12
-rw-r--r--meta-ruby/README10
-rw-r--r--meta-systemd/README10
-rw-r--r--meta-webserver/README9
-rw-r--r--meta-xfce/README9
15 files changed, 73 insertions, 62 deletions
diff --git a/meta-efl/README b/meta-efl/README
index cfffc4723..e84007647 100644
--- a/meta-efl/README
+++ b/meta-efl/README
@@ -1,18 +1,18 @@
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: morty
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-python 8layers: meta-oe, meta-python
9branch: master 9branch: morty
10revision: HEAD 10revision: HEAD
11 11
12Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-efl]' in the subject' 12Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-efl]' in the subject'
13 13
14When sending single patches, please using something like: 14When sending single patches, please using something like:
15'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-efl][PATCH' 15'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-efl][morty][PATCH'
16 16
17Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net> 17morty branch maintainer(s):
18 Martin Jansa <martin.jansa@gmail.com> 18Armin Kuster <akuster808@gmail.com>
diff --git a/meta-filesystems/README b/meta-filesystems/README
index d2716f8f1..0a8f6cfbd 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: morty
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: morty
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: morty
22 22
23Patches 23Patches
24======= 24=======
@@ -66,8 +66,10 @@ When sending single patches, please use something like:
66 66
67 git send-email -1 -M \ 67 git send-email -1 -M \
68 --to openembedded-devel@lists.openembedded.org \ 68 --to openembedded-devel@lists.openembedded.org \
69 --subject-prefix=meta-filesystems][PATCH 69 --subject-prefix=meta-filesystems][morty][PATCH
70 70
71morty branch maintainer(s):
72Armin Kuster <akuster808@gmail.com>
71 73
72Table of Contents 74Table of Contents
73================= 75=================
diff --git a/meta-gnome/README b/meta-gnome/README
index 0c4fbd2a5..143173727 100644
--- a/meta-gnome/README
+++ b/meta-gnome/README
@@ -1,16 +1,18 @@
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: morty
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: morty
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]' 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][morty][PATCH'
15
16morty branch maintainer(s):
17Armin Kuster <akuster808@gmail.com>
15 18
16Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>
diff --git a/meta-gpe/README b/meta-gpe/README
index 7d019f63a..af7d98f01 100644
--- a/meta-gpe/README
+++ b/meta-gpe/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: morty
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: morty
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]' in the subject'
@@ -13,5 +13,6 @@ Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]
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][PATCH'
15 15
16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net> 16morty branch maintainer(s):
17 Martin Jansa <martin.jansa@gmail.com> 17Armin Kuster <akuster808@gmail.com>
18
diff --git a/meta-initramfs/README b/meta-initramfs/README
index e24acf993..906a85983 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: morty
16revision: HEAD 16revision: HEAD
17 17
18 18
@@ -23,10 +23,10 @@ Send 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: 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][morty][PATCH'
27 27
28Layer maintainers: Andrea Adami <andrea.adami@gmail.com> 28morty branch maintainer(s):
29 Paul Eggleton <paul.eggleton@linux.intel.com> 29Armin Kuster <akuster808@gmail.com>
30 30
31 31
32License 32License
diff --git a/meta-multimedia/README b/meta-multimedia/README
index cbdc1b545..c540bed6f 100644
--- a/meta-multimedia/README
+++ b/meta-multimedia/README
@@ -1,21 +1,20 @@
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: morty
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: morty
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]' 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][morty][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> 19morty branch maintainer(s):
20 Martin Jansa <martin.jansa@gmail.com> 20Armin Kuster <akuster808@gmail.com>
21
diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS
index bbb2d1b5b..53593ae03 100644
--- a/meta-networking/MAINTAINERS
+++ b/meta-networking/MAINTAINERS
@@ -8,10 +8,13 @@ When 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][morty][PATCH
12 12
13You may also contact the maintainers directly. 13You may also contact the maintainers directly.
14 14
15morty branch maintainer(s):
16Armin Kuster <akuster808@gmail.com>
17
15Descriptions of section entries: 18Descriptions of section entries:
16 19
17 M: Mail patches to: FullName <address@domain> 20 M: Mail patches to: FullName <address@domain>
diff --git a/meta-networking/README b/meta-networking/README
index e1ba27d83..329db4fd8 100644
--- a/meta-networking/README
+++ b/meta-networking/README
@@ -18,19 +18,19 @@ Dependencies
18This layer depends on: 18This layer depends on:
19 19
20URI: git://github.com/openembedded/openembedded-core.git 20URI: git://github.com/openembedded/openembedded-core.git
21branch: master 21branch: morty
22revision: HEAD 22revision: HEAD
23 23
24For some recipes, the meta-oe layer is required: 24For some recipes, the meta-oe layer is required:
25 25
26URI: git://github.com/openembedded/meta-openembedded.git 26URI: git://github.com/openembedded/meta-openembedded.git
27subdirectory: meta-oe 27subdirectory: meta-oe
28branch: master 28branch: morty
29revision: HEAD 29revision: HEAD
30 30
31URI: git://github.com/openembedded/meta-openembedded.git 31URI: git://github.com/openembedded/meta-openembedded.git
32subdirectory: meta-python 32subdirectory: meta-python
33branch: master 33branch: morty
34revision: HEAD 34revision: HEAD
35 35
36Maintenance 36Maintenance
diff --git a/meta-oe/README b/meta-oe/README
index 6ad87c52b..a4fc10e79 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -1,15 +1,16 @@
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: morty
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]' 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][morty][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> 14morty branch maintainer(s):
15 Martin Jansa <martin.jansa@gmail.com> 15Armin Kuster <akuster808@gmail.com>
16
diff --git a/meta-perl/README b/meta-perl/README
index 68160a628..1f6d9a6ed 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: morty
56 revision: HEAD 56 revision: HEAD
57 prio: default 57 prio: default
58 58
@@ -78,9 +78,10 @@ Send patches / pull requests to openembedded-devel@lists.openembedded.org with
78'[meta-perl]' in the subject. 78'[meta-perl]' 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][morty][PATCH'
82 82
83Layer maintainer: Hongxu Jia <hongxu.jia@windriver.com> 83morty branch maintainer(s):
84Armin Kuster <akuster808@gmail.com>
84 85
85License 86License
86------- 87-------
diff --git a/meta-python/README b/meta-python/README
index 905d5ee5e..74061844c 100644
--- a/meta-python/README
+++ b/meta-python/README
@@ -17,12 +17,12 @@ The meta-python layer depends on:
17 17
18 URI: git://git.openembedded.org/openembedded-core 18 URI: git://git.openembedded.org/openembedded-core
19 layers: meta 19 layers: meta
20 branch: master 20 branch: morty
21 revision: HEAD 21 revision: HEAD
22 22
23 URI: git://git.openembedded.org/meta-openembedded 23 URI: git://git.openembedded.org/meta-openembedded
24 layers: meta-oe 24 layers: meta-oe
25 branch: master 25 branch: morty
26 revision: HEAD 26 revision: HEAD
27 27
28Please follow the recommended setup procedures of your OE distribution. 28Please follow the recommended setup procedures of your OE distribution.
@@ -42,13 +42,11 @@ Send pull requests to openembedded-devel@lists.openembedded.org with
42'[meta-python]' in the subject. 42'[meta-python]' in the subject.
43 43
44When sending single patches, please use something like: 44When sending single patches, please use something like:
45'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][PATCH' 45'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][morty][PATCH'
46 46
47Maintenance 47Maintenance
48------------------------- 48-------------------------
49 49
50Maintainers: 50morty branch maintainer(s):
51 Tim "moto-timo" Orling <TicoTimo@gmail.com> 51Armin Kuster <akuster808@gmail.com>
52 Paul "bluelightning" Eggleton <paul.eggleton@linux.intel.com>
53 Derek Straka <derek@asterius.io>
54 52
diff --git a/meta-ruby/README b/meta-ruby/README
index 08e0aa7eb..5ce01bc5d 100644
--- a/meta-ruby/README
+++ b/meta-ruby/README
@@ -1,16 +1,18 @@
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: morty
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: morty
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]' 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][morty][PATCH'
15
16morty branch maintainer(s):
17Armin Kuster <akuster808@gmail.com>
15 18
16Layer maintainer: Armin Kuster <akuster808@gmail.com>
diff --git a/meta-systemd/README b/meta-systemd/README
index 2cd90b415..073afae30 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: morty
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: morty
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
@@ -18,9 +18,9 @@ $[LAYERDIR}/<layer name>/recipes-<group-name>/<recipe-name>/<recipe-name>.bbappe
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: 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][morty][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> 25morty branch maintainer(s):
26 Martin Jansa <martin.jansa@gmail.com> 26Armin Kuster <akuster808@gmail.com>
diff --git a/meta-webserver/README b/meta-webserver/README
index 379b54a02..1a63dcc6e 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: morty
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: morty
24revision: HEAD 24revision: HEAD
25 25
26 26
@@ -52,9 +52,10 @@ Maintenance
52----------- 52-----------
53 53
54Send patches / pull requests to openembedded-devel@lists.openembedded.org 54Send patches / pull requests to openembedded-devel@lists.openembedded.org
55with '[meta-webserver]' in the subject. 55with '[meta-webserver][morty]' in the subject.
56 56
57Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com> 57morty branch maintainer(s):
58Armin Kuster <akuster808@gmail.com>
58 59
59 60
60License 61License
diff --git a/meta-xfce/README b/meta-xfce/README
index 33ef5096e..5291c82f2 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: morty
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: morty
9revision: HEAD 9revision: HEAD
10meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository. 10meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository.
11 11
@@ -17,6 +17,7 @@ BBMASK = "meta-xfce/recipes-multimedia"
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: 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][morty][PATCH'
21 21
22Interim layer maintainer: Andreas Müller <schnitzeltony@googlemail.com> 22morty branch maintainer(s):
23Armin Kuster <akuster808@gmail.com>