diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2010-10-04 19:16:54 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-09 16:00:26 +0100 |
commit | b8d75d2a50ce379a347336d7f7e2a591ba5f7bcf (patch) | |
tree | a94fb08b6f263ff38f5793e69923eaec14332223 /meta-emenlow/conf/machine | |
parent | 627fb754070ac009116ee83fc79b8ba2d9fd3e7d (diff) | |
download | poky-b8d75d2a50ce379a347336d7f7e2a591ba5f7bcf.tar.gz |
emenlow: switch kernel from "linux" to "linux-wrs"
Fixes [BUGID #396]
Make the emenlow machine point to the windriver kernel instead.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/conf/machine')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 311631462e..897f36e62a 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
@@ -16,7 +16,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | |||
16 | 16 | ||
17 | KERNEL_IMAGETYPE = "bzImage" | 17 | KERNEL_IMAGETYPE = "bzImage" |
18 | 18 | ||
19 | PREFERRED_PROVIDER_virtual/kernel = "linux" | 19 | PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" |
20 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" | 20 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" |
21 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" | 21 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" |
22 | PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" | 22 | PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" |