diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-20 09:21:27 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-20 09:21:27 +0000 |
commit | b86086c98b79bb11578ca11531b52ac1233aa4a0 (patch) | |
tree | f88e63b37624c1297b34a632165657d6697081c9 /conf | |
parent | 531f9c37cce503c8c75931d5538ad839fd6ac96d (diff) |
conf/machine/i686-generic.conf : Switch i686-generic to use OE's default kernel
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/i686-generic.conf | 5 |
1 files changed, 2 insertions, 3 deletions
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" |