aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/i686-generic.conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-06-19 10:35:03 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-06-19 10:35:03 +0000
commit38a324c6dcf221533cb559c212242f1b3b595482 (patch)
tree4c505e974141639b5b316c553ea86d5f582da2da /conf/machine/i686-generic.conf
parent5ad0f97c8c247ef09e057fcfbcc3e23e3439ce09 (diff)
downloadopenembedded-38a324c6dcf221533cb559c212242f1b3b595482.tar.gz
conf/machine/i686-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
Diffstat (limited to 'conf/machine/i686-generic.conf')
-rw-r--r--conf/machine/i686-generic.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf
index 1f91f89281..5eba33fa97 100644
--- a/conf/machine/i686-generic.conf
+++ b/conf/machine/i686-generic.conf
@@ -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"