Browse Source

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>
Tom Zanussi 14 years ago
parent
commit
b8d75d2a50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-emenlow/conf/machine/emenlow.conf

+ 1 - 1
meta-emenlow/conf/machine/emenlow.conf

@@ -16,7 +16,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
 
 KERNEL_IMAGETYPE = "bzImage"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
 PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo"
 PREFERRED_PROVIDER_drm = "libdrm-poulsbo"
 PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim"