diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-03-31 20:45:00 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 20:45:00 -0300 |
commit | fe0744e483ac23c624c6372f40d0e9b099a639d1 (patch) | |
tree | 4c01289d02d1a472b109656e3415d99921e104da /recipes-devtools/qemu | |
parent | 86772601e7f6ea188dfaf64097edafc05e15aef3 (diff) | |
parent | cbe69b170fbdb201ae9bc80889678709e64caa78 (diff) | |
download | meta-freescale-sumo.tar.gz |
Merge pull request #1472 from logbaseaofn/sumosumo
Migrate codeaurora repositories to github (sumo)
Diffstat (limited to 'recipes-devtools/qemu')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 7423b5426..3943d1132 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb | |||
@@ -9,7 +9,7 @@ RDEPENDS_${PN}-ptest = "bash make" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
10 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | 10 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" |
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/qemu;nobranch=1 \ | 12 | SRC_URI = "git://github.com/nxp-qoriq/qemu;protocol=https;nobranch=1 \ |
13 | file://powerpc_rom.bin \ | 13 | file://powerpc_rom.bin \ |
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | file://memfd.patch \ | 15 | file://memfd.patch \ |