summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>