Skip to content

Commit acda255

Browse files
committed
feat(debos/rootfs): Add Debian backports
Add Debian backports to APT sources and prefer them for a few key source packages that participate in hardware enablement. Signed-off-by: Loïc Minier <[email protected]>
1 parent 15d08e3 commit acda255

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# for binary packages built from these source packages, score the version from
2+
# Debian backports higher as to get hardware enabled or better hardware support
3+
4+
Package: src:alsa-ucm-conf:any src:firmware-free:any src:firmware-nonfree:any src:linux:any src:linux-signed-arm64:any src:mesa:any
5+
Pin: release n=trixie-backports
6+
Pin-Priority: 900
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Debian backports
2+
Types: deb
3+
URIs: http://deb.debian.org/debian
4+
Suites: trixie-backports
5+
Components: main contrib non-free non-free-firmware
6+
Enabled: yes
7+
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ actions:
5151
description: Create Debian APT sources
5252
source: overlays/apt-sources
5353

54+
- action: overlay
55+
description: Add Debian backports APT configuration
56+
source: overlays/backports
57+
5458
{{- if .overlays }}
5559
{{- range $overlay := split "," .overlays }}
5660
- action: overlay

0 commit comments

Comments
 (0)