summaryrefslogtreecommitdiffstats
path: root/meta-oe
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-oe
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-oe')
-rw-r--r--meta-oe/README8
-rw-r--r--meta-oe/conf/layer.conf2
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/README b/meta-oe/README
index 0e9f8423b..1ce091561 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -4,13 +4,13 @@ meta-oe
4This layer depends on: 4This layer depends on:
5 5
6URI: git://github.com/openembedded/openembedded-core.git 6URI: git://github.com/openembedded/openembedded-core.git
7branch: master 7branch: warrior
8revision: HEAD 8revision: HEAD
9 9
10Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 10Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][warrior]' in the subject'
11 11
12When sending single patches, please use something like: 12When sending single patches, please use something like:
13'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH' 13'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe[warrior][PATCH'
14 14
15You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core 15You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
16to share your patches, this is preferred for patch sets consisting of more than one patch. 16to 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
19'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy 19'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
20to use, has been proven to be reliable and has a really good web GUI. 20to use, has been proven to be reliable and has a really good web GUI.
21 21
22layer maintainer: Khem Raj <raj.khem@gmail.com> 22Warrior maintainer: Armin Kuster <akuster808@gmail.com>
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 31f2f17fc..bc9039041 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -29,7 +29,7 @@ LAYERVERSION_openembedded-layer = "1"
29 29
30LAYERDEPENDS_openembedded-layer = "core" 30LAYERDEPENDS_openembedded-layer = "core"
31 31
32LAYERSERIES_COMPAT_openembedded-layer = "thud warrior" 32LAYERSERIES_COMPAT_openembedded-layer = "warrior"
33 33
34LICENSE_PATH += "${LAYERDIR}/licenses" 34LICENSE_PATH += "${LAYERDIR}/licenses"
35 35