From patchwork Fri Dec 23 15:57:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Fix reported issue with CentOS 5.4 Date: Fri, 23 Dec 2011 15:57:00 -0000 From: Paul Eggleton X-Patchwork-Id: 17547 Message-Id: To: openembedded-core@lists.openembedded.org Chris Larson reported that the previous fix to automatically disable kvm support in qemu-native didn't work for him on CentOS 5.4 - he needed to explicitly add --disable-kvm rather than just omit --enable-kvm. Although 5.4 is quite old by now if it doesn't cause any harm (and it causes no ill effects on CentOS 5.7) given the trivial nature of the patch I figured it was worthwhile. The following changes since commit c38693f78c968ab5f4bb557c20d1c8c55393ed6b: opkg: Fix installation order in feeds with mutiple providers of packages (2011-12-22 22:38:09 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/qemu-kvm2 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qemu-kvm2 Paul Eggleton (1): qemu: explicitly disable kvm support for native without kvm header meta/recipes-devtools/qemu/qemu.inc | 2 +- meta/recipes-devtools/qemu/qemu_0.14.0.bb | 2 +- meta/recipes-devtools/qemu/qemu_0.15.1.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)