From 2b6a6cad90bfef3afd5a721ec985f71336914fa7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Nov 2015 12:01:30 -0500 Subject: linux-yocto/4.1: Bluetooth:Fix the connection fail of 6lowpan over BT LE Backporting the 4.4 fix for 6lowpan: Author: Wu Zheng Date: Fri Nov 20 13:25:57 2015 +0800 Bluetooth:Fix the connection fail of 6lowpan over BT LE When two devices with 6lowpan over BT LE connect each other, 6lowpan over BT LE channel is set up between the two devices. However, the status of channel is not right. It always is set to CONNECTED and the channel can't be created. The status of channel need to be removed when connection is created. (The patch's reference from b0c09f94ff1660a1873549b788c998284ea5fb8a) Signed-off-by: Wu Zheng Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 1d8086c960..fe04f51d15 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.13" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "ec44c165aa1d30bde477196ee428d82530e55485" +SRCREV_machine ?= "c22dc676d6d560d0b2a316283a514d65d2a510e4" SRCREV_meta ?= "30c4b4bd79c5d774de6dcf23d0deab554e31f3d4" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg