conf/machine/i586-generic.conf: Add MACHINE_EXTRA_RRCOMENTS="kernel-modules" as this...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 19 Jun 2007 10:35:21 +0000 (10:35 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 19 Jun 2007 10:35:21 +0000 (10:35 +0000)
generic target and all kernel modules should be included in the build image

conf/machine/i586-generic.conf

index 823999a..de620fc 100644 (file)
@@ -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"