summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-05-02 18:20:48 -0700
committerKhem Raj <raj.khem@gmail.com>2019-05-07 09:34:43 -0700
commitd7338c2b3a96ef7d8bf9df59dcde11f8c131f9c0 (patch)
tree9d993ff318f5a5025dfe822815f0ab8b13fa54e1 /meta-networking
parent50108c18e5ca21cc5c014a45b81c66c5b110fc8b (diff)
downloadmeta-openembedded-d7338c2b3a96ef7d8bf9df59dcde11f8c131f9c0.tar.gz
README: updated Maintainers list for Warrior
Signed-off-by: Armin Kuster <akuster808@gmail.com> [v2] bump bitbake to warrior version [v3] remove bitbake ref from meta-filesystems [v4] remove thud from LAYERSERIES_COMPAT Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/MAINTAINERS32
-rw-r--r--meta-networking/README6
-rw-r--r--meta-networking/conf/layer.conf2
3 files changed, 7 insertions, 33 deletions
diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS
index 5c4c4ce05..c029935ea 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][warrior]' 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][warrior][PATCH
12 12
13You may also contact the maintainers directly. 13Warrior 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..71b48dd55 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: warrior
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: warrior
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: warrior
34revision: HEAD 34revision: HEAD
35 35
36Maintenance 36Maintenance
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 67f58bcc2..00af015e9 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core"
17LAYERDEPENDS_networking-layer += "openembedded-layer" 17LAYERDEPENDS_networking-layer += "openembedded-layer"
18LAYERDEPENDS_networking-layer += "meta-python" 18LAYERDEPENDS_networking-layer += "meta-python"
19 19
20LAYERSERIES_COMPAT_networking-layer = "thud warrior" 20LAYERSERIES_COMPAT_networking-layer = "warrior"
21 21
22LICENSE_PATH += "${LAYERDIR}/licenses" 22LICENSE_PATH += "${LAYERDIR}/licenses"
23 23