Commit b344a483 authored by Louis Jeanneau's avatar Louis Jeanneau

changed url of repo from codeaurora to github for source code cloning

parent e89f4ca6
...@@ -228,7 +228,7 @@ cd $ROOTDIR ...@@ -228,7 +228,7 @@ cd $ROOTDIR
QORIQ_COMPONENTS="u-boot atf rcw restool mc-utils linux dpdk cst" QORIQ_COMPONENTS="u-boot atf rcw restool mc-utils linux dpdk cst"
for i in $QORIQ_COMPONENTS; do for i in $QORIQ_COMPONENTS; do
if [[ ! -d $ROOTDIR/build/$i ]]; then if [[ ! -d $ROOTDIR/build/$i ]]; then
echo "Cloing https://source.codeaurora.org/external/qoriq/qoriq-components/$i release $RELEASE" echo "Cloning https://github.com/nxp-qoriq/$i release $RELEASE"
cd $ROOTDIR/build cd $ROOTDIR/build
CHECKOUT=$RELEASE CHECKOUT=$RELEASE
# Release LSDK-20.12 # Release LSDK-20.12
...@@ -248,7 +248,7 @@ for i in $QORIQ_COMPONENTS; do ...@@ -248,7 +248,7 @@ for i in $QORIQ_COMPONENTS; do
if [ "x$i" == "xrcw" ] && [ "x$RELEASE" == "xLSDK-20.04" ]; then if [ "x$i" == "xrcw" ] && [ "x$RELEASE" == "xLSDK-20.04" ]; then
CHECKOUT=LSDK-20.04-update-290520 CHECKOUT=LSDK-20.04-update-290520
fi fi
git clone $SHALLOW_FLAG https://source.codeaurora.org/external/qoriq/qoriq-components/$i -b $CHECKOUT git clone $SHALLOW_FLAG https://github.com/nxp-qoriq/$i -b $CHECKOUT
cd $i cd $i
if [ "x$i" == "xatf" ]; then if [ "x$i" == "xatf" ]; then
cd $ROOTDIR/build/atf/tools/fiptool cd $ROOTDIR/build/atf/tools/fiptool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment