diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 81816b15d2..9205901697 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -10,13 +10,13 @@ KBRANCH_qemumips64 = "standard/mti-malta64" | |||
10 | KBRANCH_qemumips64el = "standard/mti-malta64" | 10 | KBRANCH_qemumips64el = "standard/mti-malta64" |
11 | KBRANCH_qemuarm = "standard/arm-versatile-926ejs" | 11 | KBRANCH_qemuarm = "standard/arm-versatile-926ejs" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "bc7dd2ebe7f5443fb9d89d46106053cfc69b5d7f" | 13 | SRCREV_machine_qemuarm ?= "1b83eb1b99e937b67dafa4dedba9440d596cbd9f" |
14 | SRCREV_machine_qemumips ?= "5a2ad0078de3d24a6e8e3f3c9a7426a08a86717d" | 14 | SRCREV_machine_qemumips ?= "c6104a63aae262ff4238b45905ab1c57145334bc" |
15 | SRCREV_machine_qemuppc ?= "f92ab2a332627c0213ecfdfc873d470be008f86b" | 15 | SRCREV_machine_qemuppc ?= "4988a7e34bccd531b511c57f93358de9fcc672a0" |
16 | SRCREV_machine_qemux86 ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad" | 16 | SRCREV_machine_qemux86 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" |
17 | SRCREV_machine_qemux86-64 ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad" | 17 | SRCREV_machine_qemux86-64 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" |
18 | SRCREV_machine ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad" | 18 | SRCREV_machine ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" |
19 | SRCREV_meta ?= "3fd089debe624c642d7b4d9363f853021d1675b2" | 19 | SRCREV_meta ?= "978f876e4368cdd0ef781e74ea28a6771bf69b79" |
20 | 20 | ||
21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
22 | 22 | ||