summaryrefslogtreecommitdiffstats
path: root/meta-tpm/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tpm/README')
-rw-r--r--meta-tpm/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-tpm/README b/meta-tpm/README
index dd662b3..90e211c 100644
--- a/meta-tpm/README
+++ b/meta-tpm/README
@@ -9,12 +9,12 @@ Dependencies
9This layer depends on: 9This layer depends on:
10 10
11 URI: git://git.openembedded.org/openembedded-core 11 URI: git://git.openembedded.org/openembedded-core
12 branch: master 12 branch: dunfell
13 revision: HEAD 13 revision: HEAD
14 prio: default 14 prio: default
15 15
16 URI: git://git.openembedded.org/meta-openembedded/meta-oe 16 URI: git://git.openembedded.org/meta-openembedded/meta-oe
17 branch: master 17 branch: dunfell
18 revision: HEAD 18 revision: HEAD
19 prio: default 19 prio: default
20 20
@@ -41,12 +41,12 @@ Maintenance
41Send pull requests, patches, comments or questions to yocto@yoctoproject.org 41Send pull requests, patches, comments or questions to yocto@yoctoproject.org
42 42
43When sending single patches, please using something like: 43When sending single patches, please using something like:
44'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' 44'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][dunfell][PATCH'
45 45
46These values can be set as defaults for this repository: 46These values can be set as defaults for this repository:
47 47
48$ git config sendemail.to yocto@yoctoproject.org 48$ git config sendemail.to yocto@yoctoproject.org
49$ git config format.subjectPrefix meta-security][PATCH 49$ git config format.subjectPrefix meta-security][dunfell][PATCH
50 50
51Now you can just do 'git send-email origin/master' to send all local patches. 51Now you can just do 'git send-email origin/master' to send all local patches.
52 52