blob: dd662b3d488a10f3613d7c8de8c739710a5e73c6 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301meta-tpm layer
2==============
3
4This layer contains base TPM recipes.
Brad Bishopc342db32019-05-15 21:57:59 -04005
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.