diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-03 17:55:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-03 17:55:16 +0000 |
commit | e8705552f40dd62110da5515876999c940a5a0ac (patch) | |
tree | ec535670e674488825145c6dde8edd591243b0fc /conf/machine | |
parent | 93c2184153baccba88e31c0c73c833311a784783 (diff) | |
parent | dcd5991ec103e8c07fe0bb68f7e9c4de0568ae05 (diff) |
merge of 0f45b0c3fc2b6adfebfe80c87e5ad86cb75e9916
and 87f377bfe2776b69f4fe99d93bd2d65a412aa45a
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/simpad-2.4.conf | 16 | ||||
-rw-r--r-- | conf/machine/simpad-2.6.conf | 9 | ||||
-rw-r--r-- | conf/machine/simpad.conf | 11 |
3 files changed, 29 insertions, 7 deletions
diff --git a/conf/machine/simpad-2.4.conf b/conf/machine/simpad-2.4.conf new file mode 100644 index 0000000000..a26bc5c04e --- /dev/null +++ b/conf/machine/simpad-2.4.conf @@ -0,0 +1,16 @@ +PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0" + +# Later versions are broken on kernel 2.4 +PREFERRED_VERSION_orinoco-modules = "0.13e" + +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules \ +pcmcia-cs apmd hostap-utils \ +wpa-supplicant-nossl" + +BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules orinoco-modules \ +orinoco-modules-cs pcmcia-cs apm hostap-utils \ +wpa-supplicant-nossl" + +BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs \ +kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ +kernel-module-pcnet-cs kernel-module-8390" diff --git a/conf/machine/simpad-2.6.conf b/conf/machine/simpad-2.6.conf new file mode 100644 index 0000000000..1a5bd38989 --- /dev/null +++ b/conf/machine/simpad-2.6.conf @@ -0,0 +1,9 @@ +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" + +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross" + +BOOTSTRAP_EXTRA_DEPENDS = "udev virtual/kernel hostap-modules hostap-utils orinoco-modules wpa-supplicant-nossl" +BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel" +BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs \ +kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ +kernel-module-pcnet-cs kernel-module-8390" diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 119e11b064..0447099204 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -5,14 +5,9 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa-2.6" -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross" -BOOTSTRAP_EXTRA_DEPENDS = "udev virtual/kernel hostap-modules orinoco-modules " -BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel" -BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs \ -kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ -kernel-module-pcnet-cs kernel-module-8390" +KERNEL_VERSION ?= "2.4" +include conf/machine/simpad-${KERNEL_VERSION}.conf # This is needed for the ramdisk script to work BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs" @@ -26,6 +21,8 @@ USE_DEVFS = "1" GUI_MACHINE_CLASS = "bigscreen" ROOT_FLASH_SIZE = "24" USE_VT = "0" +GPE_EXTRA_DEPENDS += "gaim sylpheed" +GPE_EXTRA_INSTALL += "gaim sylpheed" include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf |