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 | |
parent | 9e2e38c22019f8a3fc992025364bde4a8bfb9351 (diff) | |
download | poky-fa1dde28afcf6b0378748a75933c9e92b21d76d9.tar.gz |
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')
-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 | |||
11 | 11 | ||
12 | SERIAL_CONSOLE = "115200 ttyS0" | 12 | SERIAL_CONSOLE = "115200 ttyS0" |
13 | 13 | ||
14 | PREFERRED_PROVIDER_virtual/kernel = "linux-x86" | 14 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
15 | 15 | ||
16 | GLIBC_ADDONS = "nptl" | 16 | GLIBC_ADDONS = "nptl" |
17 | GLIBC_EXTRA_OECONF = "--with-tls" | 17 | GLIBC_EXTRA_OECONF = "--with-tls" |