Your message dated Thu, 7 Jan 2021 23:30:11 +0100
with message-id <20210107223011.GA17553@nicolasthinkpad>
and subject line Re: Bug#979483: u-boot: Stop installing rockchip_make_fit_atf
on armhf)
has caused the Debian Bug report #979483,
regarding u-boot: Stop installing rockchip_make_fit_atf on armhf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
979483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979483
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: u-boot
Severity: minor
Tags: patch
The tool is only used on arm64.
>From 9094c94c2ecbcf9338852f43ce2673d38499b410 Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <[email protected]>
Date: Thu, 7 Jan 2021 00:10:22 +0100
Subject: [PATCH 08/11] Stop installing rockchip_make_fit_atf on armhf
---
.../{u-boot-rockchip.install => u-boot-rockchip.install.arm64} | 0
debian/u-boot-rockchip.install.armhf | 3 +++
2 files changed, 3 insertions(+)
rename debian/{u-boot-rockchip.install => u-boot-rockchip.install.arm64} (100%)
create mode 100755 debian/u-boot-rockchip.install.armhf
diff --git a/debian/u-boot-rockchip.install b/debian/u-boot-rockchip.install.arm64
similarity index 100%
rename from debian/u-boot-rockchip.install
rename to debian/u-boot-rockchip.install.arm64
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/
--
2.20.1
--- End Message ---
--- Begin Message ---
> There are 32-bit rockchip u-boot platforms that support ATF where this
> script could be useful, though none are currently packaged; I don't
> think it is worth the extra complication in the packaging to avoid
> installing on armhf.
> On the other hand, none of the supported platforms on any architecture
> use this script from the package (some may use it during the build
> process)... but it has been included in the last stable release, and I
> do not see the harm in including it in another release.
> I have in the past used it with custom platforms, or before platforms
> had support fully integrated in upstream u-boot.
This completely makes sense, I was assuming that the script could not
ever be useful on 32 bit platforms.
Case closed, then.
It may be a good idea to copy/paste these explanations as comments
into debian/u-boot-rochchip.install.
--- End Message ---