diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-05-16 14:47:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-17 09:37:28 +0300 |
commit | a3e31a334ab9a66f309b9a85a859848f8317abd1 (patch) | |
tree | 8a60a06d58130d6bf786c403f3ca2cf2bc479e57 /meta/recipes-kernel | |
parent | a5f4e5fd991a15d2d9bf48768d214bdc5a68e33c (diff) | |
download | poky-a3e31a334ab9a66f309b9a85a859848f8317abd1.tar.gz |
linux-yocto/3.8: set qemumips64 SRCREVs
When qemumips64 was enabled, its machine specific SRCREV was missed.
Without it, qemumips64 builds from the wrong branch and we miss important
oprofile/ftrace fixes that are required for boot.
(From OE-Core rev: 6c94a53f7c1b674927486fdbf81613b2832bae40)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb index b79fa4e21d..d458212c09 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb | |||
@@ -5,6 +5,7 @@ KBRANCH = "${KBRANCH_DEFAULT}" | |||
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "8fb1a478c9a05362e2e4e62fc30f5ef5d6c21f49" | 6 | SRCREV_machine_qemuarm ?= "8fb1a478c9a05362e2e4e62fc30f5ef5d6c21f49" |
7 | SRCREV_machine_qemumips ?= "b8870f2b11f4c948ae90a19886335fa8b7fca487" | 7 | SRCREV_machine_qemumips ?= "b8870f2b11f4c948ae90a19886335fa8b7fca487" |
8 | SRCREV_machine_qemumips64 ?= "49041e56a3c4ff552bf9f8195809b8040e2e2723" | ||
8 | SRCREV_machine_qemuppc ?= "e4c12f12e61a29b6605c4fcbcfd6dbe18bd7b4e4" | 9 | SRCREV_machine_qemuppc ?= "e4c12f12e61a29b6605c4fcbcfd6dbe18bd7b4e4" |
9 | SRCREV_machine_qemux86 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d" | 10 | SRCREV_machine_qemux86 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d" |
10 | SRCREV_machine_qemux86-64 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d" | 11 | SRCREV_machine_qemux86-64 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d" |