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

conf/machine/i686-generic.conf

index 1f91f89..5eba33f 100644 (file)
@@ -17,5 +17,6 @@ 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"