aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-05 20:08:04 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-04-14 20:48:25 +0400
commita23e841683d22a758ebf6c00be24deddc39a58e2 (patch)
treefb062c42e877ff2b41fdde15afa6ea3685869442 /scripts
parentd688e677531ee581ca3ae7e91050dc98582fbf89 (diff)
builddeb: install Image file and boot wrapper files on arm64
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package/builddeb8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index ffd9ee006df..02ca3fb3eef 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -101,6 +101,9 @@ um)
parisc|mips|powerpc)
installed_image_path="boot/vmlinux-$version"
;;
+arm64)
+ installed_image_path="boot/Image-$version"
+ ;;
*)
installed_image_path="boot/vmlinuz-$version"
esac
@@ -334,6 +337,11 @@ stat arch/$ARCH/boot/dts/*.dtb && {
cp arch/$ARCH/boot/dts/*.dtb "$tmpdir/lib/firmware/$version/device-tree"
}
+# Copy boot wrapper files if built
+if [ "$ARCH" = "arm64" ] ; then
+ stat arch/arm64/boot/*.axf && cp arch/arm64/boot/*.axf "$tmpdir/boot"
+fi
+
cat <<EOF >> debian/control
Package: $libc_headers_packagename