Skip to content

Commit

Permalink
Fix zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Dec 18, 2021
1 parent 922c795 commit 60ee9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/KV260/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ version:
zip:
$(eval ver := $(shell grep "version" ../../pynq_composable/__init__.py | cut -d" " -f3 | tr -d \'\" | tr . _))
cp LICENSE overlay/LICENSE.txt
zip -r composable-video-pipeline-Pynq-Z2-v$(ver).zip overlay/
zip -r composable-video-pipeline-KV260-v$(ver).zip overlay/

dict:
python3 ../../pynq_composable/parser.py --hwh overlay/$(overlay_name).hwh
2 changes: 1 addition & 1 deletion boards/Pynq-ZU/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version:
zip:
$(eval ver := $(shell grep "version" ../../pynq_composable/__init__.py | cut -d" " -f3 | tr -d \'\" | tr . _))
cp LICENSE overlay/LICENSE.txt
zip -r composable-video-pipeline-Pynq-Z2-v$(ver).zip overlay/
zip -r composable-video-pipeline-Pynq-ZU-v$(ver).zip overlay/

dict:
python3 ../../pynq_composable/parser.py --hwh overlay/$(overlay_name).hwh

0 comments on commit 60ee9d3

Please sign in to comment.