]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/3.8: set qemumips64 SRCREVs
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 16 May 2013 21:47:45 +0000 (14:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 May 2013 06:30:55 +0000 (09:30 +0300)
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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto_3.8.bb

index b79fa4e21d562b13e7b31eea05a6ba682945ab41..d458212c097d20b83ab22b2f6d83a21c891fa7f6 100644 (file)
@@ -5,6 +5,7 @@ KBRANCH = "${KBRANCH_DEFAULT}"
 
 SRCREV_machine_qemuarm ?= "8fb1a478c9a05362e2e4e62fc30f5ef5d6c21f49"
 SRCREV_machine_qemumips  ?= "b8870f2b11f4c948ae90a19886335fa8b7fca487"
+SRCREV_machine_qemumips64  ?= "49041e56a3c4ff552bf9f8195809b8040e2e2723"
 SRCREV_machine_qemuppc ?= "e4c12f12e61a29b6605c4fcbcfd6dbe18bd7b4e4"
 SRCREV_machine_qemux86 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d"
 SRCREV_machine_qemux86-64 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d"