diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index ea2ce027a0..b995a42d9b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH = "standard/preempt-rt/base" | 3 | KBRANCH = "standard/preempt-rt/base" |
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
5 | 5 | ||
6 | LINUX_VERSION ?= "3.4.6" | 6 | LINUX_VERSION ?= "3.4.7" |
7 | LINUX_KERNEL_TYPE = "preempt-rt" | 7 | LINUX_KERNEL_TYPE = "preempt-rt" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "2d008a6dcbf565878cee14c5f050eca53897316f" | 11 | SRCREV_machine ?= "50cc910aeb0571921b7ad86091ec2dc621adf67f" |
12 | SRCREV_machine_qemuppc ?= "94d25f958b6dfb1e8009a0feea7ab4c9a8f54a99" | 12 | SRCREV_machine_qemuppc ?= "713b13fa93d4d0b1780b31ed9bbb7a5527447886" |
13 | SRCREV_meta ?= "7ff48aa47c50b6455d60ca93bc81260ce8fe1a1b" | 13 | SRCREV_meta ?= "8d2012649516f3c489295a31fb9ea7afd1b464e4" |
14 | 14 | ||
15 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.0" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 5ab46b7a1e..9f1e550fda 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -10,19 +10,19 @@ 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 ?= "b57548a29e44655e27cfbdf3a0642d682401b835" | 13 | SRCREV_machine_qemuarm ?= "469cf6a66c720944adeaf8e43c044dfcb8d90599" |
14 | SRCREV_machine_qemumips ?= "633d487b0f6e5d328400b47f0d69d9dac7354c84" | 14 | SRCREV_machine_qemumips ?= "0985f3076c1a5a2cc3a01054e8a0411ffe440395" |
15 | SRCREV_machine_qemuppc ?= "6229fc0f62283e0dc9f8b5d2be01b048a92867f3" | 15 | SRCREV_machine_qemuppc ?= "e662bb66d9114c05919cd57ee4d620f4e67d2123" |
16 | SRCREV_machine_qemux86 ?= "19f7e43b54aef08d58135ed2a897d77b624b320a" | 16 | SRCREV_machine_qemux86 ?= "f01bddc9534f31b27b475b68d13b5897533a6fca" |
17 | SRCREV_machine_qemux86-64 ?= "19f7e43b54aef08d58135ed2a897d77b624b320a" | 17 | SRCREV_machine_qemux86-64 ?= "f01bddc9534f31b27b475b68d13b5897533a6fca" |
18 | SRCREV_machine ?= "19f7e43b54aef08d58135ed2a897d77b624b320a" | 18 | SRCREV_machine ?= "f01bddc9534f31b27b475b68d13b5897533a6fca" |
19 | SRCREV_meta ?= "7ff48aa47c50b6455d60ca93bc81260ce8fe1a1b" | 19 | SRCREV_meta ?= "8d2012649516f3c489295a31fb9ea7afd1b464e4" |
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 | ||
23 | SRC_URI += "file://noslang.patch" | 23 | SRC_URI += "file://noslang.patch" |
24 | 24 | ||
25 | LINUX_VERSION ?= "3.4.6" | 25 | LINUX_VERSION ?= "3.4.7" |
26 | 26 | ||
27 | PR = "${INC_PR}.0" | 27 | PR = "${INC_PR}.0" |
28 | PV = "${LINUX_VERSION}+git${SRCPV}" | 28 | PV = "${LINUX_VERSION}+git${SRCPV}" |