|
@@ -122,7 +122,7 @@ def bsp_update_kconfig(dist_dir):
|
|
|
line = line[0:position] + 'default "rt-thread"\n'
|
|
|
found = 0
|
|
|
f.write(line)
|
|
|
-
|
|
|
+
|
|
|
def bsp_update_kconfig_library(dist_dir):
|
|
|
# change RTT_ROOT in Kconfig
|
|
|
if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')):
|
|
@@ -141,7 +141,7 @@ def bsp_update_kconfig_library(dist_dir):
|
|
|
found = 0
|
|
|
f.write(line)
|
|
|
|
|
|
- # change board/kconfig path
|
|
|
+ # change board/kconfig path
|
|
|
if not os.path.isfile(os.path.join(dist_dir, 'board/Kconfig')):
|
|
|
return
|
|
|
|
|
@@ -215,11 +215,11 @@ def MkDist_Strip(program, BSP_ROOT, RTT_ROOT, Env):
|
|
|
shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
|
|
|
|
|
# do bsp special dist handle
|
|
|
- if 'dist_handle' in Env:
|
|
|
+ if 'dist_handle' in Env:
|
|
|
print("=> start dist handle")
|
|
|
dist_handle = Env['dist_handle']
|
|
|
dist_handle(BSP_ROOT)
|
|
|
-
|
|
|
+
|
|
|
# get all source files from program
|
|
|
for item in program:
|
|
|
walk_children(item)
|