mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +00:00
8740806e92
add 4.1 kernel support for css Signed-off-by: Armin Kuster <akuster808@gmail.com>
10 lines
444 B
Plaintext
10 lines
444 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.1:"
|
|
|
|
# Tomoyo kernel support
|
|
SRC_URI += "\
|
|
${@base_contains('DISTRO_FEATURES', 'tomoyo', ' file://ccs-tools-yocto.4.1.patch', '', d)} \
|
|
${@base_contains('DISTRO_FEATURES', 'tomoyo', ' file://ccs-tools-yocto_security.patch', '', d)} \
|
|
${@base_contains('DISTRO_FEATURES', 'tomoyo', ' file://tomoyo.cfg', '', d)} \
|
|
${@base_contains('DISTRO_FEATURES', 'tomoyo', ' file://tomoyo.scc', '', d)} \
|
|
"
|