From 728038c3a6eaf95f08995b224666edd922da40a3 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] (From OE-Core rev: 6c2e2afe9dbc43554e552e5a293ca7ffeb669f35) Signed-off-by: Alejandro Hernandez Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 0457f08cce73ab8646f8a44e88884371e09f35b4) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index e92010c28c..6fd4bf3766 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "cb23b8e3ce0ad77acb717e249b4821c8350f1c83" -SRCREV_meta ?= "db18675035528619e366d71de17bb84c2b9804c5" +SRCREV_meta ?= "504258db25fddc61726bf93f3880ca6f2f381469" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -- cgit v1.2.3-54-g00ecf