Skip to content

Commit

Permalink
Switch to the linux-acs repo on the arm gitlab instance
Browse files Browse the repository at this point in the history
The linux-arm.org site appears to be down, and anyway is old and
doesn't support https. Switch to the copy of linux-acs on gitlab.arm.com

Signed-off-by: Rebecca Cran <[email protected]>
  • Loading branch information
Rebecca Cran committed Mar 15, 2021
1 parent d7babe6 commit 875731b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbsa/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LUVDIR=$PWD/luv
rm -rf $SRCDIR

git clone https://github.com/ARM-software/sbsa-acs.git src
git clone git://linux-arm.org/linux-acs.git
git clone https://git.gitlab.arm.com/linux-arm/linux-acs.git

mv linux-acs/sbsa-acs-drv/files/platform/pal_linux $SRCDIR/platform/
mv linux-acs/sbsa-acs-drv $SRCDIR
Expand Down
2 changes: 1 addition & 1 deletion sdei/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SRCDIR=$PWD/sdei
LUVDIR=$PWD/luv

cd $SRCDIR
git clone git://linux-arm.org/linux-acs.git
git clone https://git.gitlab.arm.com/linux-arm/linux-acs.git
cp -r linux-acs/sdei-acs-drv .
rm -rf linux-acs
cd $TOPDIR
Expand Down

0 comments on commit 875731b

Please sign in to comment.