diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-03-11 09:25:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-12 18:33:30 +0000 |
commit | e1efe7669b627cf8061c16d53727442529ecd578 (patch) | |
tree | c8e3ead7b5be12197b2f7cbf70d1911790aad2fb /meta | |
parent | 5aa490ba436bc5615ac478cf36404f220151a43d (diff) | |
download | poky-e1efe7669b627cf8061c16d53727442529ecd578.tar.gz |
linux-yocto/3.8: update EDF configuration
The sched_deadline configuration fragmements were not optimal, so tweaking
the meta data to make an enable-only configuration fragment avaiable and
updating the options within that fragment.
(From OE-Core rev: 43d2ae5695844d29ccad2c8a2760b803352d1f67)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb index d1e03080bd..b395e45488 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb | |||
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68" | |||
9 | SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" | 9 | SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" |
10 | SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" | 10 | SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" |
11 | SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" | 11 | SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" |
12 | SRCREV_meta ?= "27988ba5eb2dd797a355e7d92fd78e78c7066757" | 12 | SRCREV_meta ?= "cc572ff970662c844c0a8dd2dab93cc10b8b2a3f" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
15 | 15 | ||