tomoyo: Add kconfig

V2:
Fixed path to init program
Fix typo in name

Add kernel config to enable tomoyo

Signed-off-by: Armin Kuster <akuster@mvista.com>
This commit is contained in:
Armin Kuster
2014-07-12 04:29:04 -07:00
committed by Armin Kuster
parent 43ce4b4889
commit 14b15cc276
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,4 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Tomoyo kernel support
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tomoyo', ' file://tomoyo.cfg', '', d)}"