summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-16 16:58:01 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:13 +0800
commit97974bed3db92cb19a0635f9d900c376763d76c6 (patch)
tree7acdc4794ccb6e0f34eca1b071fb0919c040f8f8
parent2f54d9abf919e878695da51106159c77a5ee60e5 (diff)
downloadmeta-fsl-ppc-97974bed3db92cb19a0635f9d900c376763d76c6.tar.gz
qemu: upgrade to v2.4 plus fsl patches
Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/qemu.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--conf/machine/include/qoriq.inc2
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb17
2 files changed, 6 insertions, 13 deletions
diff --git a/conf/machine/include/qoriq.inc b/conf/machine/include/qoriq.inc
index 5a3a333..f99f4e7 100644
--- a/conf/machine/include/qoriq.inc
+++ b/conf/machine/include/qoriq.inc
@@ -4,7 +4,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
4PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" 4PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
6 6
7PREFERRED_VERSION_qemu = "2.2.0+fsl" 7PREFERRED_VERSION_qemu = "2.4.0+fsl"
8PREFERRED_VERSION_openssl = "1.0.1i" 8PREFERRED_VERSION_openssl = "1.0.1i"
9PREFERRED_VERSION_cryptodev-linux = "1.7" 9PREFERRED_VERSION_cryptodev-linux = "1.7"
10PREFERRED_VERSION_cryptodev-module = "1.7" 10PREFERRED_VERSION_cryptodev-module = "1.7"
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 5e991f5..08a31a9 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -5,23 +5,16 @@ require recipes-devtools/qemu/qemu.inc
5LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
6 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" 6 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
7 7
8# This means QEMU v2.2.0 with FSL specific patches applied 8# This means QEMU v2.4.0 with FSL specific patches applied
9PV = "2.2.0+fsl" 9PV = "2.4.0+fsl"
10 10
11# FIXME: this recipe requires poky's qemu.inc which assumes version 2.3 11# remove not supported PACKAGECONFIG by this recipe
12# where glx enable config option changed to --enable-opengl. For now we
13# restore it, but we should remove the following lines when upgrading
14# to qemu 2.3:
15PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
16# remove not supported PACKAGECONFIG by this v2.2.0 based recipe
17PACKAGECONFIG[gnutls] = ""
18PACKAGECONFIG[gcrypt] = "" 12PACKAGECONFIG[gcrypt] = ""
19PACKAGECONFIG[nettle] = "" 13PACKAGECONFIG[nettle] = ""
20PACKAGECONFIG[nss] = "" 14PACKAGECONFIG[nss] = ""
21RDEPENDS_${PN}_append = " gnutls"
22 15
23SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" 16SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v2.0.x"
24SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" 17SRCREV = "4b846e9b2b15660abace52dd27a406af08c4212d"
25 18
26# add ptest patches 19# add ptest patches
27SRC_URI_append = "\ 20SRC_URI_append = "\