summaryrefslogtreecommitdiffstats
path: root/external/meta-security/README
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-security/README')
-rw-r--r--external/meta-security/README19
1 files changed, 16 insertions, 3 deletions
diff --git a/external/meta-security/README b/external/meta-security/README
index e238271a..f223feef 100644
--- a/external/meta-security/README
+++ b/external/meta-security/README
@@ -24,6 +24,11 @@ This layer depends on:
revision: HEAD
prio: default
+ URI: git://git.openembedded.org/meta-openembedded/meta-python
+ branch: master
+ revision: HEAD
+ prio: default
+
URI: git://git.openembedded.org/meta-openembedded/meta-networking
branch: master
revision: HEAD
@@ -52,13 +57,21 @@ other layers needed. e.g.:
Maintenance
-----------
-Send pull requests, patches, comments or questions to yocto@yoctoproject.org
+Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
When sending single patches, please using something like:
-'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH'
+'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security][PATCH'
+
+These values can be set as defaults for this repository:
+
+$ git config sendemail.to yocto@lists.yoctoproject.org
+$ git config format.subjectPrefix meta-security][PATCH
+
+Now you can just do 'git send-email origin/master' to send all local patches.
+
+For pull requests, please use create-pull-request and send-pull-request.
Maintainers: Armin Kuster <akuster808@gmail.com>
- Saul Wold <sgw@linux.intel.com>
License