| Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | Meta-security | 
 | 2 | ============= | 
 | 3 |  | 
 | 4 | This layer provides security tools, hardening tools for Linux kernels | 
 | 5 | and libraries for implementing security mechanisms. | 
 | 6 |  | 
 | 7 | Dependencies | 
 | 8 | ============ | 
 | 9 |  | 
 | 10 | This 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 |  | 
 | 32 | Adding the security layer to your build | 
 | 33 | ======================================== | 
 | 34 |  | 
 | 35 | In order to use this layer, you need to make the build system aware of | 
 | 36 | it. | 
 | 37 |  | 
 | 38 | Assuming the security layer exists at the top-level of your | 
 | 39 | yocto build tree, you can add it to the build system by adding the | 
 | 40 | location of the security layer to bblayers.conf, along with any | 
 | 41 | other 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 Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 51 |  | 
 | 52 | Maintenance | 
 | 53 | ----------- | 
 | 54 |  | 
| Brad Bishop | 5ead1e5 | 2019-12-06 10:10:29 -0500 | [diff] [blame] | 55 | Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org | 
| Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 56 |  | 
 | 57 | When sending single patches, please using something like: | 
| Brad Bishop | 5ead1e5 | 2019-12-06 10:10:29 -0500 | [diff] [blame] | 58 | 'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security][PATCH' | 
| Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 59 |  | 
| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 60 | These values can be set as defaults for this repository: | 
 | 61 |  | 
| Brad Bishop | 5ead1e5 | 2019-12-06 10:10:29 -0500 | [diff] [blame] | 62 | $ git config sendemail.to yocto@lists.yoctoproject.org | 
| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 63 | $ git config format.subjectPrefix meta-security][PATCH | 
 | 64 |  | 
 | 65 | Now you can just do 'git send-email origin/master' to send all local patches. | 
 | 66 |  | 
| Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 67 | Maintainers:    Armin Kuster <akuster808@gmail.com> | 
| Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 68 |  | 
 | 69 |  | 
 | 70 | License | 
 | 71 | ======= | 
 | 72 |  | 
 | 73 | All metadata is MIT licensed unless otherwise stated. Source code included | 
 | 74 | in tree for individual recipes is under the LICENSE stated in each recipe | 
 | 75 | (.bb file) unless otherwise stated. |