summaryrefslogtreecommitdiff
path: root/util/chromeos
diff options
context:
space:
mode:
authorMete Balci <metebalci@gmail.com>2019-03-08 11:13:45 +0000
committerPatrick Georgi <pgeorgi@google.com>2020-03-03 12:06:44 +0000
commit63cdea2b2d6062f02a17b9f2e136f714f403f6f4 (patch)
treefd682c15ed7f1d7f99b901f82cf51c28d4b55642 /util/chromeos
parentf0303dbf919e1a207f2f689e5b344f8e4cee0ab4 (diff)
downloadcoreboot-63cdea2b2d6062f02a17b9f2e136f714f403f6f4.tar.xz
util/chromeos: Add unzip as a dependency
unzip might not be installed by default, so it is added as a dependency in crosfirmware script. Change-Id: I420067b3e8ed26e6a7dccb863aae1272a3c7acbc Signed-off-by: Mete Balci <metebalci@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31821 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/chromeos')
-rwxr-xr-xutil/chromeos/crosfirmware.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/chromeos/crosfirmware.sh b/util/chromeos/crosfirmware.sh
index dc33fac8ce..5fec96b485 100755
--- a/util/chromeos/crosfirmware.sh
+++ b/util/chromeos/crosfirmware.sh
@@ -37,6 +37,7 @@ exit_if_dependencies_are_missing() {
exit_if_uninstalled "debugfs" "e2fsprogs"
exit_if_uninstalled "parted" "parted"
exit_if_uninstalled "curl" "curl"
+ exit_if_uninstalled "unzip" "unzip"
}
get_inventory()