From: Stelios Koroneos Date: Tue, 19 Jun 2007 10:35:21 +0000 (+0000) Subject: conf/machine/i586-generic.conf: Add MACHINE_EXTRA_RRCOMENTS="kernel-modules" as this... X-Git-Tag: Release-2010-05/1~8868^2~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a3e2479af95a5ee609bdb93d66e20a2bf05276;p=openembedded.git conf/machine/i586-generic.conf: Add MACHINE_EXTRA_RRCOMENTS="kernel-modules" as this is a generic target and all kernel modules should be included in the build image --- diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf index 823999a208..de620fcd61 100644 --- a/conf/machine/i586-generic.conf +++ b/conf/machine/i586-generic.conf @@ -8,6 +8,7 @@ TARGET_ARCH = "i586" PACKAGE_EXTRA_ARCHS = "x86 i386 i486" + PREFERRED_PROVIDER_virtual/kernel = "linux-x86" OLDEST_KERNEL = "2.6.18" @@ -17,6 +18,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base"