diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-20 09:19:01 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-20 09:19:01 +0000 |
commit | f0232b71dfa5716190961401f97f940c31dc956c (patch) | |
tree | 5409c23adb06f5cf9238afbc694af9887d44adc4 /conf/machine/x86.conf | |
parent | 67d78d08528ba5e4aff0d3c8fcfbb9fbc6a35fa3 (diff) |
conf/machine/x86.conf : Switch x86 to use OE's default kernel
Clean up machine config
Diffstat (limited to 'conf/machine/x86.conf')
-rw-r--r-- | conf/machine/x86.conf | 10 |
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" |