diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-29 13:56:21 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-29 13:56:21 +0000 |
commit | 6147dc336e37a741fdee12e5f3e1751d4cebe706 (patch) | |
tree | 4b6621539df8220a607c9e33ed4d5f8d79797aa1 /meta-moblin | |
parent | 8e2451f4402960d727bdef4fc3a253bf05951799 (diff) | |
download | poky-6147dc336e37a741fdee12e5f3e1751d4cebe706.tar.gz |
menlow.conf: Prefer linux-moblin as the kernel
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/conf/machine/menlow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
13 | 13 | ||
14 | KERNEL_IMAGETYPE = "bzImage" | 14 | KERNEL_IMAGETYPE = "bzImage" |
15 | 15 | ||
16 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-mid" | 16 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin" |
17 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 17 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
18 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | 18 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |
19 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-lite-psb" | 19 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-lite-psb" |