[oe-commits] Khem Raj : qemux86.conf: Set PREFERRED_PROVIDER_virtual/ kernel to linux instead of linux-rp.

git version control git at git.openembedded.org
Sat May 29 17:10:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3f626eba5c24c1da731eace82a4797a6f0d0afd4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f626eba5c24c1da731eace82a4797a6f0d0afd4

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat May 29 10:09:21 2010 -0700

qemux86.conf: Set PREFERRED_PROVIDER_virtual/kernel to linux instead of linux-rp.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/machine/qemux86.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf
index 4b383be..238493a 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"





More information about the Openembedded-commits mailing list