From: Khem Raj Date: Sat, 29 May 2010 17:09:21 +0000 (-0700) Subject: qemux86.conf: Set PREFERRED_PROVIDER_virtual/kernel to linux instead of linux-rp. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f626eba5c24c1da731eace82a4797a6f0d0afd4;p=openembedded.git qemux86.conf: Set PREFERRED_PROVIDER_virtual/kernel to linux instead of linux-rp. Signed-off-by: Khem Raj --- diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf index 4b383be204..238493a16e 100644 --- a/conf/machine/qemux86.conf +++ b/conf/machine/qemux86.conf @@ -11,7 +11,7 @@ KERNEL_IMAGETYPE = "bzImage" SERIAL_CONSOLE = "115200 ttyS0" -PREFERRED_PROVIDER_virtual/kernel = "linux-rp" +PREFERRED_PROVIDER_virtual/kernel = "linux" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls"