From 30a3e2479af95a5ee609bdb93d66e20a2bf05276 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Tue, 19 Jun 2007 10:35:21 +0000 Subject: 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 --- conf/machine/i586-generic.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3