Skip to content

Commit 0655c47

Browse files
authored
rm not needed
1 parent c36b309 commit 0655c47

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tools/update-components.sh

-28
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
source ./tools/config.sh
44

55
CAMERA_REPO_URL="https://github.com/espressif/esp32-camera.git"
6-
FACE_REPO_URL="https://github.com/espressif/esp-dl.git"
7-
#RMAKER_REPO_URL="https://github.com/espressif/esp-rainmaker.git"
86
DSP_REPO_URL="https://github.com/espressif/esp-dsp.git"
97
LITTLEFS_REPO_URL="https://github.com/joltwallet/esp_littlefs.git"
108
TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
@@ -50,22 +48,6 @@ if [ -f "$AR_COMPS/esp32-camera/idf_component.yml" ]; then
5048
fi
5149
if [ $? -ne 0 ]; then exit 1; fi
5250

53-
#
54-
# CLONE/UPDATE ESP-FACE
55-
#
56-
57-
if [ ! -d "$AR_COMPS/esp-face" ]; then
58-
git clone $FACE_REPO_URL "$AR_COMPS/esp-face"
59-
# cml=`cat "$AR_COMPS/esp-face/CMakeLists.txt"`
60-
# echo "if(IDF_TARGET STREQUAL \"esp32\" OR IDF_TARGET STREQUAL \"esp32s2\" OR IDF_TARGET STREQUAL \"esp32s3\")" > "$AR_COMPS/esp-face/CMakeLists.txt"
61-
# echo "$cml" >> "$AR_COMPS/esp-face/CMakeLists.txt"
62-
# echo "endif()" >> "$AR_COMPS/esp-face/CMakeLists.txt"
63-
else
64-
git -C "$AR_COMPS/esp-face" fetch && \
65-
git -C "$AR_COMPS/esp-face" pull --ff-only
66-
fi
67-
if [ $? -ne 0 ]; then exit 1; fi
68-
6951
#
7052
# CLONE/UPDATE ESP-LITTLEFS
7153
#
@@ -80,16 +62,6 @@ else
8062
fi
8163
if [ $? -ne 0 ]; then exit 1; fi
8264

83-
#
84-
# CLONE/UPDATE ESP-RAINMAKER
85-
#
86-
87-
#if [ ! -d "$AR_COMPS/esp-rainmaker" ]; then
88-
# git clone $RMAKER_REPO_URL "$AR_COMPS/esp-rainmaker"
89-
# git -C "$AR_COMPS/esp-rainmaker" checkout f1b82c71c4536ab816d17df016d8afe106bd60e3
90-
#fi
91-
#if [ $? -ne 0 ]; then exit 1; fi
92-
9365
#
9466
# CLONE/UPDATE ESP-DSP
9567
#

0 commit comments

Comments
 (0)