diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-05-02 18:20:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-05-07 09:34:43 -0700 |
| commit | d7338c2b3a96ef7d8bf9df59dcde11f8c131f9c0 (patch) | |
| tree | 9d993ff318f5a5025dfe822815f0ab8b13fa54e1 /meta-networking | |
| parent | 50108c18e5ca21cc5c014a45b81c66c5b110fc8b (diff) | |
| download | meta-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/MAINTAINERS | 32 | ||||
| -rw-r--r-- | meta-networking/README | 6 | ||||
| -rw-r--r-- | meta-networking/conf/layer.conf | 2 |
3 files changed, 7 insertions, 33 deletions
diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS index 5c4c4ce052..c029935eac 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 | ||
| 3 | Please submit any patches against meta-networking to the OpenEmbedded | 3 | Please submit any patches against meta-networking to the OpenEmbedded |
| 4 | development mailing list (openembedded-devel@lists.openembedded.org) with | 4 | development mailing list (openembedded-devel@lists.openembedded.org) with |
| 5 | '[meta-networking]' in the subject. | 5 | '[meta-networking][warrior]' in the subject. |
| 6 | 6 | ||
| 7 | When sending single patches, please use something like: | 7 | 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][warrior][PATCH |
| 12 | 12 | ||
| 13 | You may also contact the maintainers directly. | 13 | Warrior Maintainer: Armin Kuster <akuster808@gmail.com> |
| 14 | |||
| 15 | Descriptions 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 | |||
| 24 | Please keep this list in alphabetical order. | ||
| 25 | |||
| 26 | Maintainers List (try to look for most precise areas first) | ||
| 27 | |||
| 28 | COMMON | ||
| 29 | M: Khem Raj <raj.khem@gmail.com> | ||
| 30 | M: "Joe MacDonald (backup)" <joe@deserted.net> | ||
| 31 | L: openembedded-devel@lists.openembedded.org | ||
| 32 | Q: https://patchwork.openembedded.org/project/oe/ | ||
| 33 | S: Maintained | ||
| 34 | F: conf | ||
| 35 | F: recipes-* | ||
| 36 | |||
| 37 | NETKIT | ||
| 38 | M: Armin Kuster <akuster808@gmail.com> | ||
| 39 | F: recipes-netkit | ||
diff --git a/meta-networking/README b/meta-networking/README index e1ba27d83b..71b48dd55f 100644 --- a/meta-networking/README +++ b/meta-networking/README | |||
| @@ -18,19 +18,19 @@ Dependencies | |||
| 18 | This layer depends on: | 18 | This layer depends on: |
| 19 | 19 | ||
| 20 | URI: git://github.com/openembedded/openembedded-core.git | 20 | URI: git://github.com/openembedded/openembedded-core.git |
| 21 | branch: master | 21 | branch: warrior |
| 22 | revision: HEAD | 22 | revision: HEAD |
| 23 | 23 | ||
| 24 | For some recipes, the meta-oe layer is required: | 24 | For some recipes, the meta-oe layer is required: |
| 25 | 25 | ||
| 26 | URI: git://github.com/openembedded/meta-openembedded.git | 26 | URI: git://github.com/openembedded/meta-openembedded.git |
| 27 | subdirectory: meta-oe | 27 | subdirectory: meta-oe |
| 28 | branch: master | 28 | branch: warrior |
| 29 | revision: HEAD | 29 | revision: HEAD |
| 30 | 30 | ||
| 31 | URI: git://github.com/openembedded/meta-openembedded.git | 31 | URI: git://github.com/openembedded/meta-openembedded.git |
| 32 | subdirectory: meta-python | 32 | subdirectory: meta-python |
| 33 | branch: master | 33 | branch: warrior |
| 34 | revision: HEAD | 34 | revision: HEAD |
| 35 | 35 | ||
| 36 | Maintenance | 36 | Maintenance |
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 67f58bcc28..00af015e98 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
| @@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core" | |||
| 17 | LAYERDEPENDS_networking-layer += "openembedded-layer" | 17 | LAYERDEPENDS_networking-layer += "openembedded-layer" |
| 18 | LAYERDEPENDS_networking-layer += "meta-python" | 18 | LAYERDEPENDS_networking-layer += "meta-python" |
| 19 | 19 | ||
| 20 | LAYERSERIES_COMPAT_networking-layer = "thud warrior" | 20 | LAYERSERIES_COMPAT_networking-layer = "warrior" |
| 21 | 21 | ||
| 22 | LICENSE_PATH += "${LAYERDIR}/licenses" | 22 | LICENSE_PATH += "${LAYERDIR}/licenses" |
| 23 | 23 | ||
