summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-wrs_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb
index 00e74022ef..ddc8d3bdce 100644
--- a/meta/recipes-kernel/linux/linux-wrs_git.bb
+++ b/meta/recipes-kernel/linux/linux-wrs_git.bb
@@ -28,8 +28,9 @@ WRMACHINE_qemuarm = "arm_versatile_926ejs"
28WRMACHINE_atom-pc = "common_pc" 28WRMACHINE_atom-pc = "common_pc"
29WRMACHINE_routerstationpro = "routerstationpro" 29WRMACHINE_routerstationpro = "routerstationpro"
30WRMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" 30WRMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
31WRMACHINE_beagleboard = "beagleboard"
31 32
32COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro|mpc8315e-rdb)" 33COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro|mpc8315e-rdb|beagleboard)"
33 34
34LINUX_VERSION = "v2.6.34" 35LINUX_VERSION = "v2.6.34"
35LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" 36LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}"