| Submitter | Siddharth Heroor |
|---|---|
| Date | May 11, 2011, 4:41 a.m. |
| Message ID | <1305088881-3527-2-git-send-email-heroor@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/3721/ |
| State | Superseded |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11-05-11 06:41, Siddharth Heroor wrote: > 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" for the tty change you need to change the PR of sysvinit, not machine_kernel_pr. regards, Koen > > 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" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFNyioUMkyGM64RGpERAkIPAJ42UkTECbOnuCaCb5ryHnRkztoMbQCdFXFK w+/QLkyjus44CRHnATQU2og= =JoQj -----END PGP SIGNATURE-----
On Wed, May 11, 2011 at 11:47 AM, Koen Kooi <koen@dominion.thruhere.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 11-05-11 06:41, Siddharth Heroor wrote: >> 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" > > for the tty change you need to change the PR of sysvinit, not > machine_kernel_pr. Right. I'll rework this patch. > > regards, > > Koen > >> >> 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" > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > > iD8DBQFNyioUMkyGM64RGpERAkIPAJ42UkTECbOnuCaCb5ryHnRkztoMbQCdFXFK > w+/QLkyjus44CRHnATQU2og= > =JoQj > -----END PGP SIGNATURE----- > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
Patch
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"