From 3f626eba5c24c1da731eace82a4797a6f0d0afd4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 29 May 2010 10:09:21 -0700 Subject: [PATCH] qemux86.conf: Set PREFERRED_PROVIDER_virtual/kernel to linux instead of linux-rp. Signed-off-by: Khem Raj --- conf/machine/qemux86.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5