From: Richard Purdie Date: Wed, 21 Jul 2010 21:50:24 +0000 (+0100) Subject: emenlow: Make sure the provider of virtual/kernel is set X-Git-Tag: 2011-1~5171 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c358150799e71bed51e1a9b16c4fe2147cec51ef;p=openembedded-core.git emenlow: Make sure the provider of virtual/kernel is set Signed-off-by: Richard Purdie --- diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 91fac7cec8..47c5a61b3d 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -14,6 +14,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ KERNEL_IMAGETYPE = "bzImage" +PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" PREFERRED_PROVIDER_drm = "libdrm-poulsbo" PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim"