diff options
| -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. |
