From 1fc2bacdd88214f14385679499b1d0b197858251 Mon Sep 17 00:00:00 2001 From: Sujana M Date: Mon, 23 Jun 2025 09:13:32 +0000 Subject: [PATCH] Change to build.sh file --- acs-drv/files/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acs-drv/files/build.sh b/acs-drv/files/build.sh index 9f773b3..e85cd16 100755 --- a/acs-drv/files/build.sh +++ b/acs-drv/files/build.sh @@ -127,7 +127,7 @@ get_sysarch_acs() if [[ -d "$WRK_DIR/sysarch-acs" ]]; then echo "Directory '$WRK_DIR/sysarch-acs' already exists. Skipping clone." else - git clone https://github.com/Sujana-M/sysarch-acs.git sysarch-acs + git clone https://github.com/ARM-software/sysarch-acs.git sysarch-acs if [[ $? -ne 0 ]]; then echo "ERROR: Failed to download SYSARCH ACS repository." return @@ -142,7 +142,7 @@ get_linux_acs() if [[ -d "$WRK_DIR/linux-acs" ]]; then echo "Directory '$WRK_DIR/linux-acs' already exists. Skipping clone." else - git clone https://git.gitlab.arm.com/linux-arm/linux-acs.git -b sysarch-acs + git clone https://git.gitlab.arm.com/linux-arm/linux-acs.git if [[ $? -ne 0 ]]; then echo "ERROR: Failed to download LINUX ACS repository." return -- GitLab