mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
The updated patch series to support this target is in place on the BSP specific branch in the 3.4 kernel tree now[1], so we can move it ahead off of the old 3.0 kernel. [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Saul Wold <sgw@linux.intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> (From meta-yocto rev: 68457a49a91a384347f2b0597d4da66bfd02a49e) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
690 B
Plaintext
16 lines
690 B
Plaintext
KBRANCH_atom-pc = "standard/common-pc/atom-pc"
|
|
KBRANCH_routerstationpro = "standard/routerstationpro"
|
|
KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
|
|
KBRANCH_beagleboard = "standard/beagleboard"
|
|
|
|
SRCREV_machine_atom-pc ?= "c77666c1d4c4be4be4b2046c3ff25bf1db34eb21"
|
|
SRCREV_machine_routerstationpro ?= "2c4707476e4295ee58c3e7963b9028ab98bf41e5"
|
|
SRCREV_machine_mpc8315e-rdb ?= "f10500e9faad3f9f799137a3159ff5c836c88227"
|
|
SRCREV_machine_beagleboard ?= "c77666c1d4c4be4be4b2046c3ff25bf1db34eb21"
|
|
|
|
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
# COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|