Source: u-boot
Source-Version: 2023.07+dfsg-1
Severity: important
Tags: patch

Hi!

The avr32 arch support was removed in dpkg 1.22.0, and once the host
running dak upgrades its dpkg to that version, the archive software
might get unhappy about unknown arch references.

The attached patch remove these references.

Thanks,
Guillem
From 9292d37f89e2c56e1fc205947c72dc3518b97ead Mon Sep 17 00:00:00 2001
From: Guillem Jover <guil...@debian.org>
Date: Sat, 25 Nov 2023 21:34:12 +0100
Subject: [PATCH] Remove avr32 arch support removed in dpkg 1.22.0

The avr32 arch support was removed in dpkg 1.22.0, and once the host
running dak upgrades its dpkg to that version, the archive software
might get unhappy about unknown arch references.
---
 debian/control    | 2 +-
 debian/targets.mk | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index cb41a8f7f4..7c5e9fcffa 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Vcs-Browser: https://salsa.debian.org/debian/u-boot
 Vcs-Git: https://salsa.debian.org/debian/u-boot.git
 
 Package: u-boot
-Architecture: armel avr32 sh4
+Architecture: armel sh4
 Multi-Arch: same
 Depends: ${misc:Depends},
 Description: A boot loader for embedded systems
diff --git a/debian/targets.mk b/debian/targets.mk
index e0d1ba7560..bc48e5ea31 100644
--- a/debian/targets.mk
+++ b/debian/targets.mk
@@ -527,13 +527,6 @@ else ifeq (${DEB_HOST_ARCH},armhf)
   u-boot-tegra_platforms += jetson-tk1
   jetson-tk1_targets := u-boot-tegra.bin uboot.elf
 
-else ifeq (${DEB_HOST_ARCH},avr32)
-
-# u-boot
-
-  u-boot_platforms += hammerhead
-  hammerhead_targets := u-boot.img uboot.elf
-
 else ifeq (${DEB_HOST_ARCH},riscv64)
 
 # u-boot-sifive
-- 
2.42.0

Reply via email to