summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb
index 88e78b58c..9e5105678 100644
--- a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb
@@ -6,6 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
6# This means QEMU v1.7 with FSL specific patches applied 6# This means QEMU v1.7 with FSL specific patches applied
7PV = "1.7+fsl" 7PV = "1.7+fsl"
8 8
9# NOTE: these options are note available in qemu 1.7, but qemu.inc assumes
10# version 2.0+ where they are available. For now we unset them, but we should
11# remove the following lines when upgrading to qemu 2.0+:
12PACKAGECONFIG[quorum] = ""
13PACKAGECONFIG[lzo] = ""
14PACKAGECONFIG[numa] = ""
15
9SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1" 16SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1"
10SRCREV = "9e38e640275beabf6468a04cec5c403b2ac566ad" 17SRCREV = "9e38e640275beabf6468a04cec5c403b2ac566ad"
11 18