patched conf/machine/i686-generic.conf : remove tune includes
authorStelios Koroneos <skoroneos@digital-opsis.com>
Thu, 7 Jun 2007 23:17:47 +0000 (23:17 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Thu, 7 Jun 2007 23:17:47 +0000 (23:17 +0000)
Set oldest kernel to 2.6.20

conf/machine/i686-generic.conf

index 2154965..1f91f89 100644 (file)
@@ -9,7 +9,7 @@ TARGET_ARCH = "i686"
 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
-OLDEST_KERNEL = "2.6.18"
+OLDEST_KERNEL = "2.6.20"
 
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
@@ -19,6 +19,3 @@ IMAGE_FSTYPES = "ext2.gz"
 MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" 
 MACHINE_TASK_PROVIDER = "task-base"
 
-
-#tune for the i686 cpu
-require conf/machine/include/tune-i686.conf