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
This commit is contained in:
Mandeep Singh Baines 2010-07-09 20:52:41 -07:00
parent 561be04e50
commit 87b169428f

View File

@ -292,7 +292,7 @@ make_image_bootable() {
sudo mount -o remount,ro "${ROOT_FS_DIR}" sudo mount -o remount,ro "${ROOT_FS_DIR}"
root_dev=$(mount | grep -- "${ROOT_FS_DIR}" | cut -f1 -d' ' | tail -1) 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 # 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. # so that we can perform a load_kernel_test later on the final image.