diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-08-22 12:41:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-22 12:41:54 +0000 |
commit | 7451045df548189ba9cabf21eb71e9fe9543cb79 (patch) | |
tree | 358515e7c41711f35150c72941060f5884b41703 /conf/machine/h4000.conf | |
parent | e47a34105498a59b224702aa9bd3dfe054ab8954 (diff) |
h4000.conf: changes from #1266
Diffstat (limited to 'conf/machine/h4000.conf')
-rw-r--r-- | conf/machine/h4000.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf index bf653d9e97..410de9a100 100644 --- a/conf/machine/h4000.conf +++ b/conf/machine/h4000.conf @@ -2,13 +2,16 @@ #@NAME: HP iPAQ h4xxx #@DESCRIPTION: Machine configuration for the HP iPAQ h4xxx +INHERIT += "linux_modules" + TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa h4000" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" ROOT_FLASH_SIZE = "32" +PCMCIA_MANAGER = "pcmciautils" BOOT_MODULES = " ${@linux_module_packages('${H4000_MODULES}', d)}" BOOTSTRAP_EXTRA_RRECOMMENDS = " ${BOOT_MODULES}" @@ -21,16 +24,15 @@ H4000_MODULES = "g_ether g_serial g_file_storage snd-pcm-oss" module_autoload_snd-pcm-oss = "snd-pcm-oss" module_autoload_g_ether = "g_ether" -SERIAL_CONSOLE = "115200 tts/0 vt100" +SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -include conf/machine/ipaq-common.conf -include conf/machine/handheld-common.conf +include conf/machine/include/handheld-common.conf GUI_MACHINE_CLASS = "smallscreen" -include conf/machine/tune-xscale.conf +include conf/machine/include/tune-xscale.conf # LAB can only resolve relative symlinks ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; " |