blob: f223feef0313e8202d45c5554a8d9722a331df7e [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
Andrew Geissler1fe918a2020-05-15 14:16:47 -050027 URI: git://git.openembedded.org/meta-openembedded/meta-python
28 branch: master
29 revision: HEAD
30 prio: default
31
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053032 URI: git://git.openembedded.org/meta-openembedded/meta-networking
33 branch: master
34 revision: HEAD
35 prio: default
36
37Adding the security layer to your build
38========================================
39
40In order to use this layer, you need to make the build system aware of
41it.
42
43Assuming the security layer exists at the top-level of your
44yocto build tree, you can add it to the build system by adding the
45location of the security layer to bblayers.conf, along with any
46other layers needed. e.g.:
47
48 BBLAYERS ?= " \
49 /path/to/oe-core/meta \
50 /path/to/meta-openembedded/meta-oe \
51 /path/to/meta-openembedded/meta-perl \
52 /path/to/meta-openembedded/meta-python \
53 /path/to/meta-openembedded/meta-networking \
54 /path/to/layer/meta-security \
55
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053056
57Maintenance
58-----------
59
Brad Bishop5ead1e52019-12-06 10:10:29 -050060Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053061
62When sending single patches, please using something like:
Brad Bishop5ead1e52019-12-06 10:10:29 -050063'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security][PATCH'
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053064
Brad Bishop19323692019-04-05 15:28:33 -040065These values can be set as defaults for this repository:
66
Brad Bishop5ead1e52019-12-06 10:10:29 -050067$ git config sendemail.to yocto@lists.yoctoproject.org
Brad Bishop19323692019-04-05 15:28:33 -040068$ git config format.subjectPrefix meta-security][PATCH
69
70Now you can just do 'git send-email origin/master' to send all local patches.
71
Andrew Geissler1fe918a2020-05-15 14:16:47 -050072For pull requests, please use create-pull-request and send-pull-request.
73
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080074Maintainers: Armin Kuster <akuster808@gmail.com>
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053075
76
77License
78=======
79
80All metadata is MIT licensed unless otherwise stated. Source code included
81in tree for individual recipes is under the LICENSE stated in each recipe
82(.bb file) unless otherwise stated.