From b86086c98b79bb11578ca11531b52ac1233aa4a0 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sat, 20 Oct 2007 09:21:27 +0000 Subject: conf/machine/i686-generic.conf : Switch i686-generic to use OE's default kernel --- conf/machine/i686-generic.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf index 5399316cd5..9fb8872d8e 100644 --- a/conf/machine/i686-generic.conf +++ b/conf/machine/i686-generic.conf @@ -8,15 +8,14 @@ TARGET_ARCH = "i686" PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" -PREFERRED_PROVIDER_virtual/kernel = "linux-x86" -OLDEST_KERNEL = "2.6.20" +PREFERRED_PROVIDER_virtual/kernel = "linux" KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -IMAGE_FSTYPES = "ext2.gz" +IMAGE_FSTYPES ?= "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -- cgit v1.2.3