Git
Shallow Checkout
git clone --depth=100 <repo path>parse Checkout
git clone --no-checkout https://github.com/Xilinx/embeddedsw.git --depth=100
cd embeddedsw/
git config core.sparseCheckout true
#Add the directories and files that needed to be checkout
echo "XilinxProcessorIPLib/drivers/aiengine/*" > .git/info/sparse-checkout
git checkout masterSetup own Mirrors
git clone --mirror https://github.com/Xilinx/linux-xlnx.git ./linux-xlnx.referencehcd <reference dir>
git remote updateLeverage Local Mirrors
Last updated