summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-11-04 13:38:18 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-11-04 13:38:18 +0000
commit3c379e8e6809b52064b58a5839b6dad04e1d129a (patch)
treecbeafefbb94931754265e5f85053c518f51d348c /meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend
parent0fdd877983ec91e6df2f97dbf609515430cddcfa (diff)
parentc50805d25ba95473e8b4d1eb28d1203a328cd77a (diff)
Merge "Smack: fixup of bluetooth socket labelling"
Diffstat (limited to 'meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend')
-rw-r--r--meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend
new file mode 100644
index 0000000..66c3740
--- /dev/null
+++ b/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -0,0 +1,12 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux/linux-yocto-4.4:"
+
+#-------------------------------------------------------------------------
+# 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 \
+"
+