From 209ccfea1a32e78053035c852c0ecd24413975bd Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 22 Feb 2020 08:17:06 -0800 Subject: README.md: update to new maintainer Signed-off-by: Armin Kuster --- meta-security-isafw/README.md | 16 +++++++++++++--- 1 file 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.: ```python BBLAYERS ?= " \ /OE/oe-core/meta \ - /OE/meta-security-isafw \ + /OE/meta-security/meta-security-isafw \ " ``` @@ -75,8 +75,18 @@ please define ISAFW_REPORTDIR variable in your local.conf file. Patches ------- +end pull requests, patches, comments or questions to yocto@lists.yoctoproject.org -Please submit any patches via Github pull requests. +When sending single patches, please using something like: +'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security-isafw][PATCH' -Maintainer: Elena Reshetova elena.reshetova@intel.com +These values can be set as defaults for this repository: +$ git config sendemail.to yocto@lists.yoctoproject.org +$ git config format.subjectPrefix meta-security-isafw][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 -- cgit v1.2.3-54-g00ecf