Commit 8052ec11 authored by Rabeeh Khoury's avatar Rabeeh Khoury

fix qoriq-mc-binary shallow clone build

Signed-off-by: default avatarRabeeh Khoury <rabeeh@solid-run.com>
parent e27c9814
......@@ -201,9 +201,7 @@ fi
if [[ ! -d $ROOTDIR/build/qoriq-mc-binary ]]; then
cd $ROOTDIR/build
git clone $SHALLOW_FLAG https://github.com/NXP/qoriq-mc-binary.git
cd qoriq-mc-binary
git checkout -b $RELEASE refs/tags/$RELEASE
git clone $SHALLOW_FLAG https://github.com/NXP/qoriq-mc-binary.git -b $RELEASE
fi
###############################################################################
......
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