Go to file
Christopher Larson 637094b9f9 layer.conf: avoid unnecessary early expansion with :=
bitbake handles immediate expansions of LAYERDIR for us automatically.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2013-10-02 13:24:45 -04:00
classes selinux.bbclass: nativesdk- prefix to fit oe-core master. 2013-01-07 10:47:22 +08:00
conf layer.conf: avoid unnecessary early expansion with := 2013-10-02 13:24:45 -04:00
recipes-connectivity always force to restore file contexts in initscripts 2013-10-02 13:24:44 -04:00
recipes-core busybox: alternatives link to sh wrappers for commands 2013-10-02 13:24:45 -04:00
recipes-devtools python-ipy: fix PN -> BPN in do_install for multilibs 2013-03-19 15:21:37 +08:00
recipes-extended selinux: remove reference to locale env files from login 2013-10-02 13:24:45 -04:00
recipes-graphics mesa: uprev to oe-core version 9.1.6 2013-08-22 13:02:29 +08:00
recipes-kernel/linux linux-yocto: Add support for the 3.10 kernel 2013-10-02 13:24:45 -04:00
recipes-security busybox: alternatives link to sh wrappers for commands 2013-10-02 13:24:45 -04:00
recipes-support gnupg: uprev to 2.0.20 to fit oe-core 2013-08-27 13:55:07 +08:00
MAINTAINERS Update maintainer list. 2013-06-14 17:28:31 +08:00
README README: Update readme to conform to Yocto Project compliance guidelines 2012-07-30 14:29:39 -05:00
SELinux-FAQ documentation: update guidance for runqemu 2013-09-25 10:52:12 -04:00

meta-selinux
============

This layer's purpose is enabling SE Linux support when used with Poky.

The majority of this layers work is accomplished in bbappend files, used to
enable SE Linux support in existing Poky packages.

A new recipes-security was added.  The purpose of this category is to add
software specific to system security.

Please see the MAINTAINERS file for information on contacting the maintainers
of this layer, as well as instructions for submitting patches.

status
------
Jan 31, 2012 - Initial version of the layer available.  Basic functionality:
  * new recipes-security -- includes all SE Linux core components
  * enable kernel configuration of SE Linux components
  * enable a few basic recipes to be used as examples for others


Dependencies
------------

This layer depends on the Poky metadata.  For more information on Poky see
the Yocto Project website:

http://www.yoctoproject.org


Maintenance
-----------
Please see the MAINTAINERS file for information on contacting the maintainers
of this layer, as well as instructions for submitting patches.


Building the meta-selinux layer
-------------------------------
In order to add selinux support to the poky build this layer should be added
to the bblayers.conf file.  In addition you should modify your local.conf
to specify the "poky-selinux" distribution.


An "oe-selinux" distribution is also included as a convienence for people
working with this layer, without the additional Poky meta data.  This
approach may work, but is not generally tested by the maintainers.


License
-------

All metadata is MIT licensed unless otherwise stated. Source code included
in tree for individual recipes is under the LICENSE stated in each recipe
(.bb file) unless otherwise stated.

This README document is Copyright (C) 2012 Wind River Systems, Inc.