diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-24 08:56:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-24 08:56:29 +0000 |
commit | fa1dde28afcf6b0378748a75933c9e92b21d76d9 (patch) | |
tree | 72a759803e7543e4ef9385a7c48569eb2c3635a3 /meta/conf | |
parent | 9e2e38c22019f8a3fc992025364bde4a8bfb9351 (diff) | |
download | openembedded-core-fa1dde28afcf6b0378748a75933c9e92b21d76d9.tar.gz openembedded-core-fa1dde28afcf6b0378748a75933c9e92b21d76d9.tar.bz2 openembedded-core-fa1dde28afcf6b0378748a75933c9e92b21d76d9.zip |
qemux86: Switch to use linux-openzaurus as the kernel provider
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@634 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 340ad812c7..83bf7391a9 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -11,7 +11,7 @@ require conf/machine/include/qemu.conf SERIAL_CONSOLE = "115200 ttyS0" -PREFERRED_PROVIDER_virtual/kernel = "linux-x86" +PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" |