[oe-commits] org.oe.dev compulab-pxa270.conf: fix serial console setup for 2.6.22 kernel,

cbrake commit openembedded-commits at lists.openembedded.org
Tue Aug 21 22:13:35 UTC 2007


compulab-pxa270.conf: fix serial console setup for 2.6.22 kernel,
set image types needed for NOR flash images and movement toward
jffs2 in NAND flash

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 386ea80af330bd25812f5cdff58b9291ad20ed55
ViewMTN: http://monotone.openembedded.org/revision.psp?id=386ea80af330bd25812f5cdff58b9291ad20ed55
Files:
1
conf/machine/compulab-pxa270.conf
Diffs:

#
# mt diff -r28e211a115028722a89459761a92693f3a3c6678 -r386ea80af330bd25812f5cdff58b9291ad20ed55
#
# 
# 
# patch "conf/machine/compulab-pxa270.conf"
#  from [d1c4d22022e1eaefa1637b8babd925a8cb738cde]
#    to [443c1803d7863d67b5739f263a3ddcb7473b2736]
# 
============================================================
--- conf/machine/compulab-pxa270.conf	d1c4d22022e1eaefa1637b8babd925a8cb738cde
+++ conf/machine/compulab-pxa270.conf	443c1803d7863d67b5739f263a3ddcb7473b2736
@@ -12,7 +12,10 @@ require conf/machine/include/tune-xscale
 require conf/machine/include/tune-xscale.conf
 
 # used by sysvinit_2
-SERIAL_CONSOLE ?= "38400 ttySA0"
+# the following is the for the cm-x270 L module
+# I think the W module would use ttyS0, but has
+# not been tested
+SERIAL_CONSOLE ?= "38400 ttyS1"
 
 # used by opie-collections.inc
 ROOT_FLASH_SIZE ?= "32"
@@ -29,3 +32,9 @@ MACHINE_FEATURES = "kernel26 pcmcia usbh
 
 MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"
 
+# the following is require for building tiny images that can fit in NOR flash.
+# recommend using uclibc, Angstrom, and angstrom-minimal-image bitbake target
+# note, if these are define in your local.conf, they will be overwritten
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "mtd-utils ipkg"
+IMAGE_FSTYPES ?= "jffs2 tar cpio.gz"
+






More information about the Openembedded-commits mailing list