summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-03-31 12:23:02 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-03-31 13:50:30 -0700
commit5884c15aa907beef1c2582a9cff63d33b04ff0bc (patch)
treefd7e924b4aa7c4c519d47a4082ddc375375d3d3d /recipes-devtools
parente353e020f161d6674c825e8abc9bdcece71ca8a5 (diff)
downloadmeta-freescale-5884c15aa907beef1c2582a9cff63d33b04ff0bc.tar.gz
Move from codeaurora to github
Fixes: #1469 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/cst/cst_git.bb2
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_4.1.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index fef0fbcf..d2171283 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -16,7 +16,7 @@ inherit kernel-arch
16#SECURE_PRI_KEY = "/path/srk.pri" 16#SECURE_PRI_KEY = "/path/srk.pri"
17#SECURE_PUB_KEY = "/path/srk.pub" 17#SECURE_PUB_KEY = "/path/srk.pub"
18 18
19SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \ 19SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \
20 file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ 20 file://0001-tools-Mark-struct-input_field-file_field-extern.patch \
21" 21"
22SRCREV = "9aafbdf2441858ceca2779279b6876c6bdc2d3ed" 22SRCREV = "9aafbdf2441858ceca2779279b6876c6bdc2d3ed"
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb b/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb
index a281170c..7938719f 100644
--- a/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb
+++ b/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0 zlib pixman bison-native"
9LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
10 file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" 10 file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f"
11 11
12SRC_URI = "gitsm://source.codeaurora.org/external/qoriq/qoriq-components/qemu;nobranch=1 \ 12SRC_URI = "gitsm://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://0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch \ 15 file://0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch \