File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ source ./tools/config.sh
4
4
5
5
CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
6
6
DL_REPO_URL=" https://github.com/espressif/esp-dl.git"
7
- SR_REPO_URL=" https://github.com/espressif/esp-sr.git"
8
7
RMAKER_REPO_URL=" https://github.com/espressif/esp-rainmaker.git"
9
8
INSIGHTS_REPO_URL=" https://github.com/espressif/esp-insights.git"
10
9
DSP_REPO_URL=" https://github.com/espressif/esp-dsp.git"
81
80
fi
82
81
if [ $? -ne 0 ]; then exit 1; fi
83
82
84
- #
85
- # CLONE/UPDATE ESP-SR
86
- #
87
- echo " Updating ESP-SR..."
88
- if [ ! -d " $AR_COMPS /esp-sr" ]; then
89
- git clone $SR_REPO_URL " $AR_COMPS /esp-sr"
90
- else
91
- git -C " $AR_COMPS /esp-sr" fetch && \
92
- git -C " $AR_COMPS /esp-sr" pull --ff-only
93
- fi
94
- # this is a temp measure to fix build issue
95
- if [ -f " $AR_COMPS /esp-sr/idf_component.yml" ]; then
96
- rm -rf " $AR_COMPS /esp-sr/idf_component.yml"
97
- fi
98
- if [ $? -ne 0 ]; then exit 1; fi
99
-
100
83
#
101
84
# CLONE/UPDATE ESP-LITTLEFS
102
85
#
You can’t perform that action at this time.
0 commit comments