diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 55 |
1 files changed, 14 insertions, 41 deletions
| @@ -1,47 +1,22 @@ | |||
| 1 | This README file contains information on the contents of the | 1 | Meta-security |
| 2 | security layer. | 2 | ============= |
| 3 | |||
| 4 | Please see the corresponding sections below for details. | ||
| 5 | 3 | ||
| 4 | This layer provides security tools, hardening tools for Linux kernels | ||
| 5 | and libraries for implementing security mechanisms. | ||
| 6 | 6 | ||
| 7 | Dependencies | 7 | Dependencies |
| 8 | ============ | 8 | ============ |
| 9 | 9 | ||
| 10 | This layer depends on: | 10 | This layer depends on: |
| 11 | 11 | ||
| 12 | URI: git://git.openembedded.org/bitbake | 12 | URI: git://git.yoctoproject.org/poky |
| 13 | branch: master | ||
| 14 | |||
| 15 | URI: git://git.openembedded.org/openembedded-core | ||
| 16 | layers: meta | ||
| 17 | branch: master | ||
| 18 | |||
| 19 | URI: git://git.yoctoproject.org/xxxx | ||
| 20 | layers: xxxx | ||
| 21 | branch: master | 13 | branch: master |
| 14 | revision: HEAD | ||
| 15 | prio: default | ||
| 22 | 16 | ||
| 23 | 17 | Adding the security layer to your build | |
| 24 | Patches | ||
| 25 | ======= | ||
| 26 | |||
| 27 | Please submit any patches against the security layer to the | ||
| 28 | xxxx mailing list (xxxx@zzzz.org) and cc: the maintainer: | ||
| 29 | |||
| 30 | Maintainer: XXX YYYYYY <xxx.yyyyyy@zzzzz.com> | ||
| 31 | |||
| 32 | |||
| 33 | Table of Contents | ||
| 34 | ================= | ||
| 35 | |||
| 36 | I. Adding the security layer to your build | ||
| 37 | II. Misc | ||
| 38 | |||
| 39 | |||
| 40 | I. Adding the security layer to your build | ||
| 41 | ================================================= | 18 | ================================================= |
| 42 | 19 | ||
| 43 | --- replace with specific instructions for the security layer --- | ||
| 44 | |||
| 45 | In order to use this layer, you need to make the build system aware of | 20 | In order to use this layer, you need to make the build system aware of |
| 46 | it. | 21 | it. |
| 47 | 22 | ||
| @@ -52,13 +27,11 @@ other layers needed. e.g.: | |||
| 52 | 27 | ||
| 53 | BBLAYERS ?= " \ | 28 | BBLAYERS ?= " \ |
| 54 | /path/to/yocto/meta \ | 29 | /path/to/yocto/meta \ |
| 55 | /path/to/yocto/meta-yocto \ | 30 | /path/to/poky/meta-security \ |
| 56 | /path/to/yocto/meta-yocto-bsp \ | ||
| 57 | /path/to/yocto/meta-security \ | ||
| 58 | " | ||
| 59 | |||
| 60 | 31 | ||
| 61 | II. Misc | 32 | License |
| 62 | ======== | 33 | ------- |
| 63 | 34 | ||
| 64 | --- replace with specific information about the security layer --- | 35 | All metadata is MIT licensed unless otherwise stated. Source code included |
| 36 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
| 37 | (.bb file) unless otherwise stated. | ||
