summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-04-01 10:09:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-02 18:08:22 +0100
commit8452199a895c3e77d4cf360408b3140f6dc7521a (patch)
tree24d13e71b05342606d494f3b3283a1862ecf435f /meta
parent0d47a7d8e8b50fbf0ed6ec8f3a8b95a11c067804 (diff)
downloadpoky-8452199a895c3e77d4cf360408b3140f6dc7521a.tar.gz
linux-yocto/3.8: update mips SA_RESTORER fix
During the 3.8.4 integration there was a build issue on MIPS due to SA_RESTORER changes. A solution was put in place for mips, but it didn't cover other impacted architectures. This is a backport of the proposed fix for the next 3.8-stable, since the full -stable might not be available in the right timeframe. (From OE-Core rev: 1d7a5ac1cea1a5bdb6a9d3dd822439c070066272) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb4
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.8.bb12
2 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
index 255e2e37b4..7b9a4f8781 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "f35992f80c81dc5fa1a97165dfd5cbb84661f7cb" 11SRCREV_machine ?= "c122468c96f47f281eb3ab51f96507d66dcc60d7"
12SRCREV_machine_qemuppc ?= "5789e3f33c1d5df35ced60d0153cafca7cd0e319" 12SRCREV_machine_qemuppc ?= "dc0440c8bbf12676a54c7aa29879155d925a7565"
13SRCREV_meta ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f" 13SRCREV_meta ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index 95a4906b99..10fc693d0e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -3,12 +3,12 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH_DEFAULT = "standard/base" 3KBRANCH_DEFAULT = "standard/base"
4KBRANCH = "${KBRANCH_DEFAULT}" 4KBRANCH = "${KBRANCH_DEFAULT}"
5 5
6SRCREV_machine_qemuarm ?= "3a73643770a32ea6c86724e92e1e5abecb5dc822" 6SRCREV_machine_qemuarm ?= "bf458ca0e48f4f57cbb02b52070a000f361eec84"
7SRCREV_machine_qemumips ?= "1aefa19417793412ef87217a4cb5d1074dc549ba" 7SRCREV_machine_qemumips ?= "c7297b41016919c95a2c779cafc0aad736f6a400"
8SRCREV_machine_qemuppc ?= "8844013c81e9ad80246aabca6573eed9dbaac646" 8SRCREV_machine_qemuppc ?= "f8848d222d1fcd1ebc517d28f289735621708449"
9SRCREV_machine_qemux86 ?= "15a0766b3d007e5fafce3503375694dff2b0603e" 9SRCREV_machine_qemux86 ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42"
10SRCREV_machine_qemux86-64 ?= "15a0766b3d007e5fafce3503375694dff2b0603e" 10SRCREV_machine_qemux86-64 ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42"
11SRCREV_machine ?= "15a0766b3d007e5fafce3503375694dff2b0603e" 11SRCREV_machine ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42"
12SRCREV_meta ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f" 12SRCREV_meta ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"