From 87b169428fc45127d41cb10400314c01c840d80a Mon Sep 17 00:00:00 2001 From: Mandeep Singh Baines Date: Fri, 9 Jul 2010 20:52:41 -0700 Subject: [PATCH] build_image: modify to not get devkeys from vboot_reference checkout An earlier CL modifies the vboot_reference ebuild to install the keys into /usr/share/vboot. TEST=verified that build_image fails without this change and no vboot_reference checkout but succeeds with this change and no vboot_reference checkout Change-Id: Ie2bc1091b52c36fd56cd5f763ee275afc91765c3 Review URL: http://codereview.chromium.org/2896008 --- build_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_image b/build_image index 90042562b7..ad7f11c9da 100755 --- a/build_image +++ b/build_image @@ -292,7 +292,7 @@ make_image_bootable() { sudo mount -o remount,ro "${ROOT_FS_DIR}" root_dev=$(mount | grep -- "${ROOT_FS_DIR}" | cut -f1 -d' ' | tail -1) - DEVKEYSDIR="${SRC_ROOT}/platform/vboot_reference/tests/devkeys" + DEVKEYSDIR="/usr/share/vboot/devkeys" # Builds the kernel partition image. The temporary files are kept around # so that we can perform a load_kernel_test later on the final image.