diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-07-30 14:29:39 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-07-30 14:29:39 -0500 |
commit | 20bd406a0eb8ba00376bab046905bb696c71fbce (patch) | |
tree | b28fd2a4898aad6670a9a0574cb2c929a8ad3103 | |
parent | c9a06873bd033c975e077c72e7a78bdba1a7eec8 (diff) | |
download | meta-selinux-20bd406a0eb8ba00376bab046905bb696c71fbce.tar.gz |
README: Update readme to conform to Yocto Project compliance guidelines
The compliane guidelines required:
layers contain a README file which details the origin of the layer, its
maintainer, where to submit changes, and any dependencies or version
requirements
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -18,3 +18,40 @@ Jan 31, 2012 - Initial version of the layer available. Basic functionality: | |||
18 | * new recipes-security -- includes all SE Linux core components | 18 | * new recipes-security -- includes all SE Linux core components |
19 | * enable kernel configuration of SE Linux components | 19 | * enable kernel configuration of SE Linux components |
20 | * enable a few basic recipes to be used as examples for others | 20 | * enable a few basic recipes to be used as examples for others |
21 | |||
22 | |||
23 | Dependencies | ||
24 | ------------ | ||
25 | |||
26 | This layer depends on the Poky metadata. For more information on Poky see | ||
27 | the Yocto Project website: | ||
28 | |||
29 | http://www.yoctoproject.org | ||
30 | |||
31 | |||
32 | Maintenance | ||
33 | ----------- | ||
34 | Please see the MAINTAINERS file for information on contacting the maintainers | ||
35 | of this layer, as well as instructions for submitting patches. | ||
36 | |||
37 | |||
38 | Building the meta-selinux layer | ||
39 | ------------------------------- | ||
40 | In order to add selinux support to the poky build this layer should be added | ||
41 | to the bblayers.conf file. In addition you should modify your local.conf | ||
42 | to specify the "poky-selinux" distribution. | ||
43 | |||
44 | |||
45 | An "oe-selinux" distribution is also included as a convienence for people | ||
46 | working with this layer, without the additional Poky meta data. This | ||
47 | approach may work, but is not generally tested by the maintainers. | ||
48 | |||
49 | |||
50 | License | ||
51 | ------- | ||
52 | |||
53 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
54 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
55 | (.bb file) unless otherwise stated. | ||
56 | |||
57 | This README document is Copyright (C) 2012 Wind River Systems, Inc. | ||