From f0232b71dfa5716190961401f97f940c31dc956c Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sat, 20 Oct 2007 09:19:01 +0000 Subject: conf/machine/x86.conf : Switch x86 to use OE's default kernel Clean up machine config --- conf/machine/x86.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf') 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" -- cgit v1.2.3