X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-agl-bsp%2Fmeta-ti%2Frecipes-kernel%2Flinux%2Flinux-ti-staging_%25.bbappend;h=b2e5431400acef0a5372e5490ac4f464482d4b3b;hb=e48cb247218a9274faa78c535c95d0e0dbaa4686;hp=c5fca454f226096d741af4b54ca37068036668bd;hpb=db96e667dfc57e2cd7bc003a8e97e6a079d58eec;p=AGL%2Fmeta-agl.git 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 c5fca454f..b2e543140 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 @@ -19,9 +19,15 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/btusb.cfg" # smack patches for handling bluetooth SRC_URI_append_smack = "\ - file://0001-Smack-File-receive-for-sockets.patch \ - file://0002-smack-fix-cache-of-access-labels.patch \ - file://0003-Smack-ignore-null-signal-in-smack_task_kill.patch \ 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 \ +" + +# file comes out of meta-agl-bsp/recipes-kernel/linux/linux_%.bbappend +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg"