|
387 | 387 | <fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
|
388 | 388 | </chmod>
|
389 | 389 |
|
390 |
| - <mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266" /> |
| 390 | + <mkdir dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools" /> |
391 | 391 |
|
392 | 392 | <antcall target="untar">
|
393 | 393 | <param name="archive_file" value="${staging_folder}/dist/osx-xtensa-lx106-elf.tgz" />
|
394 | 394 | <param name="archive_url" value="http://download.igrr.me/osx-xtensa-lx106-elf.tgz" />
|
395 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/xtensa-lx106-elf" /> |
396 |
| - <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 395 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/xtensa-lx106-elf" /> |
| 396 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" /> |
397 | 397 | </antcall>
|
398 | 398 |
|
399 | 399 |
|
400 | 400 | <antcall target="unzip">
|
401 | 401 | <param name="archive_file" value="${staging_folder}/esptool-0.4.3-osx.zip" />
|
402 | 402 | <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.3/esptool-0.4.3-osx.zip" />
|
403 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-osx" /> |
404 |
| - <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 403 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-osx" /> |
| 404 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" /> |
405 | 405 | </antcall>
|
406 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-osx/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool" /> |
407 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-osx/" /> |
| 406 | + <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-osx/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" /> |
| 407 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-osx/" /> |
408 | 408 |
|
409 | 409 | </target>
|
410 | 410 |
|
|
663 | 663 |
|
664 | 664 | <antcall target="package-library-index-json-bundle"/>
|
665 | 665 |
|
666 |
| - <mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266" /> |
667 |
| - |
668 | 666 | <antcall target="untar">
|
669 | 667 | <param name="archive_file" value="${staging_folder}/dist/linux64-xtensa-lx106-elf.tgz" />
|
670 | 668 | <param name="archive_url" value="http://download.igrr.me/linux64-xtensa-lx106-elf.tgz" />
|
671 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/xtensa-lx106-elf" /> |
672 |
| - <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 669 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/xtensa-lx106-elf" /> |
| 670 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" /> |
673 | 671 | </antcall>
|
674 | 672 |
|
675 | 673 | <antcall target="unzip">
|
676 | 674 | <param name="archive_file" value="${staging_folder}/esptool-0.4.3-linux64.zip" />
|
677 | 675 | <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.3/esptool-0.4.3-linux64.zip" />
|
678 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-linux64" /> |
679 |
| - <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 676 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-linux64" /> |
| 677 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" /> |
680 | 678 | </antcall>
|
681 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-linux64/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool" /> |
682 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-linux64/" /> |
| 679 | + <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-linux64/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" /> |
| 680 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-linux64/" /> |
683 | 681 |
|
684 | 682 | </target>
|
685 | 683 |
|
|
917 | 915 |
|
918 | 916 | <antcall target="package-library-index-json-bundle"/>
|
919 | 917 |
|
920 |
| - <mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266" /> |
921 |
| - |
922 | 918 | <antcall target="untar">
|
923 | 919 | <param name="archive_file" value="${staging_folder}/dist/win32-xtensa-lx106-elf.tgz" />
|
924 | 920 | <param name="archive_url" value="http://download.igrr.me/win32-xtensa-lx106-elf.tgz" />
|
925 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/xtensa-lx106-elf" /> |
926 |
| - <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 921 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/xtensa-lx106-elf" /> |
| 922 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" /> |
927 | 923 | </antcall>
|
928 | 924 |
|
929 | 925 |
|
930 | 926 | <antcall target="unzip">
|
931 | 927 | <param name="archive_file" value="${staging_folder}/esptool-0.4.3-win32.zip" />
|
932 | 928 | <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.3/esptool-0.4.3-win32.zip" />
|
933 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-win32" /> |
934 |
| - <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 929 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-win32" /> |
| 930 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" /> |
935 | 931 | </antcall>
|
936 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-win32/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool.exe" /> |
937 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.3-win32/" /> |
| 932 | + <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-win32/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool.exe" /> |
| 933 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-win32/" /> |
938 | 934 |
|
939 | 935 | </target>
|
940 | 936 |
|
|
0 commit comments