Your message dated Thu, 07 Jan 2021 09:46:33 -0800
with message-id <87o8i0zll2.fsf@yucca>
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 ---
Control: tags 979483 wontfix
On 2021-01-07, Nicolas Boulenguez wrote:
> The tool is only used on arm64.
The Firefly-RK3288 target is an armhf platform, so this patch is
inappropriate.
live well,
vagrant
> 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
signature.asc
Description: PGP signature
--- End Message ---