summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-tpm/README b/meta-tpm/README
index 4441dd2..5722a92 100644
--- a/meta-tpm/README
+++ b/meta-tpm/README
@@ -5,7 +5,7 @@ The bbappend files for some recipes (e.g. linux-yocto) in this layer need
5to have 'tpm' in DISTRO_FEATURES to have effect. 5to have 'tpm' in DISTRO_FEATURES to have effect.
6To enable them, add in configuration file the following line. 6To enable them, add in configuration file the following line.
7 7
8 DISTRO_FEATURES:append = " tmp" 8 DISTRO_FEATURES:append = " tpm"
9 9
10If meta-tpm is included, but tpm is not enabled as a 10If meta-tpm is included, but tpm is not enabled as a
11distro feature a warning is printed at parse time: 11distro feature a warning is printed at parse time:
@@ -57,14 +57,14 @@ other layers needed. e.g.:
57Maintenance 57Maintenance
58----------- 58-----------
59 59
60Send pull requests, patches, comments or questions to yocto@yoctoproject.org 60Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
61 61
62When sending single patches, please using something like: 62When sending single patches, please using something like:
63'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' 63'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security][PATCH'
64 64
65These values can be set as defaults for this repository: 65These values can be set as defaults for this repository:
66 66
67$ git config sendemail.to yocto@yoctoproject.org 67$ git config sendemail.to yocto@lists.yoctoproject.org
68$ git config format.subjectPrefix meta-security][PATCH 68$ git config format.subjectPrefix meta-security][PATCH
69 69
70Now you can just do 'git send-email origin/master' to send all local patches. 70Now you can just do 'git send-email origin/master' to send all local patches.