We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f841a45 commit c41dd59Copy full SHA for c41dd59
tools/build_all.py
@@ -34,7 +34,7 @@
34
os.makedirs(bin_directory, exist_ok=True)
35
36
start_time = time.monotonic()
37
- make_result = subprocess.run("make -j 4 BOARD={} all genpkg".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+ make_result = subprocess.run("make -j 4 BOARD={} all".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
38
build_duration = time.monotonic() - start_time
39
40
flash_size = "-"
0 commit comments