diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-02-22 08:17:06 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-03-01 22:16:14 -0800 |
| commit | 209ccfea1a32e78053035c852c0ecd24413975bd (patch) | |
| tree | 67c34ac310608395e7409c7ba57516038f2bc25f | |
| parent | 7fcf17b9fe04da1e0761ca19310a9d4d380b98c9 (diff) | |
| download | meta-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.md | 16 |
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 |
| 43 | BBLAYERS ?= " \ | 43 | BBLAYERS ?= " \ |
| 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 | ||
| 76 | Patches | 76 | Patches |
| 77 | ------- | 77 | ------- |
| 78 | end pull requests, patches, comments or questions to yocto@lists.yoctoproject.org | ||
| 78 | 79 | ||
| 79 | Please submit any patches via Github pull requests. | 80 | When 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 | ||
| 81 | Maintainer: Elena Reshetova elena.reshetova@intel.com | 83 | These 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 | |||
| 88 | Now you can just do 'git send-email origin/master' to send all local patches. | ||
| 89 | |||
| 90 | For pull requests, please use create-pull-request and send-pull-request. | ||
| 91 | |||
| 92 | Maintainers: Armin Kuster <akuster808@gmail.com> | ||
