aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/hx2000.conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-23 01:57:20 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-23 01:57:20 +0200
commit4dc6cc5675df746858c6c6ac539ed1ca791c8cc7 (patch)
tree81d86494f2a34e26f102aa66a6689ff528740930 /conf/machine/hx2000.conf
parent802a5a4f29381a58c8c510cc37f305b027f4913a (diff)
downloadopenembedded-4dc6cc5675df746858c6c6ac539ed1ca791c8cc7.tar.gz
hx2000: move to machine/nonworking
* unfortunately support for the machine seems dead * linux-rp kernels have been obsoleted * machine needs fresh patches against recent kernels Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf/machine/hx2000.conf')
-rw-r--r--conf/machine/hx2000.conf50
1 files changed, 0 insertions, 50 deletions
diff --git a/conf/machine/hx2000.conf b/conf/machine/hx2000.conf
deleted file mode 100644
index c9957e2b2f..0000000000
--- a/conf/machine/hx2000.conf
+++ /dev/null
@@ -1,50 +0,0 @@
-#@TYPE: Machine
-#@NAME: iPAQ hx2xxx
-#@DESCRIPTION: Machine configuration for the hx2000 iPAQs with a pxa27x CPU
-
-TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS += "iwmmxt"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
-
-PREFERRED_VERSION_orinoco-modules = "0.15rc1"
-
-ROOT_FLASH_SIZE = "80"
-
-EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
- -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
- -e 256KiB -p"
-
-IMAGE_FSTYPES ?= "jffs2 tar.bz2"
-
-MODUTILS = "26"
-
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat"
-
-PCMCIA_MANAGER = "pcmciautils"
-
-SERIAL_CONSOLE = "115200 ttyS0"
-
-MACHINE_GUI_CLASS = "smallscreen"
-MACHINE_DISPLAY_WIDTH_PIXELS = "240"
-MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-require conf/machine/include/tune-xscale.inc
-
-# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require conf/machine/include/tune-iwmmxt.inc
-
-module_autoload_evdev = "evdev"
-module_autoload_pcmcia = "pcmcia"
-module_autoload_mmc_block = "mmc_block"
-module_autoload_snd-pcm-oss = "snd-pcm-oss"
-module_autoload_snd-mixer-oss = "snd-mixer-oss"
-module_autoload_pxa27x_udc = "pxa27x_udc"
-
-#FIXME: this should be controlled by a userspace utility later.
-module_autoload_g_ether = "g_ether"
-
-# Don't include kernels in standard images
-RDEPENDS_kernel-base = ""
-KERNEL_IMAGETYPE = "zImage"