Skip to content

Commit c9b2b0e

Browse files
authored
Merge pull request #2522 from particle-iot/fix/release-script-trackerm
[rtl872x] adds Tracker M in release.sh for prebootloader build
2 parents 7def2f3 + 67b357a commit c9b2b0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ eval $MAKE_COMMAND
399399
release_binary "bootloader" "bootloader" "$SUFFIX" "$DEBUG_BUILD" "$USE_SWD_JTAG"
400400

401401
# Prebootloader
402-
if [ $PLATFORM_ID -eq 32 ]; then
402+
if [ $PLATFORM_ID -eq 28 ] || [ $PLATFORM_ID -eq 32 ]; then
403403
cd ../bootloader/prebootloader
404404

405405
COMPILE_LTO="n"

ci/enumerate_build_matrix.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ MAKE=runmake
4848
# "" means execute execute the $MAKE command without that var specified
4949
DEBUG_BUILD=( y n )
5050
PLATFORM=( argon boron asom bsom b5som esomx p2 trackerm )
51-
# All modules are now built by reease scripts instead, skip
51+
# All modules are now built by release scripts instead, skip
5252
# Only building applications and tests here
5353
# PLATFORM_BOOTLOADER=( argon boron asom bsom b5som tracker esomx p2 )
54-
# PLATFORM_PREBOOTLOADER=( p2 )
54+
# PLATFORM_PREBOOTLOADER=( p2 trackerm )
5555
PLATFORM_BOOTLOADER=()
5656
PLATFORM_PREBOOTLOADER=()
5757
APP=( "" product_id_and_version )

0 commit comments

Comments
 (0)