summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-05-03 21:42:27 -0700
committerKhem Raj <raj.khem@gmail.com>2020-05-05 16:47:34 -0700
commita62ad77973b16daac1cbaa03cbda3c6b9b91f2ff (patch)
treee134554f4be3667662fa95326ebb08e1c1d03506
parent679bb4912613f3860e8527557602251e5e5f2c41 (diff)
downloadmeta-openembedded-a62ad77973b16daac1cbaa03cbda3c6b9b91f2ff.tar.gz
README: updated Maintainers list for Dunfell
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--README2
-rw-r--r--meta-filesystems/README10
-rw-r--r--meta-gnome/README10
-rw-r--r--meta-initramfs/README8
-rw-r--r--meta-multimedia/README10
-rw-r--r--meta-networking/MAINTAINERS32
-rw-r--r--meta-networking/README6
-rw-r--r--meta-oe/README8
-rw-r--r--meta-perl/README10
-rw-r--r--meta-python/README12
-rw-r--r--meta-webserver/README8
-rw-r--r--meta-xfce/README10
12 files changed, 48 insertions, 78 deletions
diff --git a/README b/README
index 7318f09cd..e8b30de36 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
1Collection of layers for the OE-core universe 1Collection of layers for the OE-core universe
2 2
3Main layer maintainer: Khem Raj <raj.khem@gmail.com> 3dunfell maintainer: Armin Kuster <akuster808@gmail.com>
4 4
5This repository is a collection of layers to suppliment OE-Core 5This repository is a collection of layers to suppliment OE-Core
6with additional packages, Each layer have designated maintainer 6with additional packages, Each layer have designated maintainer
diff --git a/meta-filesystems/README b/meta-filesystems/README
index edcf8bfee..4731d216f 100644
--- a/meta-filesystems/README
+++ b/meta-filesystems/README
@@ -11,26 +11,26 @@ This layer depends on:
11 11
12 URI: git://git.openembedded.org/openembedded-core 12 URI: git://git.openembedded.org/openembedded-core
13 layers: meta 13 layers: meta
14 branch: master 14 branch: dunfell
15 15
16 URI: git://git.openembedded.org/meta-openembedded 16 URI: git://git.openembedded.org/meta-openembedded
17 layers: meta-oe 17 layers: meta-oe
18 branch: master 18 branch: dunfell
19 19
20Patches 20Patches
21======= 21=======
22 22
23Please submit any patches against the filesystems layer to the 23Please submit any patches against the filesystems layer to the
24OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org) 24OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org)
25with '[meta-filesystems]' in the subject. 25with '[meta-filesystems][dunfell]' in the subject.
26 26
27Layer maintainer: Khem Raj <raj.khem@gmail.com> 27dunfell maintainer: Armin Kuster <akuster808@gmail.com>
28 28
29When sending single patches, please use something like: 29When sending single patches, please use something like:
30 30
31 git send-email -1 -M \ 31 git send-email -1 -M \
32 --to openembedded-devel@lists.openembedded.org \ 32 --to openembedded-devel@lists.openembedded.org \
33 --subject-prefix=meta-filesystems][PATCH 33 --subject-prefix=meta-filesystems][dunfell][PATCH
34 34
35 35
36Table of Contents 36Table of Contents
diff --git a/meta-gnome/README b/meta-gnome/README
index a11815fb1..6fdc5cf71 100644
--- a/meta-gnome/README
+++ b/meta-gnome/README
@@ -3,16 +3,16 @@ Dependencies
3This layer depends on: 3This layer depends on:
4 4
5URI: git://github.com/openembedded/oe-core.git 5URI: git://github.com/openembedded/oe-core.git
6branch: master 6branch: dunfell
7revision: HEAD 7revision: HEAD
8 8
9URI: git://github.com/openembedded/meta-oe.git 9URI: git://github.com/openembedded/meta-oe.git
10branch: master 10branch: dunfell
11revision: HEAD 11revision: HEAD
12 12
13Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject' 13Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome][dunfell]' in the subject'
14 14
15When sending single patches, please using something like: 15When sending single patches, please using something like:
16'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH' 16'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][dunfell][PATCH'
17 17
18Layer maintainer: Andreas Müller <schnitzeltony@gmail.com> 18maintainer: Armin Kuster <akuster808@gmail.com>
diff --git a/meta-initramfs/README b/meta-initramfs/README
index 79244d43f..6d927fffa 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: dunfell
16revision: HEAD 16revision: HEAD
17 17
18 18
@@ -20,12 +20,12 @@ 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][dunfell]' 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][dunfell][PATCH'
27 27
28Interm layer maintainer: Khem Raj <raj.khem@gmail.com> 28dunfell maintainer: Armin Kuster <akuster808@gmail.com>
29 29
30 30
31License 31License
diff --git a/meta-multimedia/README b/meta-multimedia/README
index 3c4b1af7f..1c08f9d9f 100644
--- a/meta-multimedia/README
+++ b/meta-multimedia/README
@@ -1,19 +1,19 @@
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: dunfell
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 8layers: meta-oe
9branch: master 9branch: dunfell
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][dunfell]' 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][dunfell][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
19Layer maintainer: Andreas Müller <schnitzeltony@gmail.com> 19dunfell maintainer: Armin Kuster <akuster808@gmail.com>
diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS
index 5c4c4ce05..3e151b821 100644
--- a/meta-networking/MAINTAINERS
+++ b/meta-networking/MAINTAINERS
@@ -2,38 +2,12 @@ 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][dunfell]' 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][dunfell][PATCH
12 12
13You may also contact the maintainers directly. 13dunfell Maintainer: Armin Kuster <akuster808@gmail.com>
14
15Descriptions of section entries:
16
17 M: Mail patches to: FullName <address@domain>
18 F: Files and directories with wildcard patterns.
19 A trailing slash includes all files and subdirectory files.
20 F: recipes-devtools/ all files in and below recipes-devtools
21 F: recipes-selinux/* all files in recipes-selinux, but not below
22 One pattern per line. Multiple F: lines acceptable.
23
24Please keep this list in alphabetical order.
25
26Maintainers List (try to look for most precise areas first)
27
28COMMON
29M: Khem Raj <raj.khem@gmail.com>
30M: "Joe MacDonald (backup)" <joe@deserted.net>
31L: openembedded-devel@lists.openembedded.org
32Q: https://patchwork.openembedded.org/project/oe/
33S: Maintained
34F: conf
35F: recipes-*
36
37NETKIT
38M: Armin Kuster <akuster808@gmail.com>
39F: recipes-netkit
diff --git a/meta-networking/README b/meta-networking/README
index e1ba27d83..52e7c7960 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: dunfell
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: dunfell
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: dunfell
34revision: HEAD 34revision: HEAD
35 35
36Maintenance 36Maintenance
diff --git a/meta-oe/README b/meta-oe/README
index 347816b0d..10583aef2 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -4,7 +4,7 @@ meta-oe
4This layer depends on: 4This layer depends on:
5 5
6URI: git://github.com/openembedded/openembedded-core.git 6URI: git://github.com/openembedded/openembedded-core.git
7branch: master 7branch: dunfell
8revision: HEAD 8revision: HEAD
9 9
10luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit 10luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
@@ -14,10 +14,10 @@ e.g. on archlinux based distributions install prerequisites like below
14 14
15pacman -S lib32-gcc-libs lib32-glibc 15pacman -S lib32-gcc-libs lib32-glibc
16 16
17Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 17Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][dunfell]' in the subject'
18 18
19When sending single patches, please use something like: 19When sending single patches, please use something like:
20'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH' 20'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][dunfell][PATCH'
21 21
22You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core 22You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
23to share your patches, this is preferred for patch sets consisting of more than one patch. 23to share your patches, this is preferred for patch sets consisting of more than one patch.
@@ -26,4 +26,4 @@ Other services like gitorious, repo.or.cz or self-hosted setups are of course ac
26'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy 26'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
27to use, has been proven to be reliable and has a really good web GUI. 27to use, has been proven to be reliable and has a really good web GUI.
28 28
29layer maintainer: Khem Raj <raj.khem@gmail.com> 29dunfell maintainer: Armin Kuster <akuster808@gmail.com>
diff --git a/meta-perl/README b/meta-perl/README
index 67f291079..fed2da345 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: dunfell
56 revision: HEAD 56 revision: HEAD
57 prio: default 57 prio: default
58 58
@@ -75,14 +75,12 @@ 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][dunfell]' 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][dunfell][PATCH'
82 82
83Layer maintainers: 83dunfell maintainers: Armin kuster <akuster808@gmail.com>
84 Hongxu Jia <hongxu.jia@windriver.com>
85 Tim "moto-timo" Orling <ticotimo@gmail.com>
86 84
87License 85License
88------- 86-------
diff --git a/meta-python/README b/meta-python/README
index 705b035d9..237dff302 100644
--- a/meta-python/README
+++ b/meta-python/README
@@ -13,12 +13,12 @@ The meta-python layer depends on:
13 13
14 URI: git://git.openembedded.org/openembedded-core 14 URI: git://git.openembedded.org/openembedded-core
15 layers: meta 15 layers: meta
16 branch: master 16 branch: dunfell
17 revision: HEAD 17 revision: HEAD
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: dunfell
22 revision: HEAD 22 revision: HEAD
23 23
24Please follow the recommended setup procedures of your OE distribution. 24Please follow the recommended setup procedures of your OE distribution.
@@ -35,15 +35,13 @@ comments and patch review. It is subscriber only, so please register
35before posting. 35before posting.
36 36
37Send pull requests to openembedded-devel@lists.openembedded.org with 37Send pull requests to openembedded-devel@lists.openembedded.org with
38'[meta-python]' in the subject. 38'[meta-python][dunfell]' in the subject.
39 39
40When sending single patches, please use something like: 40When sending single patches, please use something like:
41'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][PATCH' 41'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][dunfell][PATCH'
42 42
43Maintenance 43Maintenance
44------------------------- 44-------------------------
45 45
46Layer Maintainers: 46dunfell Maintainers: Armin Kuster <akuster808@gmail.com>
47 Tim "moto-timo" Orling <TicoTimo@gmail.com>
48 Derek Straka <derek@asterius.io>
49 47
diff --git a/meta-webserver/README b/meta-webserver/README
index 7b6063070..7adeff833 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: dunfell
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: dunfell
24revision: HEAD 24revision: HEAD
25 25
26 26
@@ -52,9 +52,9 @@ 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][dunfell]' in the subject.
56 56
57Layer maintainer: Derek Straka <derek@asterius.io> 57dunfell Maintainer: Armin Kuster <akuster808@gmail.com>
58 58
59 59
60License 60License
diff --git a/meta-xfce/README b/meta-xfce/README
index 70ad47a2d..eaa17175d 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: dunfell
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: dunfell
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
@@ -14,9 +14,9 @@ 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][dunfell]' 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][dunfell][PATCH'
21 21
22Layer maintainer: Kai Kang <kai.kang@windriver.com> 22dunfell Maintainer: Armin Kuster <akuster808@gmail.com>