]> code.ossystems Code Review - openembedded-core.git/commitdiff
emenlow: add 8250 serial options
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 14 Oct 2010 18:55:51 +0000 (14:55 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 14 Oct 2010 19:12:04 +0000 (20:12 +0100)
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>
meta/conf/distro/include/poky-default-revisions.inc
meta/recipes-kernel/linux/linux-wrs_git.bb

index 939b72eb711cc0be50c550ec93f1194e61ef2d66..d65c0280506846372bff97782cca021686b33779 100644 (file)
@@ -92,7 +92,7 @@ SRCREV_machine_pn-linux-wrs_atom-pc ?= "0431115c9d720fee5bb105f6a7411efb4f851d26
 SRCREV_machine_pn-linux-wrs_routerstationpro ?= "2ec2edaf256dd8500ee3d4763fee6ca3ecd6da4b"
 SRCREV_machine_pn-linux-wrs_mpc8315e-rdb ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
 SRCREV_machine_pn-linux-wrs_beagleboard ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
-SRCREV_meta_pn-linux-wrs ?= "5bdc73232e78e962595e238abf325b09e6e4b541"
+SRCREV_meta_pn-linux-wrs ?= "a940e976d8f108b974f51b98bb1220d2dd548ac4"
 SRCREV_pn-linux-libc-headers-wrs ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
index 93285f2768eeda4b6057b0ed6e73a8307b33a316..2459b79c89edf7aeec6631aefeaa7a474ac0845b 100644 (file)
@@ -28,7 +28,7 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|route
 
 LINUX_VERSION = "v2.6.34"
 LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}"
-PR = "r11"
+PR = "r12"
 
 S = "${WORKDIR}/linux"
 B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build"