summaryrefslogtreecommitdiffstats
path: root/meta-tpm/README
diff options
context:
space:
mode:
authorMarta Rybczynska <rybczynska@gmail.com>2021-08-25 15:16:46 +0200
committerArmin Kuster <akuster808@gmail.com>2021-08-26 21:43:27 -0700
commitc71c237d5102744e1b5b1e87468dcd50c1df524d (patch)
tree660b255afc596b0eea41c8b37f9a5383409a2172 /meta-tpm/README
parent8974d695ef3f629e18b4d3fe822bb7872bf7ef0d (diff)
downloadmeta-security-c71c237d5102744e1b5b1e87468dcd50c1df524d.tar.gz
README: fix mailing lists and a typo
A number of typo fixes: - tmp->tpm in the DISTRO_FEATURES - update the mailing list address as it was out of date - update the distro name in the subject Signed-off-by: Marta Rybczynska <rybczynska@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 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.