aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
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-python
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-python')
-rw-r--r--meta-python/README12
-rw-r--r--meta-python/conf/layer.conf2
2 files changed, 6 insertions, 8 deletions
diff --git a/meta-python/README b/meta-python/README
index 705b035d9e..961efc23e8 100644
--- a/meta-python/README
+++ b/meta-python/README
@@ -13,12 +13,12 @@ The meta-python layer depends on:
URI: git://git.openembedded.org/openembedded-core
layers: meta
- branch: master
+ branch: warrior
revision: HEAD
URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
- branch: master
+ branch: warrior
revision: HEAD
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.
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:
-'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
-------------------------
-Layer Maintainers:
- Tim "moto-timo" Orling <TicoTimo@gmail.com>
- Derek Straka <derek@asterius.io>
+Warrior Maintainers: Armin Kuster <akuster808@gmail.com>
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
index fb5cda55da..724f514a21 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
LAYERDEPENDS_meta-python = "core openembedded-layer"
-LAYERSERIES_COMPAT_meta-python = "thud warrior"
+LAYERSERIES_COMPAT_meta-python = "warrior"
LICENSE_PATH += "${LAYERDIR}/licenses"