Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: build_image

Issue 2812044: build_image: fix hash perms & arm image path (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build_kernel_image.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index 41d03db46ea72cedf1c9780af69f21b00e693b2c..14637906bd1b1d5873f860c9a74adac574127e48 100755
--- a/build_image
+++ b/build_image
@@ -327,7 +327,8 @@ make_image_bootable() {
$(cat ${OUTPUT_DIR}/boot.config | tr -s '\n' ' ')"
kernel_part="${kernel_part} ${FLAGS_arm_extra_bootargs}'"
local kpart_offset="--kernel_partition_offset=${koffset}"
- local kpart_size="--kernel_partition_sectors=$(partsize ${image_name} 2)"
+ local kpart_size="\
+ --kernel_partition_sectors=$(partsize ${OUTPUT_DIR}/${image_name} 2)"
kernel_part="${kernel_part} ${kpart_size} ${kpart_offset}"
bootloader_to="${OUTPUT_DIR}/arm.mbr"
fi
« no previous file with comments | « no previous file | build_kernel_image.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698