]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/machine/h6300.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / machine / h6300.conf
1 #@TYPE: Machine
2 #@NAME: OMAP1510 cpu on iPAQ h6315, h6340 and h6365
3 #@DESCRIPTION: Machine configuration for the OMAP1510 based HP iPAQ h6300 series devices.
4
5 TARGET_ARCH = "arm"
6 PACKAGE_ARCH = "arm"
7 IPKG_ARCHS = "all arm armv4"
8
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10 PREFERRED_PROVIDER_virtual/kernel = "linux-h6300-omap1"
11 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
12
13 H6300_MODULES = "omapts i2c-omap pca9535 omap-keypad bluetooth rfcomm bnep l2cap hci_uart h6300_bt"
14
15 module_autoload_omapts = "omapts"
16 module_autoload_i2c-omap = "i2c-omap"
17 module_autoload_pca9535 = "pca9535"
18 module_autoload_omap-keypad = "omap-keypad"
19 module_autoload_hci_uart = "hci_uart"
20 module_autoload_h6300_bt = "h6300_bt"
21 module_autoload_l2cap = "l2cap"
22
23 BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils console-tools module-init-tools"
24 BOOTSTRAP_EXTRA_DEPENDS += "apmd alsa-utils"
25 BOOTSTRAP_EXTRA_DEPENDS  += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin"
26 BOOTSTRAP_EXTRA_DEPENDS  += "scap minicom nano gdb strace network-suspend-scripts pciutils usbutils"
27
28 BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils console-tools module-init-tools"
29 BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${H6300_MODULES}', d)}"
30 BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd alsa-utils"
31 BOOTSTRAP_EXTRA_RDEPENDS += "alsa-utils-aconnect alsa-utils-alsactl alsa-utils-alsamixer alsa-utils-amixer alsa-utils-aplay"
32 BOOTSTRAP_EXTRA_RRECOMMENDS += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin"
33 BOOTSTRAP_EXTRA_RRECOMMENDS += "scap minicom nano gdb strace network-suspend-scripts pciutils usbutils"
34
35 GPE_EXTRA_DEPENDS += "gaim gpe-filemanager sylpheed gpe-mini-browser gomunicator gpe-tetris gpe-othello gpe-go gstreamer"
36 GPE_EXTRA_INSTALL += "gaim gpe-filemanager sylpheed gpe-mini-browser gomunicator gpe-tetris gpe-othello gpe-go gstreamer"
37
38 SERIAL_CONSOLE ?= "115200 ttyS0"
39 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
40
41 #Use OMAP 1510 cpu specifig arm9tdmi options for gcc
42 include conf/machine/tune-arm9tdmi.conf
43
44 INHERIT += "linux_modules"