diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-11 00:26:12 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:57:00 +0100 |
commit | 5ae1e2c9e881f92901ea66b78c4a5b3f08cd07d2 (patch) | |
tree | 3fb973d6f99000cff83e46f94ff0c1d5b84fc353 /meta/recipes-kernel | |
parent | 149f2262135ca87608783a8801c9c2d978d8c8ef (diff) | |
download | poky-5ae1e2c9e881f92901ea66b78c4a5b3f08cd07d2.tar.gz |
mpc8315e-rdb: create machine and tuning configuration
BUGID: 423
Introduce the basic mpc8315e BSP. By default this BSP uses
the basic 603 tuning and soft-float. There are issues with
the e300 tuning and eglibc, and the compiler. Subsequent
commits will further tune this BSP.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index f99be25c75..00e74022ef 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
@@ -27,12 +27,13 @@ WRMACHINE_qemumips = "mti_malta32_be" | |||
27 | WRMACHINE_qemuarm = "arm_versatile_926ejs" | 27 | WRMACHINE_qemuarm = "arm_versatile_926ejs" |
28 | WRMACHINE_atom-pc = "common_pc" | 28 | WRMACHINE_atom-pc = "common_pc" |
29 | WRMACHINE_routerstationpro = "routerstationpro" | 29 | WRMACHINE_routerstationpro = "routerstationpro" |
30 | WRMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" | ||
30 | 31 | ||
31 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro)" | 32 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro|mpc8315e-rdb)" |
32 | 33 | ||
33 | LINUX_VERSION = "v2.6.34" | 34 | LINUX_VERSION = "v2.6.34" |
34 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" | 35 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" |
35 | PR = "r8" | 36 | PR = "r9" |
36 | 37 | ||
37 | S = "${WORKDIR}/linux" | 38 | S = "${WORKDIR}/linux" |
38 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" | 39 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" |