summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2014-10-01 14:10:45 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-10-02 20:51:05 +0000
commitf1dba02034fba650c84cec52630755cd3c063e88 (patch)
tree45937fa127c76c713b72c53436f16d1f1f6aaab1 /Makefile
parent162f7885964b39419419f07a576fc390068678a9 (diff)
downloadvboot-f1dba02034fba650c84cec52630755cd3c063e88.tar.gz
futility: rolled back vbutil_kernel change
When disabling verity with make_dev_ssh.sh, a bug in vbutil_kernel caused the re-signed kernel size to be the entire kernel partition instead of just the necessary bits. Until we can improve the test coverage, I'm rolling back the changes that introduced this bug. BUG=chromium:418647 BRANCH=ToT TEST=manual Created a new test image with these changes. You can install it and disable dm-verity and it works (although there seems to be an unrelated browser startup issue on ToT). Change-Id: I48e8427b05e191c9894c42056429a79d57bfc78d Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/220935 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b26e2ab3..d5f00885 100644
--- a/Makefile
+++ b/Makefile
@@ -545,6 +545,7 @@ FUTIL_SRCS = \
futility/cmd_sign.c \
futility/cmd_vbutil_firmware.c \
futility/cmd_vbutil_kernel.c \
+ futility/cmd_vbutil_kernel0.c \
futility/cmd_vbutil_key.c \
futility/cmd_vbutil_keyblock.c \
futility/cmd_verify_kernel.c \