diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-10 21:23:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-10 21:23:09 +0000 |
commit | 4ad69783516e6eb5166d3af1227f8ecb6992a583 (patch) | |
tree | 93a3b0c4061c97a65c625c435798f655bee4daf7 /conf/machine/palmld.conf | |
parent | 42dd412f4930bf69885423383c79e59b50136957 (diff) |
palmld.conf: add rewritten palmld.conf
* the kernel is still missing, I'll leave it up to the palm dudes to attach it to the bugtracker
Diffstat (limited to 'conf/machine/palmld.conf')
-rw-r--r-- | conf/machine/palmld.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/palmld.conf b/conf/machine/palmld.conf new file mode 100644 index 0000000000..35a31aa00b --- /dev/null +++ b/conf/machine/palmld.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@NAME: Palm LifeDrive +#@DESCRIPTION: Machine configuration for the Palm LifeDrive + +TARGET_ARCH = "arm" +IPKG_EXTRA_ARCHS = "arm armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "hackndev-2.6trunk" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" + +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda wifi ext2 usbgadget" + +ROOT_FLASH_SIZE = "100" + +SERIAL_CONSOLE = "115200 ttyS0" + +GUI_MACHINE_CLASS = "bigscreen" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +include conf/machine/tune-xscale.conf + +module_autoload_sa1100-rtc = "sa1100-rtc" |