diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/simpad-2.4.conf | 7 | ||||
-rw-r--r-- | conf/machine/include/simpad-2.6.conf | 4 | ||||
-rw-r--r-- | conf/machine/native.conf | 2 | ||||
-rw-r--r-- | conf/machine/poodle.conf | 4 | ||||
-rw-r--r-- | conf/machine/simpad.conf | 22 | ||||
-rw-r--r-- | conf/machine/tosa.conf | 4 |
6 files changed, 21 insertions, 22 deletions
diff --git a/conf/machine/include/simpad-2.4.conf b/conf/machine/include/simpad-2.4.conf new file mode 100644 index 0000000000..b5fda186ca --- /dev/null +++ b/conf/machine/include/simpad-2.4.conf @@ -0,0 +1,7 @@ +PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0" + +# Later versions are broken on kernel 2.4 +PREFERRED_VERSION_orinoco-modules = "0.13e" + +BOOTSTRAP_EXTRA_RDEPENDS += "hostap-modules orinoco-modules \ +orinoco-modules-cs pcmcia-cs apm hostap-utils wpa-supplicant-nossl" diff --git a/conf/machine/include/simpad-2.6.conf b/conf/machine/include/simpad-2.6.conf new file mode 100644 index 0000000000..a5f4962c75 --- /dev/null +++ b/conf/machine/include/simpad-2.6.conf @@ -0,0 +1,4 @@ +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross" + +BOOTSTRAP_EXTRA_RDEPENDS += "udev module-init-tools" diff --git a/conf/machine/native.conf b/conf/machine/native.conf index 92c3072c8c..d3c77bf9bd 100644 --- a/conf/machine/native.conf +++ b/conf/machine/native.conf @@ -7,7 +7,7 @@ TARGET_PREFIX = "" VENDOR = "-oe" PREFERRED_PROVIDER_virtual/kernel = "native-kernel" -ASSUME_PROVIDED += "virtual/gcc-initial virtual/gcc virtual/g++" +ASSUME_PROVIDED += "virtual/gcc-initial virtual/gcc virtual/g++ virtual/libc virtual/libintl virtual/libiconv" ASSUME_PROVIDED += "binutils-cross" ASSUME_PROVIDED += "virtual/libiconv virtual/libintl virtual/libc" diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf index 79915e4f74..49eaf1ef4b 100644 --- a/conf/machine/poodle.conf +++ b/conf/machine/poodle.conf @@ -5,8 +5,8 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv5te" -ZKERNEL_VERSION ?= "2.4" -include conf/machine/include/poodle-${ZKERNEL_VERSION}.conf +MACHINE_KERNEL_VERSION ?= "2.4" +include conf/machine/include/poodle-${MACHINE_KERNEL_VERSION}.conf EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n" diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 43097d871e..b227312589 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -2,24 +2,12 @@ #@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD #@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices -KERNEL ?= "kernel24" -#KERNEL ?= "kernel26" - -OVERRIDES =. "${KERNEL}:" +MACHINE_KERNEL_VERSION ?= "2.4" +require conf/include/simpad-${MACHINE_KERNEL_VERSION}.conf TARGET_ARCH = "arm" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel_kernel24 = "opensimpad-64+0" -PREFERRED_PROVIDER_virtual/kernel_kernel26 = "handhelds-pxa-2.6" -PREFERRED_PROVIDERS_kernel26 += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross" - -# Later versions are broken on kernel 2.4 -PREFERRED_VERSION_orinoco-modules_kernel24 = "0.13e" - -BOOTSTRAP_EXTRA_RDEPENDS = "kernel" -BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 += "udev module-init-tools" -BOOTSTRAP_EXTRA_RDEPENDS_append_kernel24 += "hostap-modules orinoco-modules \ -orinoco-modules-cs pcmcia-cs apm hostap-utils wpa-supplicant-nossl" +BOOTSTRAP_EXTRA_RDEPENDS += "kernel" BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs orinoco-modules-cs \ kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ @@ -38,6 +26,6 @@ ROOT_FLASH_SIZE = "16" USE_VT = "0" GPE_EXTRA_INSTALL += "suspend-desktop" -include conf/machine/include/handheld-common.conf -include conf/machine/include/tune-strongarm.conf +require conf/machine/include/handheld-common.conf +require conf/machine/include/tune-strongarm.conf diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 751b498f14..2652004f82 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -5,8 +5,8 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv5te" -ZKERNEL_VERSION ?= "2.4" -include conf/machine/include/tosa-${ZKERNEL_VERSION}.conf +MACHINE_KERNEL_VERSION ?= "2.4" +include conf/machine/include/tosa-${MACHINE_KERNEL_VERSION}.conf EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" |