summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index f031e1b668..f3867f7081 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -10,17 +10,17 @@ KBRANCH_qemumips64 = "standard/mti-malta64"
10KBRANCH_qemumips64el = "standard/mti-malta64" 10KBRANCH_qemumips64el = "standard/mti-malta64"
11KBRANCH_qemuarm = "standard/arm-versatile-926ejs" 11KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
12 12
13SRCREV_machine_qemuarm ?= "9aca8fec49787efbe44d0f137f31ee59edd94c49" 13SRCREV_machine_qemuarm ?= "b57548a29e44655e27cfbdf3a0642d682401b835"
14SRCREV_machine_qemumips ?= "23fa942849b1207dbfc4528e2a5c8df0fd71870c" 14SRCREV_machine_qemumips ?= "633d487b0f6e5d328400b47f0d69d9dac7354c84"
15SRCREV_machine_qemuppc ?= "08732f25bc3cb404e29ae201074bcf5c1661ea83" 15SRCREV_machine_qemuppc ?= "6229fc0f62283e0dc9f8b5d2be01b048a92867f3"
16SRCREV_machine_qemux86 ?= "6297e4c1d57e1063bfce297c2e12392348598559" 16SRCREV_machine_qemux86 ?= "19f7e43b54aef08d58135ed2a897d77b624b320a"
17SRCREV_machine_qemux86-64 ?= "6297e4c1d57e1063bfce297c2e12392348598559" 17SRCREV_machine_qemux86-64 ?= "19f7e43b54aef08d58135ed2a897d77b624b320a"
18SRCREV_machine ?= "6297e4c1d57e1063bfce297c2e12392348598559" 18SRCREV_machine ?= "19f7e43b54aef08d58135ed2a897d77b624b320a"
19SRCREV_meta ?= "949fddda61053cc15e46c015e8f7db17e7b33360" 19SRCREV_meta ?= "d7a96809a585e06933d8c08adb9b9f66b21efb4c"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
22 22
23LINUX_VERSION ?= "3.4.4" 23LINUX_VERSION ?= "3.4.6"
24 24
25PR = "${INC_PR}.0" 25PR = "${INC_PR}.0"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"