Skip to content

Commit 9cfc223

Browse files
loolgagath
authored andcommitted
feat(rootfs): install fastrpc-tests only on trixie
fastrpc-tests is only installed for trixie (only in trixie-overlay). Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com> [ap: drop ubuntu changes] Signed-off-by: Agathe Porte <agathe.porte@oss.qualcomm.com>
1 parent 0a408d1 commit 9cfc223

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@ actions:
194194
# WPA / WPA2 / WPA3 client support
195195
- wpasupplicant
196196

197+
{{ if eq $suite "trixie" }}
198+
# fastrpc-tests is only available in trixie-overlay
199+
- action: apt
200+
description: Install fastrpc-tests (trixie only)
201+
recommends: true
202+
packages:
203+
- fastrpc-tests
204+
{{ end }}
205+
197206
- action: run
198207
description: Set hostname to "debian"
199208
chroot: true

0 commit comments

Comments
 (0)