mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 08:02:23 +02:00
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>
15 lines
711 B
Plaintext
15 lines
711 B
Plaintext
KBRANCH_atom-pc = "yocto/standard/common-pc/atom-pc"
|
|
KBRANCH_routerstationpro = "yocto/standard/routerstationpro"
|
|
KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
|
|
KBRANCH_beagleboard = "yocto/standard/beagleboard"
|
|
|
|
SRCREV_machine_atom-pc ?= "45d64709c00fce6e9b76a638c4ca6f30a8e9d25a"
|
|
SRCREV_machine_routerstationpro ?= "af74f58ef6ffdc68cc77d314ad31bd6a322309d3"
|
|
SRCREV_machine_mpc8315e-rdb ?= "0c781e306559d5e9816e202a60aa2543f4eea39e"
|
|
SRCREV_machine_beagleboard ?= "567c989c90ce5f2c62f6ef788be763150b65a0fb"
|
|
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|