Skip to content

Commit ca82428

Browse files
committed
packaging: replace hide propery with proper comment
Former-commit-id: 7466b78
1 parent f1bc9f8 commit ca82428

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

extras/package.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ EXCLUDE_TAGS=--exclude-tag-all=.unor4_only
1616
FILENAME=ArduinoCore-renesas_$VARIANT-$VERSION.tar.bz2
1717

1818
git checkout boards.txt
19-
echo minima.hide=true >> boards.txt
20-
echo unor4wifi.hide=true >> boards.txt
21-
echo muxto.hide=true >> boards.txt
19+
20+
sed -i 's/minima./#minima./g' boards.txt
21+
sed -i 's/unor4wifi./#unor4wifi./g' boards.txt
22+
sed -i 's/muxto./#muxto./g' boards.txt
2223

2324
CORE_BASE=`basename $PWD`
2425
cd ..
@@ -46,8 +47,9 @@ EXCLUDE_TAGS=--exclude-tag-all=.portenta_only
4647
FILENAME=ArduinoCore-renesas_$VARIANT-$VERSION.tar.bz2
4748

4849
git checkout boards.txt
49-
echo portenta_c33.hide=true >> boards.txt
50-
echo muxto.hide=true >> boards.txt
50+
51+
sed -i 's/portenta_c33./#portenta_c33./g' boards.txt
52+
sed -i 's/muxto./#muxto./g' boards.txt
5153

5254
CORE_BASE=`basename $PWD`
5355
cd ..

variants/PORTENTA_C33/libs/libfsp.a

19.7 MB
Binary file not shown.

variants/PORTENTA_C33/libs/libfsp.a.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)