diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-30 21:34:17 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-03 11:43:50 +0100 |
commit | 383fb0527685cf06aa4b4a25c12f87fb7b44771f (patch) | |
tree | 51f7d740b553348ac313d8694ef95a42266f9173 /meta | |
parent | e12d2be09a2ecd84f8ca5d7cbbc94e94b0bcd839 (diff) | |
download | poky-383fb0527685cf06aa4b4a25c12f87fb7b44771f.tar.gz |
linux-yocto: add core bluetooth support to qemux86* and common-pc*
Updating the configuration for the common x86 platforms to always
include core bluetooth support.
(From OE-Core rev: 388de1bfa1de1086d500aa8b2d4ece69cce6d5f6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.19.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb index 15fc536e0a..1f91471dd6 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | |||
@@ -10,7 +10,7 @@ KMETA = "meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b" | 12 | SRCREV_machine ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b" |
13 | SRCREV_meta ?= "1b28e65444c0da26c347eba6272984547ab4983b" | 13 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb index e47e22b396..6ddbe8c593 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b" | |||
19 | SRCREV_machine_qemux86-64 ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b" | 19 | SRCREV_machine_qemux86-64 ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b" |
20 | SRCREV_machine_qemumips64 ?= "f631de1c3df29a85a4b882acf19682fe05eec0f3" | 20 | SRCREV_machine_qemumips64 ?= "f631de1c3df29a85a4b882acf19682fe05eec0f3" |
21 | SRCREV_machine ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b" | 21 | SRCREV_machine ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b" |
22 | SRCREV_meta ?= "1b28e65444c0da26c347eba6272984547ab4983b" | 22 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
25 | 25 | ||