Files
Armin Kuster 14b15cc276 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>
2014-08-20 21:19:04 -07:00

5 lines
161 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Tomoyo kernel support
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tomoyo', ' file://tomoyo.cfg', '', d)}"