diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-19 10:35:21 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-19 10:35:21 +0000 |
commit | 30a3e2479af95a5ee609bdb93d66e20a2bf05276 (patch) | |
tree | 398dedfc35641211e7e989a69ec9459382aaf670 /conf/machine/i586-generic.conf | |
parent | 38a324c6dcf221533cb559c212242f1b3b595482 (diff) |
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.conf | 2 |
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" |