mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
linux-wrs: add initial beagleboard support
BUGID: 421 Create the infrastructure to build the beagleboard against the linux-wrs kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
5ae1e2c9e8
commit
c9b6051f2c
@@ -28,8 +28,9 @@ WRMACHINE_qemuarm = "arm_versatile_926ejs"
|
||||
WRMACHINE_atom-pc = "common_pc"
|
||||
WRMACHINE_routerstationpro = "routerstationpro"
|
||||
WRMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
|
||||
WRMACHINE_beagleboard = "beagleboard"
|
||||
|
||||
COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro|mpc8315e-rdb)"
|
||||
COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro|mpc8315e-rdb|beagleboard)"
|
||||
|
||||
LINUX_VERSION = "v2.6.34"
|
||||
LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}"
|
||||
|
||||
Reference in New Issue
Block a user