Skip to content

Commit

Permalink
CI base.yml: add wifi to DISTRO_FEATURES
Browse files Browse the repository at this point in the history
The magic in recipes-bsp/packagegroups demands 'wifi' to be present
before it includes the wifi firmware.

Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Feb 24, 2025
1 parent acaa9ec commit d1a405c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local_conf_header:
IMAGE_CLASSES += "image_types_qcom"
IMAGE_FSTYPES += "qcomflash"
extra: |
DISTRO_FEATURES:append = " efi"
DISTRO_FEATURES:append = " efi wifi"
EXTRA_IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
IMAGE_ROOTFS_EXTRA_SPACE = "307200"
Expand Down

0 comments on commit d1a405c

Please sign in to comment.