summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-07-30 14:29:39 -0500
committerMark Hatle <mark.hatle@windriver.com>2012-07-30 14:29:39 -0500
commit20bd406a0eb8ba00376bab046905bb696c71fbce (patch)
treeb28fd2a4898aad6670a9a0574cb2c929a8ad3103
parentc9a06873bd033c975e077c72e7a78bdba1a7eec8 (diff)
downloadmeta-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--README37
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README
index bccd296..beadc0a 100644
--- a/README
+++ b/README
@@ -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
23Dependencies
24------------
25
26This layer depends on the Poky metadata. For more information on Poky see
27the Yocto Project website:
28
29http://www.yoctoproject.org
30
31
32Maintenance
33-----------
34Please see the MAINTAINERS file for information on contacting the maintainers
35of this layer, as well as instructions for submitting patches.
36
37
38Building the meta-selinux layer
39-------------------------------
40In order to add selinux support to the poky build this layer should be added
41to the bblayers.conf file. In addition you should modify your local.conf
42to specify the "poky-selinux" distribution.
43
44
45An "oe-selinux" distribution is also included as a convienence for people
46working with this layer, without the additional Poky meta data. This
47approach may work, but is not generally tested by the maintainers.
48
49
50License
51-------
52
53All metadata is MIT licensed unless otherwise stated. Source code included
54in tree for individual recipes is under the LICENSE stated in each recipe
55(.bb file) unless otherwise stated.
56
57This README document is Copyright (C) 2012 Wind River Systems, Inc.