From 268088f56c7e1be1918e34301e8fe0b920f45de6 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 3 Apr 2007 15:54:25 +0000 Subject: netvista.conf: Update to more modern standards and kernel 2.6 --- conf/machine/netvista.conf | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'conf/machine/netvista.conf') diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf index f5787e6448..b19558bd97 100644 --- a/conf/machine/netvista.conf +++ b/conf/machine/netvista.conf @@ -1,23 +1,22 @@ #@TYPE: Machine -#@NAME: IBM Netvista -#@DESCRIPTION: Machine configuration for the IBM Netvista thin client +#@NAME: X86 +#@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines -TARGET_ARCH = "i386" -PREFERRED_PROVIDER_xserver = "xserver-xorg" -PREFERRED_PROVIDER_virtual/kernel = "linux-netvista" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils" -#BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules" -#IMAGE_FSTYPES = "cramfs" -EXTRA_IMAGEDEPENDS = "" -SERIAL_CONSOLE = "ttyS0 115200 vt100" +# 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" +# todo: convert to task-base +# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -TARGET_VENDOR = "-oe" -PREFERRED_PROVIDERS_append = " virtual/kernel:linux-netvista" -IMAGE_FSTYPES = "ext2" -GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser abiword" - -#BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace -#udevdir = "/dev" +MACHINE_TASK_PROVIDER = "task-base" +MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen keyboard irda apm alsa" +ROOT_FLASH_SIZE = "32" +udevdir = "/dev" +OLDEST_KERNEL = "2.6.17" +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" -- cgit 1.2.3-korg