Skip to content

Commit 379c530

Browse files
committed
针对qemu-aarch64添加scons --menuconfigpkgs --update 命令;
1 parent d320b54 commit 379c530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repo/packages/r/rt-thread/bsp/qemu_virt64_aarch64.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ function build(toolchainsdir)
3838
-- print("===============",config_dir,"===============")
3939
-- os.cp(config_dir,build)
4040
os.cd(build)
41-
os.exec("scons --pyconfig-silent")
41+
os.exec("scons --menuconfig")
42+
os.exec("pkgs --update")
4243
os.exec("scons")
4344
-- exit()
4445
os.execv("cp", {build .. "/rtthread.bin", build_dir})

0 commit comments

Comments
 (0)