aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-26 11:29:41 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-26 11:29:41 +0000
commit6e0df40b4422c0cdfa49b785e49d0f79a65325e7 (patch)
tree82a2cc371527ff0158d71483429fb147219a0bb0 /conf/machine
parent6dafe362d6c0964c355c2aa6c04a0d84d1bc22c7 (diff)
downloadopenembedded-6e0df40b4422c0cdfa49b785e49d0f79a65325e7.tar.gz
progear: added machine config
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/progear.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/progear.conf b/conf/machine/progear.conf
new file mode 100644
index 0000000000..fb316181d3
--- /dev/null
+++ b/conf/machine/progear.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Progear
+#@DESCRIPTION: Machine configuration for Progear 1050HX+ webpad
+
+# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+TARGET_ARCH = "i686"
+
+PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+OLDEST_KERNEL = "2.6.17"
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+MACHINE_FEATURES = "kernel26 usbhost ext2 pci pcmcia apm screen alsa irda"