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 | |
Andrew Geissler | 1fe918a | 2020-05-15 14:16:47 -0500 | [diff] [blame] | 27 | URI: git://git.openembedded.org/meta-openembedded/meta-python |
| 28 | branch: master |
| 29 | revision: HEAD |
| 30 | prio: default |
| 31 | |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 32 | URI: git://git.openembedded.org/meta-openembedded/meta-networking |
| 33 | branch: master |
| 34 | revision: HEAD |
| 35 | prio: default |
| 36 | |
| 37 | Adding the security layer to your build |
| 38 | ======================================== |
| 39 | |
| 40 | In order to use this layer, you need to make the build system aware of |
| 41 | it. |
| 42 | |
| 43 | Assuming the security layer exists at the top-level of your |
| 44 | yocto build tree, you can add it to the build system by adding the |
| 45 | location of the security layer to bblayers.conf, along with any |
| 46 | other 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 Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 56 | |
| 57 | Maintenance |
| 58 | ----------- |
| 59 | |
Brad Bishop | 5ead1e5 | 2019-12-06 10:10:29 -0500 | [diff] [blame] | 60 | 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] | 61 | |
| 62 | When sending single patches, please using something like: |
Brad Bishop | 5ead1e5 | 2019-12-06 10:10:29 -0500 | [diff] [blame] | 63 | '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] | 64 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 65 | These values can be set as defaults for this repository: |
| 66 | |
Brad Bishop | 5ead1e5 | 2019-12-06 10:10:29 -0500 | [diff] [blame] | 67 | $ git config sendemail.to yocto@lists.yoctoproject.org |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 68 | $ git config format.subjectPrefix meta-security][PATCH |
| 69 | |
| 70 | Now you can just do 'git send-email origin/master' to send all local patches. |
| 71 | |
Andrew Geissler | 1fe918a | 2020-05-15 14:16:47 -0500 | [diff] [blame] | 72 | For pull requests, please use create-pull-request and send-pull-request. |
| 73 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 74 | Maintainers: Armin Kuster <akuster808@gmail.com> |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 75 | |
| 76 | |
| 77 | License |
| 78 | ======= |
| 79 | |
| 80 | All metadata is MIT licensed unless otherwise stated. Source code included |
| 81 | in tree for individual recipes is under the LICENSE stated in each recipe |
| 82 | (.bb file) unless otherwise stated. |