summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu_fslgit.bb
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-07-16 09:34:27 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-07-17 14:00:29 +0800
commitd8f99ceb11128bfc982d623a38777bcbb80cfa8a (patch)
tree6403ea1cf7776bebc90ae8c1020dd10a32d32eec /recipes-devtools/qemu/qemu_fslgit.bb
parent93c57323edc118eb8905980348ad3888664f2382 (diff)
downloadmeta-fsl-ppc-d8f99ceb11128bfc982d623a38777bcbb80cfa8a.tar.gz
qemu_fslgit: backport a patch from oe-core to define fdt_t types
Fix the error: usr/include/fdt.h:58:2: error: unknown type name 'fdt32_t' Backport a patch from oe-core. Commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id= ea6e7975964c75e0c8224205e0c1fd04ba37ed4a Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-devtools/qemu/qemu_fslgit.bb')
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index ac40fb5..e3bb276 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -9,6 +9,8 @@ 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"
13
12S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
13 15
14QEMU_TARGETS = "ppc" 16QEMU_TARGETS = "ppc"