From ae7b40de8a83c52fb1df211a5522ffba4892386f Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek <mkorpershoek@baylibre.com> Date: Fri, 22 Nov 2024 15:17:22 +0100 Subject: [PATCH] release-android: Add tf-a remote Since [1] we now have a new remote for the AT-F upstream code Add it here so that we can fetch the git url for this project. [1] https://gitlab.baylibre.com/baylibre/ti/android/aosp/manifest/-/commit/1da4d0452d5407a8168cf76263999cb46de302e2 Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> --- release_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_android.sh b/release_android.sh index 134468c..10a6e5e 100755 --- a/release_android.sh +++ b/release_android.sh @@ -9,7 +9,7 @@ source "${SRC}/build_all.sh" source "${SRC}/commit-binaries.sh" PROJECTS_AIOT=("arm-trusted-firmware" "build" "optee-os" "ti-linux-firmware" "u-boot" "optee-ta/kmgk" "optee-ta/optee_test") -PROJECTS_REMOTES="baylibre ti github" +PROJECTS_REMOTES="baylibre ti github tf-a" function add_commit_msg { local -n commits_msg_ref="$1" -- GitLab