[oe-commits] org.oe.dev conf/machine/chumby.conf: Use rt73-k2wrlz instead of rt73-chumby since the

daniel commit openembedded-commits at lists.openembedded.org
Sun Jan 20 12:04:59 UTC 2008


conf/machine/chumby.conf: Use rt73-k2wrlz instead of rt73-chumby since the
  latter produces a kernel panic at the first sign of network traffic.
packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb: Disable broken framebuffer
  modechanging code in the kernel.
  Make booting from USB default, add console=tty0 so we get to see the boot
  messages.

Author: daniel at openembedded.org
Branch: org.openembedded.dev
Revision: b65041e0f25023724245fdc4778dadbf05aabb67
ViewMTN: http://monotone.openembedded.org/revision/info/b65041e0f25023724245fdc4778dadbf05aabb67
Files:
1
conf/machine/chumby.conf
packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb
Diffs:

#
# mt diff -r215c8c2b3a21766792415cd13938319b23c91439 -rb65041e0f25023724245fdc4778dadbf05aabb67
#
# 
# 
# patch "conf/machine/chumby.conf"
#  from [3d7a9c183a4567571b4914f1a614545e5029b69c]
#    to [7cbd912e26977611a7854f15cdb0430634bbb15c]
# 
# patch "packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb"
#  from [11545265005ad661949a73715ea36b89f4bd6235]
#    to [c69fc96ff44816e3fc820615958ba3dccda29119]
# 
============================================================
--- conf/machine/chumby.conf	3d7a9c183a4567571b4914f1a614545e5029b69c
+++ conf/machine/chumby.conf	7cbd912e26977611a7854f15cdb0430634bbb15c
@@ -13,7 +13,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
 
 MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-modules \
-  rt73-chumby \
+  rt73-k2wrlz \
 "
 
 require conf/machine/include/tune-arm926ejs.inc
============================================================
--- packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb	11545265005ad661949a73715ea36b89f4bd6235
+++ packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb	c69fc96ff44816e3fc820615958ba3dccda29119
@@ -1,13 +1,14 @@ LICENSE = "GPL"
 require linux.inc
 
 SECTION = "kernel"
 DESCRIPTION = "Linux kernel for the Chumby"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://files.chumby.com/source/ironforge/build396/linux-2.6.16-chumby-1.2.tar.gz \
            http://files.chumby.com/source/ironforge/build396/align.pl \
            file://chumby-override-cmdline.patch;patch=1 \
+           file://disable-fbchanging.patch;patch=1 \
            file://defconfig \
            "
 
@@ -18,10 +19,10 @@ ARCH = "arm"
 ARCH = "arm"
 
 # Use this CMDLINE for booting from RootFS 1 on the internal flash (22MB)
-CMDLINE = "console=ttyS0,38400 root=/dev/mtdblock5 rootfstype=jffs2 psplash=false"
+#CMDLINE = "console=ttyS0,38400 console=tty0 root=/dev/mtdblock5 rootfstype=jffs2 psplash=false"
 
-# Use this CMDLINE for booting from the first partition of an USB disk
-#CMDLINE = "console=ttyS0,38400 root=/dev/sda1 rootfstype=ext2 rootdelay=8 psplash=false"
+# Use this CMDLINE for booting from the second partition of an USB disk
+CMDLINE = "console=ttyS0,38400 console=tty0 root=/dev/sda2 rootfstype=ext2 rootdelay=8 psplash=false"
 
 COMPATIBLE_MACHINE = "chumby"
 






More information about the Openembedded-commits mailing list