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 ++++++++++++++++++ recipes-append/libvirt/libvirt_1.2.8.bbappend | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 recipes-append/libvirt/files/Fix-pci-bus-naming-for-PPC.patch create mode 100644 recipes-append/libvirt/libvirt_1.2.8.bbappend (limited to 'recipes-append/libvirt') 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; + diff --git a/recipes-append/libvirt/libvirt_1.2.8.bbappend b/recipes-append/libvirt/libvirt_1.2.8.bbappend new file mode 100644 index 0000000..3e4f15c --- /dev/null +++ b/recipes-append/libvirt/libvirt_1.2.8.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI_append_e500mc = " \ + file://Fix-pci-bus-naming-for-PPC.patch \ +" -- cgit v1.2.3-54-g00ecf