aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/netvista.conf
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-02-07 13:03:18 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-02-07 13:03:18 +0000
commit6853e674e42ffa97b62d6354c38d15b075956ecd (patch)
tree2684f6b2655002bbcfc863501d2ebc884a21bedb /conf/machine/netvista.conf
parent4e68659a4de997f4b8c96d5027174e2b661e999a (diff)
downloadopenembedded-6853e674e42ffa97b62d6354c38d15b075956ecd.tar.gz
netvista.conf: Use generic kernel recipe instead of always broken linux-x86.
Diffstat (limited to 'conf/machine/netvista.conf')
-rw-r--r--conf/machine/netvista.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf
index 3ee97a447e..f95e403367 100644
--- a/conf/machine/netvista.conf
+++ b/conf/machine/netvista.conf
@@ -1,12 +1,12 @@
#@TYPE: Machine
-#@NAME: X86
-#@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
+#@NAME: Netvista J320 Internet Applicance
+#@DESCRIPTION: Machine configuration for a Linux IBM 8365 / J320 PC-based internet terminals
-# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
TARGET_ARCH = "i486"
-# TARGET_VENDOR = "-oe"
PACKAGE_EXTRA_ARCHS = "netvista"
-PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux = "2.6.23"
+
XSERVER = "xserver-kdrive-vesa"
KERNEL_IMAGETYPE = "bzImage"