summaryrefslogtreecommitdiff
path: root/images/CrOS.sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-09-02 05:11:10 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-09-02 16:38:12 +0300
commitdb1fa470e1af84145ae22411cc35b7a7cccbe965 (patch)
tree519920d6c00efe1ade8c5413539256a9d00f58fe /images/CrOS.sh
parent0f562883509ddaf1cd66d89f36361262b3bd3f83 (diff)
Support overriding the image file name
Add support for overriding the image file name, using the same mechanism as for DTB files. The 'image' parameter can specify both the image make target and image destination file name, separated by a ':'. If no ':' is found, the image make target is used as the image destination file name. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'images/CrOS.sh')
-rw-r--r--images/CrOS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/CrOS.sh b/images/CrOS.sh
index b79e9a4..2f607ef 100644
--- a/images/CrOS.sh
+++ b/images/CrOS.sh
@@ -45,4 +45,4 @@ make_CrOS_image() {
--bootloader $bootloader
}
-image_file=$output_dir/arch/$arch/boot/vmlinuz.image
+_image_file=vmlinuz.image