From 31ce2d1a14de6d8439829dc8a046aeaeef734461 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:22:28 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../libvirt/files/Fix-pci-bus-naming-for-PPC.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-append/libvirt/files/Fix-pci-bus-naming-for-PPC.patch (limited to 'recipes-append/libvirt/files') diff --git a/recipes-append/libvirt/files/Fix-pci-bus-naming-for-PPC.patch b/recipes-append/libvirt/files/Fix-pci-bus-naming-for-PPC.patch new file mode 100644 index 0000000..39075e8 --- /dev/null +++ b/recipes-append/libvirt/files/Fix-pci-bus-naming-for-PPC.patch @@ -0,0 +1,18 @@ + + Upstream-status: Inappropriate (needed only for meta-fsl-ppc) + + Signed-off-by: Josep Puigdemont + +diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c +index a5c6879..b491f58 100644 +--- a/src/qemu/qemu_capabilities.c ++++ b/src/qemu/qemu_capabilities.c +@@ -1956,7 +1956,7 @@ + if (qemuCaps->version >= 2000000) + return true; + +- if (qemuCaps->version >= 1006000 && ++ if (qemuCaps->version >= 1004000 && + STREQ(def->os.machine, "ppce500")) + return true; + -- cgit v1.2.3-54-g00ecf