summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu_fslgit.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/qemu/qemu_fslgit.bb')
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index e3bb276..921bf2f 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -9,7 +9,11 @@ PV = "1.4+fsl"
9SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git" 9SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
10SRCREV = "8713c58725df407dbbedb48fa315248d0100720c" 10SRCREV = "8713c58725df407dbbedb48fa315248d0100720c"
11 11
12SRC_URI += "file://fdt_header.patch" 12SRC_URI += " \
13 file://0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch \
14 file://0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch \
15 file://fdt_header.patch \
16"
13 17
14S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
15 19