Skip to content

Commit a7cca3e

Browse files
committed
Fixup: fix(rootfs): Include wget in bootstrap
Add wget to the mmdebstrap include list to make it available when the qsc-deb-releases suite availability check runs. wget is already part of the "comfortable" package set installed later; including it in the bootstrap ensures it's available for the earlier probe step. Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent a2ff815 commit a7cca3e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ actions:
3636
{{ end }}
3737
variant: minbase
3838
# ca-certificates required in early bootstrap for possible https apt overlays later
39+
# wget is needed to probe overlay suite availability later in the build
3940
{{ if eq $distro "ubuntu" }}
40-
include: [ca-certificates, ubuntu-keyring]
41+
include: [ca-certificates, ubuntu-keyring, wget]
4142
{{ else }}
42-
include: [ca-certificates]
43+
include: [ca-certificates, wget]
4344
{{ end }}
4445

4546
{{- if ne $aptlocalrepo "none" }}

0 commit comments

Comments
 (0)