diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-08 14:41:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-08 14:41:06 +0000 |
commit | 92a907484ae07caab542eb689639f960f8a7ac58 (patch) | |
tree | 916955b9676906700eaa51e28b7d17810cfc331f | |
parent | 84072b43727bce2f088e32f1940f2d199c29517c (diff) |
h4000.conf: add cleaned up version of h4000.conf
-rw-r--r-- | conf/machine/h4000.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf new file mode 100644 index 0000000000..8fa440e155 --- /dev/null +++ b/conf/machine/h4000.conf @@ -0,0 +1,38 @@ +#@TYPE: Machine +#@NAME: HP iPAQ h4xxx +#@DESCRIPTION: Machine configuration for the HP iPAQ h4xxx + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" + +ROOT_FLASH_SIZE = "32" + +BOOTSTRAP_EXTRA_DEPENDS_append = " mtd-utils virtual/kernel udev module-init-tools" + +BOOT_MODULES = " ${@linux_module_packages('${H4000_MODULES}', d)}" +BOOTSTRAP_EXTRA_RRECOMMENDS = " ${BOOT_MODULES}" +BOOTSTRAP_EXTRA_RDEPENDS_append = " mtd-utils kernel udev module-init-tools" + +#ship in rootfs: +H4000_MODULES = "g_ether g_serial g_file_storage snd-pcm-oss" + +#autoload on boot: +module_autoload_snd-pcm-oss = "snd-pcm-oss" +module_autoload_g_ether = "g_ether" + +SERIAL_CONSOLE = "115200 tts/0 vt100" + +USE_VT = "0" + +include conf/machine/ipaq-common.conf +include conf/machine/handheld-common.conf + +GUI_MACHINE_CLASS = "smallscreen" + +include conf/machine/tune-xscale.conf + +# LAB can only resolve relative symlinks +ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; " |