]> code.ossystems Code Review - openembedded-core.git/commitdiff
emenlow: switch kernel from "linux" to "linux-wrs"
authorTom Zanussi <tom.zanussi@intel.com>
Tue, 5 Oct 2010 00:16:54 +0000 (19:16 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 9 Oct 2010 15:00:26 +0000 (16:00 +0100)
Fixes [BUGID #396]

Make the emenlow machine point to the windriver kernel instead.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
meta-emenlow/conf/machine/emenlow.conf

index 311631462e06c987460110736cde6a0b57107940..897f36e62ac541386a3e30a382442b83f45680a9 100644 (file)
@@ -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"