summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/htcuniversal.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/htcuniversal.conf')
-rw-r--r--meta/conf/machine/htcuniversal.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf
deleted file mode 100644
index 72f3bc4aad..0000000000
--- a/meta/conf/machine/htcuniversal.conf
+++ /dev/null
@@ -1,33 +0,0 @@
1#@TYPE: Machine
2#@NAME: HTC Universal
3#@DESCRIPTION: Machine configuration for the HTC Universal smartphone
4
5#include conf/machine/include/tune-iwmmxt.inc
6include conf/machine/include/tune-xscale.inc
7PACKAGE_EXTRA_ARCHS += "iwmmxt"
8
9TARGET_ARCH = "arm"
10
11PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
12
13MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen keyboard usbhost usbgadget wifi phone"
14
15MACHINE_EXTRA_RDEPENDS = "zaurusd"
16
17MACHINE_EXTRA_RRECOMMENDS = " \
18 kernel-module-htcuniversal-bt \
19 kernel-module-htcuniversal-phone \
20 kernel-module-i2c-pxa \
21 kernel-module-htcuniversal-acx \
22 kernel-module-acx \
23 kernel-module-usbserial \
24 "
25
26module_autoload_acx = "acx"
27module_autoload_htcuniversal_acx = "htcuniversal_acx"
28
29IMAGE_FSTYPES ?= "tar.gz"
30
31# Don't include kernels in standard images for Zaurus machines
32RDEPENDS_kernel-base = ""
33KERNEL_IMAGETYPE = "zImage"