diff options
author | ccsmart <ccsmart@smartpal.de> | 2005-08-27 16:49:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-27 16:49:51 +0000 |
commit | 3d65e3ebf8fcdce26763674a0c4b09149bec33be (patch) | |
tree | aeb676b97aaeb8ced632d4cf50d472e05f6e4c1c /conf/machine/h6300.conf | |
parent | 5b5d55d83b2bfb50fdd8b8b8875217c5676314d2 (diff) | |
parent | d2fb24b4dca507970eda44faf4d3bfc966490b54 (diff) |
merge of 7441878ba0c588c0781b7565310897973e6f36af
and 76212ac44485e51989d04e8572e5b46bc808d90f
Diffstat (limited to 'conf/machine/h6300.conf')
-rw-r--r-- | conf/machine/h6300.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf new file mode 100644 index 0000000000..b4d371591c --- /dev/null +++ b/conf/machine/h6300.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@NAME: OMAP1510 cpu on iPaq h6315 and h6340 +#@DESCRIPTION: Machine configuration for the OMAP 1510 based iPaq h6300 series devices + +TARGET_ARCH = "arm" +PACKAGE_ARCH = "arm" +IPKG_ARCHS = "all arm armv4" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "linux-h6300-omap1" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" + +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel sysfsutils console-tools modutils-collateral module-init-tools" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules sysfsutils console-tools modutils-collateral module-init-tools" + +H6300_MODULES = "fat vfat nfs \ +bluetooth rfcomm bnep l2cap hci_uart \ +irda irlan irtty ircomm ircomm-tty \ +omapts" + +BOOTSTRAP_EXTRA_DEPENDS += "apmd wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz scap network-suspend-scripts" +BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd network-suspend-scripts" +BOOTSTRAP_EXTRA_RRECOMMENDS += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz scap ${@linux_module_packages('${H6300_MODULES}', d)}" + +SERIAL_CONSOLE ?= "115200 ttyS0" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" + +#Use OMAP 1510 cpu specifig arm9tdmi options for gcc +include conf/machine/tune-arm9tdmi.conf |