diff options
| -rw-r--r-- | meta-tpm/README | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/meta-tpm/README b/meta-tpm/README index bbc70bb..dd662b3 100644 --- a/meta-tpm/README +++ b/meta-tpm/README | |||
| @@ -2,3 +2,60 @@ meta-tpm layer | |||
| 2 | ============== | 2 | ============== |
| 3 | 3 | ||
| 4 | This layer contains base TPM recipes. | 4 | This layer contains base TPM recipes. |
| 5 | |||
| 6 | Dependencies | ||
| 7 | ============ | ||
| 8 | |||
| 9 | This layer depends on: | ||
| 10 | |||
| 11 | URI: git://git.openembedded.org/openembedded-core | ||
| 12 | branch: master | ||
| 13 | revision: HEAD | ||
| 14 | prio: default | ||
| 15 | |||
| 16 | URI: git://git.openembedded.org/meta-openembedded/meta-oe | ||
| 17 | branch: master | ||
| 18 | revision: HEAD | ||
| 19 | prio: default | ||
| 20 | |||
| 21 | Adding the meta-tpm layer to your build | ||
| 22 | ======================================== | ||
| 23 | |||
| 24 | In order to use this layer, you need to make the build system aware of | ||
| 25 | it. | ||
| 26 | |||
| 27 | Assuming this layer exists at the top-level of your | ||
| 28 | yocto build tree, you can add it to the build system by adding the | ||
| 29 | location of the meta-tpm layer to bblayers.conf, along with any | ||
| 30 | other layers needed. e.g.: | ||
| 31 | |||
| 32 | BBLAYERS ?= " \ | ||
| 33 | /path/to/oe-core/meta \ | ||
| 34 | /path/to/meta-openembedded/meta-oe \ | ||
| 35 | /path/to/layer/meta-tpm \ | ||
| 36 | |||
| 37 | |||
| 38 | Maintenance | ||
| 39 | ----------- | ||
| 40 | |||
| 41 | Send pull requests, patches, comments or questions to yocto@yoctoproject.org | ||
| 42 | |||
| 43 | When sending single patches, please using something like: | ||
| 44 | 'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' | ||
| 45 | |||
| 46 | These values can be set as defaults for this repository: | ||
| 47 | |||
| 48 | $ git config sendemail.to yocto@yoctoproject.org | ||
| 49 | $ git config format.subjectPrefix meta-security][PATCH | ||
| 50 | |||
| 51 | Now you can just do 'git send-email origin/master' to send all local patches. | ||
| 52 | |||
| 53 | Maintainers: Armin Kuster <akuster808@gmail.com> | ||
| 54 | |||
| 55 | |||
| 56 | License | ||
| 57 | ======= | ||
| 58 | |||
| 59 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
| 60 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
| 61 | (.bb file) unless otherwise stated. | ||
