summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-02-22 08:17:06 -0800
committerArmin Kuster <akuster808@gmail.com>2020-03-01 22:16:14 -0800
commit209ccfea1a32e78053035c852c0ecd24413975bd (patch)
tree67c34ac310608395e7409c7ba57516038f2bc25f
parent7fcf17b9fe04da1e0761ca19310a9d4d380b98c9 (diff)
downloadmeta-security-209ccfea1a32e78053035c852c0ecd24413975bd.tar.gz
README.md: update to new maintainer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-isafw/README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/meta-security-isafw/README.md b/meta-security-isafw/README.md
index 16b2eb9..16041cb 100644
--- a/meta-security-isafw/README.md
+++ b/meta-security-isafw/README.md
@@ -42,7 +42,7 @@ any other layers needed. e.g.:
42```python 42```python
43BBLAYERS ?= " \ 43BBLAYERS ?= " \
44 /OE/oe-core/meta \ 44 /OE/oe-core/meta \
45 /OE/meta-security-isafw \ 45 /OE/meta-security/meta-security-isafw \
46 " 46 "
47``` 47```
48 48
@@ -75,8 +75,18 @@ please define ISAFW_REPORTDIR variable in your local.conf file.
75 75
76Patches 76Patches
77------- 77-------
78end pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
78 79
79Please submit any patches via Github pull requests. 80When sending single patches, please using something like:
81'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security-isafw][PATCH'
80 82
81Maintainer: Elena Reshetova elena.reshetova@intel.com 83These values can be set as defaults for this repository:
82 84
85$ git config sendemail.to yocto@lists.yoctoproject.org
86$ git config format.subjectPrefix meta-security-isafw][PATCH
87
88Now you can just do 'git send-email origin/master' to send all local patches.
89
90For pull requests, please use create-pull-request and send-pull-request.
91
92Maintainers: Armin Kuster <akuster808@gmail.com>