Rename op-tee project

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
Michael Opdenacker 2020-11-04 09:00:46 +01:00
parent 4f39239b19
commit fc517b659d
3 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ index llvm https://github.com/llvm/llvm-project.git &
index mesa https://gitlab.freedesktop.org/mesa/mesa.git &
index musl git://git.musl-libc.org/musl &
index ofono https://git.kernel.org/pub/scm/network/ofono/ofono.git &
index optee https://github.com/OP-TEE/optee_os.git &
index op-tee https://github.com/OP-TEE/optee_os.git &
index qemu https://git.qemu.org/git/qemu.git &
index u-boot https://gitlab.denx.de/u-boot/u-boot.git &
index uclibc-ng git://uclibc-ng.org/git/uclibc-ng &

View file

@ -30,7 +30,7 @@ if [ -z "$ELIXIR_INSTALL" ]; then
exit 1
fi
for p in linux u-boot busybox zephyr musl barebox uclibc-ng arm-trusted-firmware amazon-freertos qemu glibc coreboot llvm mesa ofono optee dpdk toybox grub; do
for p in linux u-boot busybox zephyr musl barebox uclibc-ng arm-trusted-firmware amazon-freertos qemu glibc coreboot llvm mesa ofono op-tee dpdk toybox grub; do
echo "Processing project $root/$p ..."
export LXR_DATA_DIR=$root/$p/data
export LXR_REPO_DIR=$root/$p/repo