Skip to content

Commit 81cf104

Browse files
committed
qemu_arc: Use zephyrproject-rtos mirror
Use the Zephyr mirror of the ARC QEMU so that we can carry local patches. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c33f21f commit 81cf104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
url = https://github.com/zephyrproject-rtos/qemu.git
3737
[submodule "qemu_arc"]
3838
path = qemu_arc
39-
url = https://github.com/foss-for-synopsys-dwc-arc-processors/qemu.git
39+
url = https://github.com/zephyrproject-rtos/arc-qemu.git
4040
[submodule "qemu_xilinx"]
4141
path = qemu_xilinx
4242
url = https://github.com/zephyrproject-rtos/xilinx-qemu.git

meta-zephyr-sdk/recipes-devtools/qemu_arc/qemu-arc_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
66
file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f"
77

88
SRCREV = "${ZEPHYR_SDK_QEMU_ARC_SRCREV}"
9-
SRC_URI = "gitsm://github.com/foss-for-synopsys-dwc-arc-processors/qemu.git;protocol=https;nobranch=1 \
9+
SRC_URI = "gitsm://github.com/zephyrproject-rtos/arc-qemu.git;protocol=https;nobranch=1 \
1010
file://cross.patch \
1111
"
1212

0 commit comments

Comments
 (0)