Skip to content

Commit

Permalink
qemu_v8: add missing remote "tfo"
Browse files Browse the repository at this point in the history
Add missing remote "tfo", from which `repo` will try to fetch newly
added Trusted Services project. This resolves the following error
that occurred when trying to `repo sync`.

fatal: remote tfo not defined in /home/optee/qemu-optee/.repo/manifest.xml

Signed-off-by: Seonghyun Park <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
  • Loading branch information
shpark committed Jan 6, 2025
1 parent 9ba1791 commit 8c422e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu_v8.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="tfo" fetch="https://git.trustedfirmware.org" />
<remote name="u-boot" fetch="https://source.denx.de/u-boot" />
<remote name="xenbits" fetch="https://xenbits.xen.org/" />
<remote name="arm-gitlab" fetch="https://git.gitlab.arm.com/" />
Expand Down

0 comments on commit 8c422e7

Please sign in to comment.