File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 - name : Download software
4646 working-directory : ./sw
4747 run : |
48- wget https://github.com/aut0/avp64_sw/releases/download/v2025.04.10 /buildroot_6_5_6.tar.gz
48+ wget https://github.com/aut0/avp64_sw/releases/download/v2025.08.22 /buildroot_6_5_6.tar.gz
4949 tar -xvf buildroot_6_5_6.tar.gz
5050 rm buildroot_6_5_6.tar.gz
5151
Original file line number Diff line number Diff line change 4343 - name : Download software
4444 working-directory : ./sw
4545 run : |
46- wget https://github.com/aut0/avp64_sw/releases/download/v2025.04.10 /buildroot_6_5_6.tar.gz
46+ wget https://github.com/aut0/avp64_sw/releases/download/v2025.08.22 /buildroot_6_5_6.tar.gz
4747 tar -xvf buildroot_6_5_6.tar.gz
4848 rm buildroot_6_5_6.tar.gz
4949
Original file line number Diff line number Diff line change 99##############################################################################
1010
1111cmake_minimum_required (VERSION 3.12)
12- project (avp64 VERSION 2025.04.07 LANGUAGES C CXX)
12+ project (avp64 VERSION 2025.08.22 LANGUAGES C CXX)
1313
1414option (AVP64_BUILD_TESTS "Build unit tests" OFF )
1515option (AVP64_BUILD_RUNNER "Build avp64 runner" ON )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
2424ROOT_DIR=${DIR} /..
2525SW_DIR=${ROOT_DIR} /sw
2626
27- BUILDROOT=https://github.com/aut0/avp64_sw/releases/download/v2025.04.07 /buildroot_6_5_6.tar.gz
27+ BUILDROOT=https://github.com/aut0/avp64_sw/releases/download/v2025.08.22 /buildroot_6_5_6.tar.gz
2828BUILDROOT_TAR=" ${BUILDROOT##*/ } "
2929
3030# fetch sw
You can’t perform that action at this time.
0 commit comments