Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boot-utils
Submodule boot-utils updated 1 files
+1 −1 boot-qemu.sh
2 changes: 1 addition & 1 deletion install_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def install_deps():
sys.exit(1)
# Not specific to any arch.
dependencies = [
"expect", # unbuffer command used by boot-utils/boot-qemu.sh.
# Add arch agnostic dependencies here.
] + arch_dependencies[arch]
print("Installing:", dependencies)

Expand Down