Skip to content

Commit 4018e73

Browse files
committed
fix(debos/rootfs): Drop firmware/unstable upgrade
Not needed anymore, and conflicts with a pure trixie build. Signed-off-by: Loïc Minier <[email protected]>
1 parent 867b7eb commit 4018e73

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -244,28 +244,6 @@ actions:
244244
- firmware-qcom-soc
245245
- {{$kernelpackage}}
246246

247-
# XXX this is a workaround until firmware-non-free migrates to testing; it
248-
# might make sense to have a generic mechanism to do this
249-
- action: run
250-
description: Install firmware packages from unstable
251-
chroot: true
252-
command: |
253-
set -eux
254-
# add sid APT sources
255-
cat >/etc/apt/sources.list.d/debian-sid.sources <<EOF
256-
Types: deb
257-
URIs: http://deb.debian.org/debian/
258-
Suites: sid
259-
Components: main non-free-firmware
260-
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
261-
EOF
262-
# update and install firmware from unstable
263-
apt update
264-
apt -y install -t unstable firmware-atheros firmware-qcom-soc
265-
# remove sid APT sources and update again
266-
rm -f /etc/apt/sources.list.d/debian-sid.sources
267-
apt update
268-
269247
{{- if eq $experimentalkernel "true" }}
270248
# this is an optional temporary option to install the kernel from
271249
# experimental until trixie/sid have a recent enough kernel, or some overlay

0 commit comments

Comments
 (0)