summaryrefslogtreecommitdiff
path: root/conf/machine/compulab-pxa270.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/compulab-pxa270.conf')
-rw-r--r--conf/machine/compulab-pxa270.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf
index b1e7082fd7..b0f6952eba 100644
--- a/conf/machine/compulab-pxa270.conf
+++ b/conf/machine/compulab-pxa270.conf
@@ -12,7 +12,10 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv5te"
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 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pad=0x20000 --no-
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"
+