increase dvbapp PR.
[vuplus_openembedded] / conf / machine / x86.conf
index c35e7ad..5e43102 100644 (file)
@@ -1,18 +1,19 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
 #@TYPE: Machine
 #@NAME: X86
 #@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
 
-# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+# i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
 TARGET_ARCH = "i486"
-# TARGET_VENDOR = "-oe"
-PACKAGE_EXTRA_ARCHS = "x86"
-PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+XSERVER="xserver-kdrive-vesa"
 
 KERNEL_IMAGETYPE = "bzImage"
-# todo: convert to task-base
-# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen x86"
 
 udevdir = "/dev"
@@ -20,4 +21,4 @@ OLDEST_KERNEL = "2.6.17"
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
 
-#require conf/machine/include/tune-x86.inc
+require conf/machine/include/tune-x86.inc