All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] linux-ti-staging: Update to latest staging kernel
@ 2013-03-22 19:25 Chase Maupin
  2013-03-22 19:25 ` [PATCH 2/2] omap5-evm: Update serial console to proper value Chase Maupin
  0 siblings, 1 reply; 2+ messages in thread
From: Chase Maupin @ 2013-03-22 19:25 UTC (permalink / raw)
  To: meta-ti

* Update to the latest 3.8.4 based staging kernel

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
index 3ff038d..3dc2001 100644
--- a/recipes-kernel/linux/linux-ti-staging_git.bb
+++ b/recipes-kernel/linux/linux-ti-staging_git.bb
@@ -40,8 +40,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-3.8.y"
 
-SRCREV = "ed93a28fb0b1dc28cc252ee87f6fce3e07bf23fe"
-PV = "3.8.3"
+SRCREV = "a91f8e121dbe0b5fb84000d9ae14fac8880c44a7"
+PV = "3.8.4"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] omap5-evm: Update serial console to proper value
  2013-03-22 19:25 [PATCH 1/2] linux-ti-staging: Update to latest staging kernel Chase Maupin
@ 2013-03-22 19:25 ` Chase Maupin
  0 siblings, 0 replies; 2+ messages in thread
From: Chase Maupin @ 2013-03-22 19:25 UTC (permalink / raw)
  To: meta-ti

* The serial console for the OMAP5 uEVM is ttyO2 not ttyO0

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 conf/machine/omap5-evm.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
index daa5f58..37e6209 100644
--- a/conf/machine/omap5-evm.conf
+++ b/conf/machine/omap5-evm.conf
@@ -13,7 +13,7 @@ require conf/machine/include/omap-a15.inc
 
 IMAGE_FSTYPES += "ubi tar.gz"
 
-SERIAL_CONSOLE = "115200 ttyO0"
+SERIAL_CONSOLE = "115200 ttyO2"
 
 # UBI information.  Note that this is board and kernel specific.  Changes
 # in your kernel port may require changes in these variables.  For more
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-22 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-22 19:25 [PATCH 1/2] linux-ti-staging: Update to latest staging kernel Chase Maupin
2013-03-22 19:25 ` [PATCH 2/2] omap5-evm: Update serial console to proper value Chase Maupin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.