Skip to content

Commit d4a770a

Browse files
committed
Do not include ESP_SR for IDF 4.4
1 parent a6a8714 commit d4a770a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tools/update-components.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ source ./tools/config.sh
44

55
CAMERA_REPO_URL="https://github.com/espressif/esp32-camera.git"
66
DL_REPO_URL="https://github.com/espressif/esp-dl.git"
7-
SR_REPO_URL="https://github.com/espressif/esp-sr.git"
87
RMAKER_REPO_URL="https://github.com/espressif/esp-rainmaker.git"
98
INSIGHTS_REPO_URL="https://github.com/espressif/esp-insights.git"
109
DSP_REPO_URL="https://github.com/espressif/esp-dsp.git"
@@ -81,22 +80,6 @@ else
8180
fi
8281
if [ $? -ne 0 ]; then exit 1; fi
8382

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-
10083
#
10184
# CLONE/UPDATE ESP-LITTLEFS
10285
#

0 commit comments

Comments
 (0)