Control: reopen 979483

> The u-boot-install-rockchip script just installs built images,
Right, thanks!

Please forget the buggy previous diff.

The attached commit removes *rockchip_make_fit_atf*, as announced in
the original bug and commit titles.
>From 2bf162f77c3c392a7a0d1b3d250b6ea0c0b1d17f Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <nico...@debian.org>
Date: Thu, 7 Jan 2021 22:25:02 +0100
Subject: Stop installing rockchip_make_fit_atf on armhf


diff --git a/debian/u-boot-rockchip.install b/debian/u-boot-rockchip.install
deleted file mode 100755
index 89856b7c6c..0000000000
--- a/debian/u-boot-rockchip.install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-debian/bin/u-boot-install-targets rockchip
-cp arch/arm/mach-rockchip/make_fit_atf.py debian/build/rockchip_make_fit_atf
-sed -i -e 's,/usr/bin/env python.*,/usr/bin/python3,g' 
debian/build/rockchip_make_fit_atf
-echo debian/build/rockchip_make_fit_atf /usr/bin/
-echo debian/bin/u-boot-install-rockchip /usr/bin/
diff --git a/debian/u-boot-rockchip.install.arm64 
b/debian/u-boot-rockchip.install.arm64
new file mode 100755
index 0000000000..89856b7c6c
--- /dev/null
+++ b/debian/u-boot-rockchip.install.arm64
@@ -0,0 +1,6 @@
+#!/bin/sh
+debian/bin/u-boot-install-targets rockchip
+cp arch/arm/mach-rockchip/make_fit_atf.py debian/build/rockchip_make_fit_atf
+sed -i -e 's,/usr/bin/env python.*,/usr/bin/python3,g' 
debian/build/rockchip_make_fit_atf
+echo debian/build/rockchip_make_fit_atf /usr/bin/
+echo debian/bin/u-boot-install-rockchip /usr/bin/
diff --git a/debian/u-boot-rockchip.install.armhf 
b/debian/u-boot-rockchip.install.armhf
new file mode 100755
index 0000000000..8142144146
--- /dev/null
+++ b/debian/u-boot-rockchip.install.armhf
@@ -0,0 +1,3 @@
+#!/bin/sh
+debian/bin/u-boot-install-targets rockchip
+echo debian/bin/u-boot-install-rockchip /usr/bin/

Reply via email to