summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-04-24 10:03:25 +0800
committerArmin Kuster <akuster808@gmail.com>2019-05-01 15:53:40 -0700
commiteaa616a2e2dd3271234a7e02cff5fbb073f45340 (patch)
tree0b5e0f3be47b2747a35baa7f72ea2910b1f814e7
parente3f6970b09095734241df9d8d56b2b73b326e30a (diff)
downloadmeta-security-eaa616a2e2dd3271234a7e02cff5fbb073f45340.tar.gz
meta-tpm/README: update
Add more description Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/README57
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
4This layer contains base TPM recipes. 4This layer contains base TPM recipes.
5
6Dependencies
7============
8
9This 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
21Adding the meta-tpm layer to your build
22========================================
23
24In order to use this layer, you need to make the build system aware of
25it.
26
27Assuming this layer exists at the top-level of your
28yocto build tree, you can add it to the build system by adding the
29location of the meta-tpm layer to bblayers.conf, along with any
30other 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
38Maintenance
39-----------
40
41Send pull requests, patches, comments or questions to yocto@yoctoproject.org
42
43When sending single patches, please using something like:
44'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH'
45
46These 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
51Now you can just do 'git send-email origin/master' to send all local patches.
52
53Maintainers: Armin Kuster <akuster808@gmail.com>
54
55
56License
57=======
58
59All metadata is MIT licensed unless otherwise stated. Source code included
60in tree for individual recipes is under the LICENSE stated in each recipe
61(.bb file) unless otherwise stated.