diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-14 16:35:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 14:36:21 +0000 |
commit | bc13ebece233c8b1e000c4ad29e26f8298f6e055 (patch) | |
tree | 6b961f77ce89470115e666b39345287e95b1922e /meta/recipes-devtools/qemu/qemu_git.bb | |
parent | b5c91531c87258aa3f9cff322aaf3c9d3f1ba506 (diff) | |
download | poky-bc13ebece233c8b1e000c4ad29e26f8298f6e055.tar.gz |
qemu: for native, do not fail if kvm is unavailable
When building qemu-native, if the linux kvm header is unavailable (as
it is on CentOS 5.x 32-bit) then do not pass the --enable-kvm switch to
the configure script, thus avoiding failed do_configure.
(From OE-Core rev: 8c21c71f005b601f58925e9912f2cf44127e291d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_git.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb index 3b4369b782..bcec9bba8c 100644 --- a/meta/recipes-devtools/qemu/qemu_git.bb +++ b/meta/recipes-devtools/qemu/qemu_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | |||
6 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | 6 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" |
7 | 7 | ||
8 | PV = "0.14.0" | 8 | PV = "0.14.0" |
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" | 11 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" |
12 | FILESDIR = "${WORKDIR}" | 12 | FILESDIR = "${WORKDIR}" |