diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-01-23 21:00:29 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-23 21:00:29 +0000 |
commit | de1921f02bc126eff7dfa6185016a130c730a0d8 (patch) | |
tree | 67b12d93c0ab955a76b3795c126f3cfaee5fce06 | |
parent | ec877fc74064c4b18471a7ced4587417d581bf1c (diff) |
zire72: added machine config - close part of #1811
-rw-r--r-- | conf/machine/zire72.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/zire72.conf b/conf/machine/zire72.conf new file mode 100644 index 0000000000..0178adf459 --- /dev/null +++ b/conf/machine/zire72.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: Palm Zire 72 +#@DESCRIPTION: Machine configuration for the Palm Zire 72 + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6" +PREFERRED_PROVIDER_virtual/kernel-image = "linux-hackndev-2.6" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" + +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda ext2 usbgadget screen" + +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. +require conf/machine/include/tune-xscale.conf + +module_autoload_sa1100-rtc = "sa1100-rtc" |