summaryrefslogtreecommitdiffstats
path: root/recipes-append/libvirt
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:22:28 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:22:28 +0200
commit31ce2d1a14de6d8439829dc8a046aeaeef734461 (patch)
treecaf52884a4410ef7d579f4eb63cf0a7a6001c413 /recipes-append/libvirt
downloadmeta-vt-31ce2d1a14de6d8439829dc8a046aeaeef734461.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-append/libvirt')
-rw-r--r--recipes-append/libvirt/files/Fix-pci-bus-naming-for-PPC.patch18
-rw-r--r--recipes-append/libvirt/libvirt_1.2.8.bbappend5
2 files changed, 23 insertions, 0 deletions
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 @@
1
2 Upstream-status: Inappropriate (needed only for meta-fsl-ppc)
3
4 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
5
6diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
7index a5c6879..b491f58 100644
8--- a/src/qemu/qemu_capabilities.c
9+++ b/src/qemu/qemu_capabilities.c
10@@ -1956,7 +1956,7 @@
11 if (qemuCaps->version >= 2000000)
12 return true;
13
14- if (qemuCaps->version >= 1006000 &&
15+ if (qemuCaps->version >= 1004000 &&
16 STREQ(def->os.machine, "ppce500"))
17 return true;
18
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3SRC_URI_append_e500mc = " \
4 file://Fix-pci-bus-naming-for-PPC.patch \
5"