Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
BSP release package files updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkrbh committed Nov 15, 2021
1 parent aa9d5bc commit 0819bf8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bf_sde.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,11 @@ def prepare_bsp_pkg():
'\':!*Makefile.in\' '
'> {3}'.format(bsp_repo_abs, earliest_commit_hash, latest_commit_hash,
bsp_repo_abs + '/' + get_diff_file_name()))
create_release(bsp_repo_abs, [[bsp_repo_abs, get_diff_file_name()],
[bsp_repo_abs, '/platforms/apsn/']])
create_release(bsp_repo_abs, [[bsp_repo_abs, '/platforms/apsn/'],
[bsp_repo_abs, '/platforms/common/'],
[bsp_repo_abs, '/platforms/include/'],
[bsp_repo_abs, '/CMakeLists.txt'],
[bsp_repo_abs, '/drivers']])


def ask_user_for_building_bsp():
Expand Down

0 comments on commit 0819bf8

Please sign in to comment.