diff options
author | Ting Liu <ting.liu@nxp.com> | 2017-03-17 15:51:04 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-17 17:04:04 -0300 |
commit | bb96cd06e42f23ab749d8f4fdbe76fc306527486 (patch) | |
tree | d6c6d58465224dbc275581b62091ec78e8a4f6b4 /recipes-devtools/qemu | |
parent | 8e2582eb821132f1ea7f065883679e2c6615ae1d (diff) | |
download | meta-freescale-bb96cd06e42f23ab749d8f4fdbe76fc306527486.tar.gz |
qemu-qoriq: upgrade to v2.6.2+
upgrade to v2.6.2, add support for ls1012a.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools/qemu')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index b9535d81..87662e13 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb | |||
@@ -20,13 +20,8 @@ QorIQ machines. The poky version should be used for native/nativesdk build." | |||
20 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
21 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | 21 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" |
22 | 22 | ||
23 | # remove not supported PACKAGECONFIG by this recipe | 23 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1" |
24 | PACKAGECONFIG[gcrypt] = "" | 24 | SRCREV = "ef54fffcee4324c9a32bf6e260c8141b4e6c542e" |
25 | PACKAGECONFIG[nettle] = "" | ||
26 | PACKAGECONFIG[nss] = "" | ||
27 | |||
28 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v2.0.x" | ||
29 | SRCREV = "4b846e9b2b15660abace52dd27a406af08c4212d" | ||
30 | 25 | ||
31 | # add ptest patches | 26 | # add ptest patches |
32 | SRC_URI_append = "\ | 27 | SRC_URI_append = "\ |