From a41e3f74685a324e8891b5e52f5ee28f9c695bfd Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 2 Dec 2004 13:05:23 +0000 Subject: s/GPE_MACHINE_CLASS/GUI_MACHINE_CLASS BKrev: 41af1313bIHIjKXoMCGcKPx8G-pbSw --- conf/machine/netvista.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'conf/machine/netvista.conf') diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf index e69de29bb2..567cee8ba1 100644 --- a/conf/machine/netvista.conf +++ b/conf/machine/netvista.conf @@ -0,0 +1,26 @@ +#@TYPE: Machine +#@NAME: IBM Netvista +#@DESCRIPTION: Machine configuration for the IBM Netvista thin client + +TARGET_ARCH = "i386" +IPKG_ARCHS = "all i386 ${MACHINE}" +PREFERRED_PROVIDER_xserver = "xserver-xorg" +PREFERRED_PROVIDER_virtual/kernel = "linux-netvista" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils module-init-tools strace" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils" +#BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules" +#IMAGE_FSTYPE = "cramfs" +EXTRA_IMAGEDEPENDS = "" +SERIAL_CONSOLE = "ttyS0 115200 vt100" + +TARGET_VENDOR = "-oe" +PREFERRED_PROVIDERS_append = " virtual/kernel:linux-netvista" +IMAGE_FSTYPE = "ext2" +GUI_MACHINE_CLASS = "bigscreen" + +#BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools strace" +#BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace +#udevdir = "/dev" + + +include conf/thinclient-common.conf -- cgit 1.2.3-korg