From 0457f08cce73ab8646f8a44e88884371e09f35b4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 26 May 2017 16:10:44 -0400 Subject: linux-yocto/meta: bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies Updating the kernel meta-data to pick up a bluetooth configuration change: BT_LE is nedded by BT_6LOWPAN BT_BREDR is needed by: BT_RFCOMM, BT_RFCOMM_TTY (secondary), BT_BNEP, BT_BNEP_MC_FILTER (secondary), BNEP_PROTO_FILTER (secondary), BT_CMTP, BT_HIDP [YOCTO #10425] Signed-off-by: Alejandro Hernandez Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb index 4103c48f14..dd84d84e80 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" -SRCREV_meta ?= "8b40e0ad3acba22a19c2505584044df115d02e90" +SRCREV_meta ?= "517106befbfadda8aac38eda9e4dfd51df264e2f" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg