diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-24 16:25:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-25 10:41:28 +0100 |
commit | 3e7e0bdad7dabde5189908fbe9003b7a584a07e8 (patch) | |
tree | adf04308e4600e4ce4b39d5c5fab858dd710610e | |
parent | 6ee9ebc42575d24bc5bcd5da175c81e4ea7ccb38 (diff) | |
download | poky-3e7e0bdad7dabde5189908fbe9003b7a584a07e8.tar.gz |
linux-yocto/3.4: update kver to v3.4.11
Updating the machine and meta SRCREVs to the latest 3.4.x -stable
release.
See git whatchanged v3.4.10..v3.4.11 for the full changelog.
(From OE-Core rev: b164d9776802784a2fee01f2ab267dab4c2beafe)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 5a26055e1d..ccc06f8422 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.10" | 6 | LINUX_VERSION ?= "3.4.11" |
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 ?= "dcecefa43e05f5450886648a93e2fda2ec35e2dc" | 11 | SRCREV_machine ?= "6d7122966eaae849ba3f2e1ccb94cdab17a46fbd" |
12 | SRCREV_machine_qemuppc ?= "5e8709c4777f07a12b0a05a22f0864f552ef9449" | 12 | SRCREV_machine_qemuppc ?= "8b2acbc859c616dfcad79f786bacb856f370f4c2" |
13 | SRCREV_meta ?= "c5bddf8ea379406ffec550528e17b777a0eba24b" | 13 | SRCREV_meta ?= "3086a24972b0290156fb7993b659b91872388a4a" |
14 | 14 | ||
15 | 15 | ||
16 | PR = "${INC_PR}.0" | 16 | PR = "${INC_PR}.0" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 364b702c93..a59a7c46aa 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -3,17 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH_DEFAULT = "standard/base" | 3 | KBRANCH_DEFAULT = "standard/base" |
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "679978b4fd1ef8cfea97d4ee4b4cd7c51bc62ee2" | 6 | SRCREV_machine_qemuarm ?= "8f05f1d8adbf1551a80225049dd381ffbb64a6c5" |
7 | SRCREV_machine_qemumips ?= "9c7810609ff37a77e8d39680f98f1baefee18a80" | 7 | SRCREV_machine_qemumips ?= "fb23a2ed7b94548b1736fdb55efb26f88bc5c171" |
8 | SRCREV_machine_qemuppc ?= "cf4bad14983753ad4b592c40fb36466b202b24a4" | 8 | SRCREV_machine_qemuppc ?= "cdecf5940d81330680ce1517a7bc101556792e71" |
9 | SRCREV_machine_qemux86 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" | 9 | SRCREV_machine_qemux86 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f" |
10 | SRCREV_machine_qemux86-64 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" | 10 | SRCREV_machine_qemux86-64 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f" |
11 | SRCREV_machine ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" | 11 | SRCREV_machine ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f" |
12 | SRCREV_meta ?= "c5bddf8ea379406ffec550528e17b777a0eba24b" | 12 | SRCREV_meta ?= "3086a24972b0290156fb7993b659b91872388a4a" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
15 | 15 | ||
16 | LINUX_VERSION ?= "3.4.10" | 16 | LINUX_VERSION ?= "3.4.11" |
17 | 17 | ||
18 | PR = "${INC_PR}.3" | 18 | PR = "${INC_PR}.3" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |