diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-18 09:07:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 09:07:22 -0300 |
commit | 2ee3f2a9f254adab6a6d42a6e3085d05fbc8ac07 (patch) | |
tree | 97d048c25982b6d2c6b091762085cfadfc42f6bf /recipes-devtools | |
parent | 154852cae5662f5aa5e983d412c95612dfbaf267 (diff) | |
parent | 289dae16bef8ee2e6b10edecd9d9c728e37694ac (diff) | |
download | meta-freescale-warrior.tar.gz |
Merge pull request #1503 from het-masteen/update-qoriq-git-linkwarrior
[warrior] meta-freescale: migrate IMX repos from codeaurora to github (for QorIQ)
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/cst/cst_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index 8de37bcb..0ad113d1 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb | |||
@@ -9,7 +9,7 @@ RDEPENDS_${PN} = "bash" | |||
9 | 9 | ||
10 | inherit kernel-arch | 10 | inherit kernel-arch |
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \ | 12 | SRC_URI = "git://github.com/nxp-qoriq/cst;nobranch=1 \ |
13 | " | 13 | " |
14 | SRCREV = "2737b8bca4432c3ef21ac675e949cb53d444a369" | 14 | SRCREV = "2737b8bca4432c3ef21ac675e949cb53d444a369" |
15 | 15 | ||
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 5b5de64c..5f37db03 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 zlib pixman dtc" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
11 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | 11 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" |
12 | 12 | ||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/qemu;nobranch=1 \ | 13 | SRC_URI = "git://github.com/nxp-qoriq/qemu;nobranch=1 \ |
14 | file://powerpc_rom.bin \ | 14 | file://powerpc_rom.bin \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |