Go to file
Joe MacDonald e0a92ce7b2 Globally replace 'base_contains' calls with 'bb.utils.contains'
Based on oe-core commit:

   commit 1528e596d4906c33e4be83fcf691cfe76d340ff3
   Author: Otavio Salvador <otavio@ossystems.com.br>
   Date:   Thu Apr 24 15:59:20 2014 -0300

   Globally replace 'base_contains' calls with 'bb.utils.contains'

   The base_contains is kept as a compatibility method and we ought to not
   use it in OE-Core so we can remove it from base metadata in future.

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2014-09-24 08:52:17 -04:00
classes Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-09-24 08:52:17 -04:00
conf Use compressed_policy by default, and clear distro feature 2014-09-22 16:14:21 +08:00
recipes-connectivity dhcp/init-server: restorecon for dhcpd*.leases 2014-06-23 11:50:00 +08:00
recipes-core initscripts/devpts.sh: fix context for /dev/pts 2014-06-23 11:48:36 +08:00
recipes-devtools rpm: remove PR 2014-08-28 17:07:07 +08:00
recipes-extended Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-09-24 08:52:17 -04:00
recipes-graphics mesa: Use wildcard for version number in bbappend. 2014-05-16 18:04:08 +08:00
recipes-kernel/linux Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-09-24 08:52:17 -04:00
recipes-security Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-09-24 08:52:17 -04:00
recipes-support gnupg: remove PR 2014-08-28 17:09:22 +08:00
MAINTAINERS Update maintainer list. 2013-06-14 17:28:31 +08:00
README README: Update status 2013-10-02 13:24:46 -04: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
------
Sep 17, 2013 - Updated to match oe-core/poky master for what will be the
	1.5 release
  * Misc bug fixes
  * Update distro config
  * Uprev various packages

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.