summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-01-05 18:01:23 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-05 23:38:04 +0000
commit5dbfea7fd40a029a5067dd9800c3205addd6b798 (patch)
treef01f3977d9cc1bf94b6b4c30f0670b823dfb7155 /meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend
parentfc9db179d4cad2a70aaa8e077bb93d2f26205b85 (diff)
dra7xx-evm: Fix issue with bluetooth pairing
This patch is ported from meta-agl-extra Commit details below: commit c50805d25ba95473e8b4d1eb28d1203a328cd77a Author: José Bollo <jose.bollo@iot.bzh> Change-Id: I54a40935d6d2bbd9c267985c9e23a14bdffb7a3c Signed-off-by: Karthik Ramanan <a0393906@ti.com> (cherry picked from commit 554f8d394c626d3a151127e67caddc3196e3ffc1)
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend')
-rw-r--r--meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend13
1 files changed, 12 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend
index 799c81e70..636e21bc2 100644
--- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend
+++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend
@@ -21,7 +21,7 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/btusb.cfg"
SRCREV = "${AUTOREV}"
-PV = "4.4.30+git${SRCPV}"
+PV = "4.4.31+git${SRCPV}"
KERNEL_GIT_URI = "git://git.omapzoom.org/kernel/omap"
BRANCH = "p-ti-lsk-linux-4.4.y-next"
@@ -29,3 +29,14 @@ SRC_URI_append = " \
"
KERNEL_DEVICETREE_dra7xx-evm_append = " dra7-evm-vision.dtb dra72-evm-vision.dtb am57xx-evm.dtb"
+
+#-------------------------------------------------------------------------
+# 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 \
+"
+