diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-29 10:09:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-29 10:09:21 -0700 |
commit | 3f626eba5c24c1da731eace82a4797a6f0d0afd4 (patch) | |
tree | b9c6ba966a7975b54d04d4b652582ac2c7a0e1ff /conf/machine | |
parent | 4cc2f5d52ad588d24a83f9a8d854b75d329c3b7f (diff) |
qemux86.conf: Set PREFERRED_PROVIDER_virtual/kernel to linux instead of linux-rp.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | 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 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" |