Skip to content

Commit

Permalink
Merge branch 'master' into tqma8xqp
Browse files Browse the repository at this point in the history
  • Loading branch information
lsf37 authored Dec 9, 2023
2 parents 3ba2b80 + 8a58fbe commit f34ab52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sel4test-hw/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def hw_build(manifest_dir: str, build: Build):
script = [
["../init-build.sh"] + build.settings_args(),
["ninja"],
["tar", "czf", f"../{build.name}-images.tar.gz", "images/"]
["tar", "czf", f"../{build.name}-images.tar.gz", "images/"],
["cp", "kernel/kernel.elf", f"../{build.name}-kernel.elf"]
]

return run_build_script(manifest_dir, build, script)
Expand Down

0 comments on commit f34ab52

Please sign in to comment.