diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-01-20 21:47:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-01-20 21:47:13 +0000 |
commit | ad98e5ce3c52757e6abb8aef1922e0e94b136340 (patch) | |
tree | 4a849243f65dd07f6226a22d4f45452da53f4bd7 | |
parent | 2dca5616c1f398e4f565b3c744530d8794c58dd2 (diff) | |
parent | c12eb607538255183da321197bd9d1f01817a9d6 (diff) |
merge of '172826830c7d3f876ff4e8669bcd51356aeca353'
and '92ee4187c8bb382362bb41e7cb287db3352a81fc'
-rw-r--r-- | conf/machine/compulab-pxa270.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf index 95be1624f0..d8d9264699 100644 --- a/conf/machine/compulab-pxa270.conf +++ b/conf/machine/compulab-pxa270.conf @@ -4,7 +4,7 @@ #OLDEST_KERNEL = "2.6.16" TARGET_ARCH = "arm" PREFERRED_VERSION_compulab-pxa270 = "2.6.16" -GUI_MACHINE_CLASS = "bigscreen" +GUI_MACHINE_CLASS ?= "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" PACKAGE_EXTRA_ARCHS = "armv4 armv5te" @@ -12,10 +12,10 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv5te" require conf/machine/include/tune-xscale.conf # used by sysvinit_2 -SERIAL_CONSOLE = "38400 ttySA0" +SERIAL_CONSOLE ?= "38400 ttySA0" # used by opie-collections.inc -ROOT_FLASH_SIZE = "32" +ROOT_FLASH_SIZE ?= "32" EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000" |