mirror of
https://github.com/parallella/parallella-hw.git
synced 2024-11-24 11:35:00 +00:00
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
pushd ../../
|
|
git submodule init
|
|
git submodule update
|
|
popd
|
|
cp fpgahdl_xilinx.sco ../../.git/modules/fpga/externals/fpgahdl_xilinx/info/sparse-checkout
|
|
cd fpgahdl_xilinx
|
|
git config core.sparsecheckout true
|
|
git read-tree -mu HEAD
|
|
cd ..
|
|
|