diff options
| author | Marta Rybczynska <rybczynska@gmail.com> | 2021-08-25 15:16:46 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-08-26 21:43:27 -0700 |
| commit | c71c237d5102744e1b5b1e87468dcd50c1df524d (patch) | |
| tree | 660b255afc596b0eea41c8b37f9a5383409a2172 | |
| parent | 8974d695ef3f629e18b4d3fe822bb7872bf7ef0d (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-tpm/README | 8 |
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 | |||
| 5 | to have 'tpm' in DISTRO_FEATURES to have effect. | 5 | to have 'tpm' in DISTRO_FEATURES to have effect. |
| 6 | To enable them, add in configuration file the following line. | 6 | To enable them, add in configuration file the following line. |
| 7 | 7 | ||
| 8 | DISTRO_FEATURES:append = " tmp" | 8 | DISTRO_FEATURES:append = " tpm" |
| 9 | 9 | ||
| 10 | If meta-tpm is included, but tpm is not enabled as a | 10 | If meta-tpm is included, but tpm is not enabled as a |
| 11 | distro feature a warning is printed at parse time: | 11 | distro feature a warning is printed at parse time: |
| @@ -57,14 +57,14 @@ other layers needed. e.g.: | |||
| 57 | Maintenance | 57 | Maintenance |
| 58 | ----------- | 58 | ----------- |
| 59 | 59 | ||
| 60 | Send pull requests, patches, comments or questions to yocto@yoctoproject.org | 60 | Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org |
| 61 | 61 | ||
| 62 | When sending single patches, please using something like: | 62 | When 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 | ||
| 65 | These values can be set as defaults for this repository: | 65 | These 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 | ||
| 70 | Now you can just do 'git send-email origin/master' to send all local patches. | 70 | Now you can just do 'git send-email origin/master' to send all local patches. |
