aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/i586-generic.conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-06-19 10:35:21 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-06-19 10:35:21 +0000
commit30a3e2479af95a5ee609bdb93d66e20a2bf05276 (patch)
tree398dedfc35641211e7e989a69ec9459382aaf670 /conf/machine/i586-generic.conf
parent38a324c6dcf221533cb559c212242f1b3b595482 (diff)
downloadopenembedded-30a3e2479af95a5ee609bdb93d66e20a2bf05276.tar.gz
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
Diffstat (limited to 'conf/machine/i586-generic.conf')
-rw-r--r--conf/machine/i586-generic.conf2
1 files changed, 2 insertions, 0 deletions
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"