diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-20 09:19:50 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-20 09:19:50 +0000 |
commit | 531f9c37cce503c8c75931d5538ad839fd6ac96d (patch) | |
tree | 013aee70f75d1342ac15765510bc82ed6f2b760d /conf/machine | |
parent | f0232b71dfa5716190961401f97f940c31dc956c (diff) |
conf/machine/i586-generic.conf : Switch i586-generic to use OE's default kernel
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/i586-generic.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf index f2a1869b99..c7007023f8 100644 --- a/conf/machine/i586-generic.conf +++ b/conf/machine/i586-generic.conf @@ -9,15 +9,15 @@ TARGET_ARCH = "i586" PACKAGE_EXTRA_ARCHS = "x86 i386 i486" -PREFERRED_PROVIDER_virtual/kernel = "linux-x86" -OLDEST_KERNEL = "2.6.18" +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" |