aboutsummaryrefslogtreecommitdiffstats
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
commitfde36bbcb9cba7b3b5ddd8d54cac3b4897306e65 (patch)
treef83a09d7ba68ce14cbfc348bb8dbe15c07aceab1
parentf9ca947023bc6a095089b2450fecc6f9dadc1e60 (diff)
downloadmeta-python2-fde36bbcb9cba7b3b5ddd8d54cac3b4897306e65.tar.gz
README: updated Maintainers list for Warrior
(From meta-openembedded commit: d7338c2b3a96ef7d8bf9df59dcde11f8c131f9c0) 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> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--README12
-rw-r--r--conf/layer.conf2
2 files changed, 6 insertions, 8 deletions
diff --git a/README b/README
index e9a3d1f..4a9d11d 100644
--- a/README
+++ b/README
@@ -13,12 +13,12 @@ The meta-python2 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-python2]' in the subject.
+'[meta-python2][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-python2][PATCH'
+'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python2][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/conf/layer.conf b/conf/layer.conf
index 11fbf57..6b8d826 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python2 = "1"
LAYERDEPENDS_meta-python2 = "core openembedded-layer"
-LAYERSERIES_COMPAT_meta-python2 = "thud warrior"
+LAYERSERIES_COMPAT_meta-python2 = "warrior"
LICENSE_PATH += "${LAYERDIR}/licenses"