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>
This commit is contained in:
Armin Kuster 2019-05-02 18:20:48 -07:00 committed by Khem Raj
parent 50108c18e5
commit d7338c2b3a
22 changed files with 58 additions and 91 deletions

2
README
View File

@ -1,6 +1,6 @@
Collection of layers for the OE-core universe Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj <raj.khem@gmail.com> Warrior maintainer: Armin Kuster <akuster808@gmail.com>
This repository is a collection of layers to suppliment OE-Core This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer with additional packages, Each layer have designated maintainer

View File

@ -9,31 +9,28 @@ Dependencies
This layer depends on: This layer depends on:
URI: git://git.openembedded.org/bitbake
branch: master
URI: git://git.openembedded.org/openembedded-core URI: git://git.openembedded.org/openembedded-core
layers: meta layers: meta
branch: master branch: warrior
URI: git://git.openembedded.org/meta-openembedded URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe layers: meta-oe
branch: master branch: warrior
Patches Patches
======= =======
Please submit any patches against the filesystems layer to the Please submit any patches against the filesystems layer to the
OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org) OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org)
with '[meta-filesystems]' in the subject. with '[meta-filesystems][warrior]' in the subject.
Layer maintainer: Khem Raj <raj.khem@gmail.com> Warrior maintainer: Armin Kuster <akuster808@gmail.com>
When sending single patches, please use something like: When sending single patches, please use something like:
git send-email -1 -M \ git send-email -1 -M \
--to openembedded-devel@lists.openembedded.org \ --to openembedded-devel@lists.openembedded.org \
--subject-prefix=meta-filesystems][PATCH --subject-prefix=meta-filesystems][warrior][PATCH
Table of Contents Table of Contents

View File

@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1"
LAYERDEPENDS_filesystems-layer = "core openembedded-layer" LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
LAYERSERIES_COMPAT_filesystems-layer = "thud warrior" LAYERSERIES_COMPAT_filesystems-layer = "warrior"

View File

@ -23,16 +23,16 @@ Dependencies
This layer depends on: This layer depends on:
URI: git://github.com/openembedded/oe-core.git URI: git://github.com/openembedded/oe-core.git
branch: master branch: warrior
revision: HEAD revision: HEAD
URI: git://github.com/openembedded/meta-oe.git URI: git://github.com/openembedded/meta-oe.git
branch: master branch: warrior
revision: HEAD revision: HEAD
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject' Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome][warrior]' in the subject'
When sending single patches, please using something like: When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH' 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][warrior][PATCH'
Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com> Warrior maintainer: Armin Kuster <akuster808@gmail.com>

View File

@ -14,7 +14,7 @@ LAYERVERSION_gnome-layer = "1"
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer" LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
LAYERSERIES_COMPAT_gnome-layer = "thud warrior" LAYERSERIES_COMPAT_gnome-layer = "warrior"
# Sanity check for meta-gnome layer. # Sanity check for meta-gnome layer.
# Setting SKIP_META_GNOME_SANITY_CHECK to "1" would skip the bbappend files check. # Setting SKIP_META_GNOME_SANITY_CHECK to "1" would skip the bbappend files check.

View File

@ -12,7 +12,7 @@ Dependencies
This layer depends on: This layer depends on:
URI: git://github.com/openembedded/oe-core.git URI: git://github.com/openembedded/oe-core.git
branch: master branch: warrior
revision: HEAD revision: HEAD
@ -20,12 +20,12 @@ Maintenance
----------- -----------
Send patches / pull requests to openembedded-devel@lists.openembedded.org Send patches / pull requests to openembedded-devel@lists.openembedded.org
with '[meta-initramfs]' in the subject. with '[meta-initramfs][warrior]' in the subject.
When sending single patches, please using something like: When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][PATCH' 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][warrior][PATCH'
Interm layer maintainer: Khem Raj <raj.khem@gmail.com> Warrior maintainer: Armin Kuster <akuster808@gmail.com>
License License

View File

@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-initramfs = "8" BBFILE_PRIORITY_meta-initramfs = "8"
LAYERDEPENDS_meta-initramfs = "core" LAYERDEPENDS_meta-initramfs = "core"
LAYERSERIES_COMPAT_meta-initramfs = "thud warrior" LAYERSERIES_COMPAT_meta-initramfs = "warrior"
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
dracut->virtual/kernel \ dracut->virtual/kernel \

View File

@ -1,19 +1,19 @@
This layer depends on: This layer depends on:
URI: git://github.com/openembedded/oe-core.git URI: git://github.com/openembedded/oe-core.git
branch: master branch: warrior
revision: HEAD revision: HEAD
URI: git://github.com/openembedded/meta-oe.git URI: git://github.com/openembedded/meta-oe.git
layers: meta-oe layers: meta-oe
branch: master branch: warrior
revision: HEAD revision: HEAD
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject' Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia][warrior]' in the subject'
When sending single patches, please use something like: When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][warrior][PATCH
You 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. You 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.
Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com> Warrior maintainer: Armin Kuster <akuster808@gmail.com>

View File

@ -31,4 +31,4 @@ LAYERVERSION_multimedia-layer = "1"
LAYERDEPENDS_multimedia-layer = "core" LAYERDEPENDS_multimedia-layer = "core"
LAYERSERIES_COMPAT_multimedia-layer = "thud warrior" LAYERSERIES_COMPAT_multimedia-layer = "warrior"

View File

@ -2,38 +2,12 @@ This file contains a list of maintainers for the meta-networking layer.
Please submit any patches against meta-networking to the OpenEmbedded Please submit any patches against meta-networking to the OpenEmbedded
development mailing list (openembedded-devel@lists.openembedded.org) with development mailing list (openembedded-devel@lists.openembedded.org) with
'[meta-networking]' in the subject. '[meta-networking][warrior]' in the subject.
When sending single patches, please use something like: When sending single patches, please use something like:
git send-email -1 -M \ git send-email -1 -M \
--to openembedded-devel@lists.openembedded.org \ --to openembedded-devel@lists.openembedded.org \
--subject-prefix=meta-networking][PATCH --subject-prefix=meta-networking][warrior][PATCH
You may also contact the maintainers directly. Warrior Maintainer: Armin Kuster <akuster808@gmail.com>
Descriptions of section entries:
M: Mail patches to: FullName <address@domain>
F: Files and directories with wildcard patterns.
A trailing slash includes all files and subdirectory files.
F: recipes-devtools/ all files in and below recipes-devtools
F: recipes-selinux/* all files in recipes-selinux, but not below
One pattern per line. Multiple F: lines acceptable.
Please keep this list in alphabetical order.
Maintainers List (try to look for most precise areas first)
COMMON
M: Khem Raj <raj.khem@gmail.com>
M: "Joe MacDonald (backup)" <joe@deserted.net>
L: openembedded-devel@lists.openembedded.org
Q: https://patchwork.openembedded.org/project/oe/
S: Maintained
F: conf
F: recipes-*
NETKIT
M: Armin Kuster <akuster808@gmail.com>
F: recipes-netkit

View File

@ -18,19 +18,19 @@ Dependencies
This layer depends on: This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git URI: git://github.com/openembedded/openembedded-core.git
branch: master branch: warrior
revision: HEAD revision: HEAD
For some recipes, the meta-oe layer is required: For some recipes, the meta-oe layer is required:
URI: git://github.com/openembedded/meta-openembedded.git URI: git://github.com/openembedded/meta-openembedded.git
subdirectory: meta-oe subdirectory: meta-oe
branch: master branch: warrior
revision: HEAD revision: HEAD
URI: git://github.com/openembedded/meta-openembedded.git URI: git://github.com/openembedded/meta-openembedded.git
subdirectory: meta-python subdirectory: meta-python
branch: master branch: warrior
revision: HEAD revision: HEAD
Maintenance Maintenance

View File

@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core"
LAYERDEPENDS_networking-layer += "openembedded-layer" LAYERDEPENDS_networking-layer += "openembedded-layer"
LAYERDEPENDS_networking-layer += "meta-python" LAYERDEPENDS_networking-layer += "meta-python"
LAYERSERIES_COMPAT_networking-layer = "thud warrior" LAYERSERIES_COMPAT_networking-layer = "warrior"
LICENSE_PATH += "${LAYERDIR}/licenses" LICENSE_PATH += "${LAYERDIR}/licenses"

View File

@ -4,13 +4,13 @@ meta-oe
This layer depends on: This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git URI: git://github.com/openembedded/openembedded-core.git
branch: master branch: warrior
revision: HEAD revision: HEAD
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][warrior]' in the subject'
When sending single patches, please use something like: When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH' 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe[warrior][PATCH'
You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch. to share your patches, this is preferred for patch sets consisting of more than one patch.
@ -19,4 +19,4 @@ Other services like gitorious, repo.or.cz or self-hosted setups are of course ac
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy '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. to use, has been proven to be reliable and has a really good web GUI.
layer maintainer: Khem Raj <raj.khem@gmail.com> Warrior maintainer: Armin Kuster <akuster808@gmail.com>

View File

@ -29,7 +29,7 @@ LAYERVERSION_openembedded-layer = "1"
LAYERDEPENDS_openembedded-layer = "core" LAYERDEPENDS_openembedded-layer = "core"
LAYERSERIES_COMPAT_openembedded-layer = "thud warrior" LAYERSERIES_COMPAT_openembedded-layer = "warrior"
LICENSE_PATH += "${LAYERDIR}/licenses" LICENSE_PATH += "${LAYERDIR}/licenses"

View File

@ -52,7 +52,7 @@ Dependencies
This layer depends on: This layer depends on:
URI: git://git.openembedded.org/openembedded-core URI: git://git.openembedded.org/openembedded-core
branch: master branch: warrior
revision: HEAD revision: HEAD
prio: default prio: default
@ -75,14 +75,12 @@ Maintenance
----------- -----------
Send patches / pull requests to openembedded-devel@lists.openembedded.org with Send patches / pull requests to openembedded-devel@lists.openembedded.org with
'[meta-perl]' in the subject. '[meta-perl][warrior]' in the subject.
When sending single patches, please using something like: When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-perl][PATCH' 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-perl][warrior][PATCH'
Layer maintainers: Warrior maintainers: Armin kuster <akuster808@gmail.com>
Hongxu Jia <hongxu.jia@windriver.com>
Tim "moto-timo" Orling <ticotimo@gmail.com>
License License
------- -------

View File

@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1"
LAYERDEPENDS_perl-layer = "core openembedded-layer" LAYERDEPENDS_perl-layer = "core openembedded-layer"
LAYERSERIES_COMPAT_perl-layer = "thud warrior" LAYERSERIES_COMPAT_perl-layer = "warrior"

View File

@ -13,12 +13,12 @@ The meta-python layer depends on:
URI: git://git.openembedded.org/openembedded-core URI: git://git.openembedded.org/openembedded-core
layers: meta layers: meta
branch: master branch: warrior
revision: HEAD revision: HEAD
URI: git://git.openembedded.org/meta-openembedded URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe layers: meta-oe
branch: master branch: warrior
revision: HEAD revision: HEAD
Please follow the recommended setup procedures of your OE distribution. Please follow the recommended setup procedures of your OE distribution.
@ -35,15 +35,13 @@ comments and patch review. It is subscriber only, so please register
before posting. before posting.
Send pull requests to openembedded-devel@lists.openembedded.org with Send pull requests to openembedded-devel@lists.openembedded.org with
'[meta-python]' in the subject. '[meta-python][warrior]' in the subject.
When sending single patches, please use something like: When sending single patches, please use something like:
'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][PATCH' 'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][warrior][PATCH'
Maintenance Maintenance
------------------------- -------------------------
Layer Maintainers: Warrior Maintainers: Armin Kuster <akuster808@gmail.com>
Tim "moto-timo" Orling <TicoTimo@gmail.com>
Derek Straka <derek@asterius.io>

View File

@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
LAYERDEPENDS_meta-python = "core openembedded-layer" LAYERDEPENDS_meta-python = "core openembedded-layer"
LAYERSERIES_COMPAT_meta-python = "thud warrior" LAYERSERIES_COMPAT_meta-python = "warrior"
LICENSE_PATH += "${LAYERDIR}/licenses" LICENSE_PATH += "${LAYERDIR}/licenses"

View File

@ -13,14 +13,14 @@ This layer depends on:
URI: git://github.com/openembedded/oe-core.git URI: git://github.com/openembedded/oe-core.git
subdirectory: meta subdirectory: meta
branch: master branch: warrior
revision: HEAD revision: HEAD
For some recipes, the meta-oe layer is required: For some recipes, the meta-oe layer is required:
URI: git://github.com/openembedded/meta-oe.git URI: git://github.com/openembedded/meta-oe.git
subdirectory: meta-oe subdirectory: meta-oe
branch: master branch: warrior
revision: HEAD revision: HEAD
@ -52,9 +52,9 @@ Maintenance
----------- -----------
Send patches / pull requests to openembedded-devel@lists.openembedded.org Send patches / pull requests to openembedded-devel@lists.openembedded.org
with '[meta-webserver]' in the subject. with '[meta-webserver][warrior]' in the subject.
Layer maintainer: Derek Straka <derek@asterius.io> Warrior Maintainer: Armin Kuster <akuster808@gmail.com>
License License

View File

@ -17,7 +17,7 @@ LAYERVERSION_webserver = "1"
LAYERDEPENDS_webserver = "core openembedded-layer" LAYERDEPENDS_webserver = "core openembedded-layer"
LAYERSERIES_COMPAT_webserver = "thud warrior" LAYERSERIES_COMPAT_webserver = "warrior"
LICENSE_PATH += "${LAYERDIR}/licenses" LICENSE_PATH += "${LAYERDIR}/licenses"

View File

@ -1,11 +1,11 @@
This layer depends on: This layer depends on:
URI: git://github.com/openembedded/oe-core.git URI: git://github.com/openembedded/oe-core.git
branch: master branch: warrior
revision: HEAD revision: HEAD
URI: git://github.com/openembedded/meta-oe.git URI: git://github.com/openembedded/meta-oe.git
branch: master branch: warrior
revision: HEAD revision: HEAD
meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository. meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository.
@ -14,9 +14,9 @@ this to local.conf:
BBMASK = "meta-xfce/recipes-multimedia" BBMASK = "meta-xfce/recipes-multimedia"
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' in the subject' Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce][warrior]' in the subject'
When sending single patches, please using something like: When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-xfce][PATCH' 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-xfce][warrior][PATCH'
Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com> Warrior Maintainer: Armin Kuster <akuster808@gmail.com>

View File

@ -18,7 +18,7 @@ LAYERDEPENDS_xfce-layer += "gnome-layer"
LAYERDEPENDS_xfce-layer += "multimedia-layer" LAYERDEPENDS_xfce-layer += "multimedia-layer"
LAYERDEPENDS_xfce-layer += "meta-python" LAYERDEPENDS_xfce-layer += "meta-python"
LAYERSERIES_COMPAT_xfce-layer = "thud warrior" LAYERSERIES_COMPAT_xfce-layer = "warrior"
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
xfce4-session->machine-host \ xfce4-session->machine-host \