Skip to content

Commit 4a2921f

Browse files
authored
Merge pull request #378 from pennam/package-patch
package: remove opta variants from boards.txt before packaging
2 parents 1712cb4 + 550d6c6 commit 4a2921f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: extras/package.sh

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ git checkout platform.txt
2525
sed -i 's/minima./#minima./g' boards.txt
2626
sed -i 's/unor4wifi./#unor4wifi./g' boards.txt
2727
sed -i 's/muxto./#muxto./g' boards.txt
28+
sed -i 's/opta_/#opta_/g' boards.txt
2829
sed -i 's/Arduino Renesas fsp Boards/Arduino Renesas Portenta Boards/g' platform.txt
2930

3031
CORE_BASE=`basename $PWD`
@@ -57,6 +58,7 @@ git checkout platform.txt
5758

5859
sed -i 's/portenta_c33./#portenta_c33./g' boards.txt
5960
sed -i 's/muxto./#muxto./g' boards.txt
61+
sed -i 's/opta_/#opta_/g' boards.txt
6062
sed -i 's/Arduino Renesas fsp Boards/Arduino Renesas UNO R4 Boards/g' platform.txt
6163

6264
CORE_BASE=`basename $PWD`

0 commit comments

Comments
 (0)