diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-12 20:24:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-12 20:24:58 +0000 |
commit | 74626cde9c89fc1ffce65e30b1e23b5e39c57641 (patch) | |
tree | 7f63624812718f3705487ae72467a89810c0b20d /conf/machine/a780.conf | |
parent | fc04bb66fdd9d88b6d4f461211fdc96799a6c903 (diff) |
tweak ezx configs. bootstrap-image now builds, further tweaks not until I got my A780 :)
Diffstat (limited to 'conf/machine/a780.conf')
-rw-r--r-- | conf/machine/a780.conf | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index ce39b8082d..9181b36c19 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -2,6 +2,18 @@ #@NAME: Motorola EZX A780 and E680 #@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 and E680 -include conf/machine/include/zaurus-clamshell.conf -include conf/machine/include/zaurus-clamshell-2.6.conf include conf/machine/include/motorola-ezx.conf + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n --no-idea-yet --CAUTION" + +# EXTRA_IMAGEDEPENDS += "ezx-updater" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +include conf/machine/include/tune-xscale.conf + +SERIAL_CONSOLE = "115200 ttyS0" |