summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-20 14:42:33 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-27 17:28:38 +0000
commit6a4c12cf6bbae77dae1a9245cb6d9b644da639db (patch)
tree725fd23300876bc592158973ba0168086eaea43f /strata
parent2986b002abaf98d7ce279c76e6ed2d3f6e278bd5 (diff)
downloaddefinitions-6a4c12cf6bbae77dae1a9245cb6d9b644da639db.tar.gz
Install 'Image' in the /boot directory
Diffstat (limited to 'strata')
-rw-r--r--strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph b/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
index 120239b9..4eb92de4 100644
--- a/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
+++ b/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
@@ -102,3 +102,4 @@ build-commands:
install-commands:
- mkdir -p "$DESTDIR"/boot
- make install dtbs_install INSTALL_PATH="$DESTDIR/boot"
+- cp arch/arm64/boot/Image "$DESTDIR/boot/vmlinux"