diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-14 14:55:51 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-14 20:12:04 +0100 |
commit | 95fb69bb24a918e048f3c87ebe289e731a4aab6f (patch) | |
tree | 4adcdffad4f0dac9b15e51009775fe541d5582af /meta/recipes-kernel | |
parent | 9a2ae44380a5ef81fb099075af99351db06a3252 (diff) | |
download | poky-95fb69bb24a918e048f3c87ebe289e731a4aab6f.tar.gz |
emenlow: add 8250 serial options
The emenlow didn't have the default 8250 serial ports.
Including the common serial config fragment fixes this
problem.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 93285f2768..2459b79c89 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
@@ -28,7 +28,7 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|route | |||
28 | 28 | ||
29 | LINUX_VERSION = "v2.6.34" | 29 | LINUX_VERSION = "v2.6.34" |
30 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" | 30 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" |
31 | PR = "r11" | 31 | PR = "r12" |
32 | 32 | ||
33 | S = "${WORKDIR}/linux" | 33 | S = "${WORKDIR}/linux" |
34 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" | 34 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" |