diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-06-12 16:52:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-13 11:42:07 +0100 |
commit | 6aff0d15757a430651c966aff82c71e1dba5939b (patch) | |
tree | b47b6e0fb5e76a38b2a4296b0229c00780f2e9f8 /meta-yocto | |
parent | 5ed855d12cddf2de535c3f6d05d3dfe85d69d99d (diff) | |
download | poky-6aff0d15757a430651c966aff82c71e1dba5939b.tar.gz |
meta-yocto/linux-yocto: fix routerstationpro build
The update from v3.0.24 to v3.0.32 removed a lock that the routerstationpro
BSP was using, and broke the build.
Updating the SRCREV to pickup a fix for the new lock and fix the board
build.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend index d0608bc0fe..6de9deff72 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -4,7 +4,7 @@ KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" | |||
4 | KBRANCH_beagleboard = "yocto/standard/beagleboard" | 4 | KBRANCH_beagleboard = "yocto/standard/beagleboard" |
5 | 5 | ||
6 | SRCREV_machine_atom-pc ?= "45d64709c00fce6e9b76a638c4ca6f30a8e9d25a" | 6 | SRCREV_machine_atom-pc ?= "45d64709c00fce6e9b76a638c4ca6f30a8e9d25a" |
7 | SRCREV_machine_routerstationpro ?= "21bd4a0a3b0f061e4640dd1011ebc94d122b5e40" | 7 | SRCREV_machine_routerstationpro ?= "af74f58ef6ffdc68cc77d314ad31bd6a322309d3" |
8 | SRCREV_machine_mpc8315e-rdb ?= "0c781e306559d5e9816e202a60aa2543f4eea39e" | 8 | SRCREV_machine_mpc8315e-rdb ?= "0c781e306559d5e9816e202a60aa2543f4eea39e" |
9 | SRCREV_machine_beagleboard ?= "567c989c90ce5f2c62f6ef788be763150b65a0fb" | 9 | SRCREV_machine_beagleboard ?= "567c989c90ce5f2c62f6ef788be763150b65a0fb" |
10 | 10 | ||