mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Add in support for optional bbappends based on the presence of other layers in the project and move the lxc recipe to a meta-virtualization location. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
77 lines
2.2 KiB
Plaintext
77 lines
2.2 KiB
Plaintext
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
|
|
|
|
This layer also optionally depends on the following layers:
|
|
|
|
URI: git://github.com/openembedded/meta-oe.git
|
|
branch: master
|
|
revision: HEAD
|
|
layers: meta-oe
|
|
meta-networking
|
|
meta-python
|
|
|
|
URI: git://git.yoctoproject.org/meta-virtualization
|
|
branch: master
|
|
revision: HEAD
|
|
|
|
|
|
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.
|