From: Richard Purdie Date: Thu, 29 Jan 2009 13:56:21 +0000 (+0000) Subject: menlow.conf: Prefer linux-moblin as the kernel X-Git-Tag: 2011-1~7565 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6147dc336e37a741fdee12e5f3e1751d4cebe706;p=openembedded-core.git menlow.conf: Prefer linux-moblin as the kernel --- diff --git a/meta-moblin/conf/machine/menlow.conf b/meta-moblin/conf/machine/menlow.conf index dcd5717108..f316f54a30 100644 --- a/meta-moblin/conf/machine/menlow.conf +++ b/meta-moblin/conf/machine/menlow.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \ KERNEL_IMAGETYPE = "bzImage" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-mid" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin" PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" PREFERRED_PROVIDER_virtual/libgl ?= "mesa" PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-lite-psb"