Home
last modified time | relevance | path

Searched refs:board_dst_path (Results 1 – 2 of 2) sorted by relevance

/bsp/phytium/aarch32/
A Dexport_project.py31 board_dst_path = os.path.abspath(r'./board') variable
34 print(' Copying BSP board from {} to {}'.format(board_src_path, board_dst_path))
37 if os.path.exists(board_dst_path):
38 shutil.rmtree(board_dst_path)
43 shutil.copytree(board_src_path, board_dst_path)
48 if os.path.exists(board_dst_path):
49 shutil.rmtree(board_dst_path)
/bsp/phytium/aarch64/
A Dexport_project.py31 board_dst_path = os.path.abspath(r'./board') variable
34 print(' Copying BSP board from {} to {}'.format(board_src_path, board_dst_path))
37 if os.path.exists(board_dst_path):
38 shutil.rmtree(board_dst_path)
43 shutil.copytree(board_src_path, board_dst_path)
48 if os.path.exists(board_dst_path):
49 shutil.rmtree(board_dst_path)

Completed in 4 milliseconds