summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-07-01 16:45:26 +0300
committerAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-07-01 16:45:26 +0300
commitf359c35ab250c09e858d88b8b1aa872bb7d2cddd (patch)
treed535d9f471223e5bcd9cb4a0858a0dcaa06e41b7 /README
parent60d90b25631471e8193b3069c6a520ccf7c82008 (diff)
downloadmeta-security-f359c35ab250c09e858d88b8b1aa872bb7d2cddd.tar.gz
security layer updated work
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README55
1 files changed, 14 insertions, 41 deletions
diff --git a/README b/README
index 4dd7fbf..0d8ffba 100644
--- a/README
+++ b/README
@@ -1,47 +1,22 @@
1This README file contains information on the contents of the 1Meta-security
2security layer. 2=============
3
4Please see the corresponding sections below for details.
5 3
4This layer provides security tools, hardening tools for Linux kernels
5and libraries for implementing security mechanisms.
6 6
7Dependencies 7Dependencies
8============ 8============
9 9
10This layer depends on: 10This 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 17Adding the security layer to your build
24Patches
25=======
26
27Please submit any patches against the security layer to the
28xxxx mailing list (xxxx@zzzz.org) and cc: the maintainer:
29
30Maintainer: XXX YYYYYY <xxx.yyyyyy@zzzzz.com>
31
32
33Table of Contents
34=================
35
36 I. Adding the security layer to your build
37 II. Misc
38
39
40I. Adding the security layer to your build
41================================================= 18=================================================
42 19
43--- replace with specific instructions for the security layer ---
44
45In order to use this layer, you need to make the build system aware of 20In order to use this layer, you need to make the build system aware of
46it. 21it.
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
61II. Misc 32License
62======== 33-------
63 34
64--- replace with specific information about the security layer --- 35All metadata is MIT licensed unless otherwise stated. Source code included
36in tree for individual recipes is under the LICENSE stated in each recipe
37(.bb file) unless otherwise stated.