From: Kotaro Hashimoto Date: Wed, 19 Apr 2017 05:14:31 +0000 (+0900) Subject: meta-agl-bsp/meta-ti: Fix kernel config fragment about smack X-Git-Tag: 3.99.1~59 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=dc2cbc98814b65108d72056b0f58678802d59bde;p=AGL%2Fmeta-agl.git meta-agl-bsp/meta-ti: Fix kernel config fragment about smack Previous changes(*) caused to be disable smack setting. This patchset re-enable smack setting. (*)https://gerrit.automotivelinux.org/gerrit/#/c/8567/ Bug-AGL: SPEC-450 Change-Id: Ib0e28b232ce9f39df71cd194baedbbaeab9f62ca Signed-off-by: Kotaro Hashimoto --- diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend index 0c9374050..c2c7e5fbe 100644 --- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend +++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend @@ -22,3 +22,9 @@ SRC_URI_append_smack = "\ file://0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \ " +# Enable support for smack +KERNEL_CONFIG_FRAGMENTS_append_smack = "\ + ${WORKDIR}/audit.cfg \ + ${WORKDIR}/smack.cfg \ + ${WORKDIR}/smack-default-lsm.cfg \ +"