All of lore.kernel.org
 help / color / mirror / Atom feed
From: Siddharth Heroor <heroor@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Siddharth Heroor <heroor@ti.com>
Subject: [PATCH 2/2] ti816x machine: Update for latest kernel version
Date: Wed, 11 May 2011 10:11:21 +0530	[thread overview]
Message-ID: <1305088881-3527-2-git-send-email-heroor@gmail.com> (raw)
In-Reply-To: <1305088881-3527-1-git-send-email-heroor@gmail.com>

From: Siddharth Heroor <heroor@ti.com>

* In 2.6.37 the console is tied to ttyO2.
* Bump PR.

Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 conf/machine/include/ti816x.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc
index 9db1df8..ca0b4f5 100644
--- a/conf/machine/include/ti816x.inc
+++ b/conf/machine/include/ti816x.inc
@@ -7,7 +7,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-omap3"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r1"
+MACHINE_KERNEL_PR = "r2"
 
 KERNEL_IMAGETYPE = "uImage"
 
@@ -22,5 +22,5 @@ EXTRA_IMAGEDEPENDS += "u-boot"
 # Ship all kernel modules
 IMAGE_FSTYPES += "jffs2 tar.bz2"
 EXTRA_IMAGECMD_jffs2 = "-lqn -e 128"
-SERIAL_CONSOLE = "115200 ttyS2"
+SERIAL_CONSOLE = "115200 ttyO2"
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"
-- 
1.7.0.4




  reply	other threads:[~2011-05-11  4:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-11  4:41 [PATCH 1/2] ti816x machine: Fix JFFS Image command Siddharth Heroor
2011-05-11  4:41 ` Siddharth Heroor [this message]
2011-05-11  6:17   ` [PATCH 2/2] ti816x machine: Update for latest kernel version Koen Kooi
2011-05-12  3:56     ` Siddharth Heroor
2011-05-11  6:18 ` [PATCH 1/2] ti816x machine: Fix JFFS Image command Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1305088881-3527-2-git-send-email-heroor@gmail.com \
    --to=heroor@gmail.com \
    --cc=heroor@ti.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.