diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-01 10:09:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-02 18:04:00 +0100 |
commit | 1d7a5ac1cea1a5bdb6a9d3dd822439c070066272 (patch) | |
tree | ed12276ee55b2f2c7edc20432b7cffb99a3ed9d1 /meta/recipes-kernel/linux/linux-yocto_3.8.bb | |
parent | 166c123bc0d121eeea39db71e63940fa2f8a3f7b (diff) | |
download | openembedded-core-1d7a5ac1cea1a5bdb6a9d3dd822439c070066272.tar.gz openembedded-core-1d7a5ac1cea1a5bdb6a9d3dd822439c070066272.tar.bz2 openembedded-core-1d7a5ac1cea1a5bdb6a9d3dd822439c070066272.zip |
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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.8.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 12 |
1 files changed, 6 insertions, 6 deletions
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 KBRANCH_DEFAULT = "standard/base" KBRANCH = "${KBRANCH_DEFAULT}" -SRCREV_machine_qemuarm ?= "3a73643770a32ea6c86724e92e1e5abecb5dc822" -SRCREV_machine_qemumips ?= "1aefa19417793412ef87217a4cb5d1074dc549ba" -SRCREV_machine_qemuppc ?= "8844013c81e9ad80246aabca6573eed9dbaac646" -SRCREV_machine_qemux86 ?= "15a0766b3d007e5fafce3503375694dff2b0603e" -SRCREV_machine_qemux86-64 ?= "15a0766b3d007e5fafce3503375694dff2b0603e" -SRCREV_machine ?= "15a0766b3d007e5fafce3503375694dff2b0603e" +SRCREV_machine_qemuarm ?= "bf458ca0e48f4f57cbb02b52070a000f361eec84" +SRCREV_machine_qemumips ?= "c7297b41016919c95a2c779cafc0aad736f6a400" +SRCREV_machine_qemuppc ?= "f8848d222d1fcd1ebc517d28f289735621708449" +SRCREV_machine_qemux86 ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42" +SRCREV_machine_qemux86-64 ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42" +SRCREV_machine ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42" SRCREV_meta ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |