summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/x86.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf
index c35e7ad389..c486f1bd2e 100644
--- a/conf/machine/x86.conf
+++ b/conf/machine/x86.conf
@@ -1,18 +1,18 @@
+# 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
TARGET_ARCH = "i486"
-# TARGET_VENDOR = "-oe"
PACKAGE_EXTRA_ARCHS = "x86"
-PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
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"