File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 9191 # Remove any existing directories
9292 rm -rf lib/fprime lib/fprime-zephyr lib/zephyr-workspace/zephyr
9393
94- # Create directories
95- mkdir -p lib/zephyr-workspace
96-
97- # Clone fprime
98- echo "Cloning fprime..."
99- git clone --depth 1 --branch v4.0.0 https://github.com/nasa/fprime.git lib/fprime
100-
101- # Clone fprime-zephyr
102- echo "Cloning fprime-zephyr..."
103- git clone --depth 1 https://github.com/fprime-community/fprime-zephyr.git lib/fprime-zephyr
104- cd lib/fprime-zephyr
105- git checkout 931354e26e39cb711f846e1ca8bb1337ede83b7c
106- cd ../..
107-
108- # Clone zephyr
109- echo "Cloning zephyr..."
110- git clone --depth 1 --branch v4.2.0 https://github.com/zephyrproject-rtos/zephyr.git lib/zephyr-workspace/zephyr
94+ # Clone submodules
95+ make submodules
11196
11297 echo "✓ All dependencies downloaded successfully"
11398
You can’t perform that action at this time.
0 commit comments