blob: e238271a6665bbe315d97a72bedabb9f04e0f632 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301Meta-security
2=============
3
4This layer provides security tools, hardening tools for Linux kernels
5and libraries for implementing security mechanisms.
6
7Dependencies
8============
9
10This layer depends on:
11
12 URI: git://git.openembedded.org/openembedded-core
13 branch: master
14 revision: HEAD
15 prio: default
16
17 URI: git://git.openembedded.org/meta-openembedded/meta-oe
18 branch: master
19 revision: HEAD
20 prio: default
21
22 URI: git://git.openembedded.org/meta-openembedded/meta-perl
23 branch: master
24 revision: HEAD
25 prio: default
26
27 URI: git://git.openembedded.org/meta-openembedded/meta-networking
28 branch: master
29 revision: HEAD
30 prio: default
31
32Adding the security layer to your build
33========================================
34
35In order to use this layer, you need to make the build system aware of
36it.
37
38Assuming the security layer exists at the top-level of your
39yocto build tree, you can add it to the build system by adding the
40location of the security layer to bblayers.conf, along with any
41other layers needed. e.g.:
42
43 BBLAYERS ?= " \
44 /path/to/oe-core/meta \
45 /path/to/meta-openembedded/meta-oe \
46 /path/to/meta-openembedded/meta-perl \
47 /path/to/meta-openembedded/meta-python \
48 /path/to/meta-openembedded/meta-networking \
49 /path/to/layer/meta-security \
50
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053051
52Maintenance
53-----------
54
55Send pull requests, patches, comments or questions to yocto@yoctoproject.org
56
57When sending single patches, please using something like:
58'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH'
59
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080060Maintainers: Armin Kuster <akuster808@gmail.com>
61 Saul Wold <sgw@linux.intel.com>
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053062
63
64License
65=======
66
67All metadata is MIT licensed unless otherwise stated. Source code included
68in tree for individual recipes is under the LICENSE stated in each recipe
69(.bb file) unless otherwise stated.