mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'contrib/github_pr_11296_v5.0' into 'release/v5.0'
Fix references to IDF_ADD_PATHS_EXTRAS before being assigned (GitHub PR) (v5.0) See merge request espressif/esp-idf!23600
This commit is contained in:
@ -37,7 +37,7 @@ function __main
|
|||||||
set -gx IDF_TOOLS_INSTALL_CMD "$IDF_PATH"/install.fish
|
set -gx IDF_TOOLS_INSTALL_CMD "$IDF_PATH"/install.fish
|
||||||
# Allow calling some IDF python tools without specifying the full path
|
# Allow calling some IDF python tools without specifying the full path
|
||||||
# "$IDF_PATH"/tools is already added by 'idf_tools.py export'
|
# "$IDF_PATH"/tools is already added by 'idf_tools.py export'
|
||||||
set IDF_ADD_PATHS_EXTRAS "$IDF_ADD_PATHS_EXTRAS":"$IDF_PATH"/components/espcoredump
|
set IDF_ADD_PATHS_EXTRAS "$IDF_PATH"/components/espcoredump
|
||||||
set IDF_ADD_PATHS_EXTRAS "$IDF_ADD_PATHS_EXTRAS":"$IDF_PATH"/components/partition_table
|
set IDF_ADD_PATHS_EXTRAS "$IDF_ADD_PATHS_EXTRAS":"$IDF_PATH"/components/partition_table
|
||||||
set IDF_ADD_PATHS_EXTRAS "$IDF_ADD_PATHS_EXTRAS":"$IDF_PATH"/components/app_update
|
set IDF_ADD_PATHS_EXTRAS "$IDF_ADD_PATHS_EXTRAS":"$IDF_PATH"/components/app_update
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ __main() {
|
|||||||
export IDF_TOOLS_INSTALL_CMD=${IDF_PATH}/install.sh
|
export IDF_TOOLS_INSTALL_CMD=${IDF_PATH}/install.sh
|
||||||
# Allow calling some IDF python tools without specifying the full path
|
# Allow calling some IDF python tools without specifying the full path
|
||||||
# ${IDF_PATH}/tools is already added by 'idf_tools.py export'
|
# ${IDF_PATH}/tools is already added by 'idf_tools.py export'
|
||||||
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/espcoredump"
|
IDF_ADD_PATHS_EXTRAS="${IDF_PATH}/components/espcoredump"
|
||||||
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/partition_table"
|
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/partition_table"
|
||||||
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/app_update"
|
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/app_update"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user