Skip to content

test/aports: detect linux-firmware-* in depends

Oliver Smith requested to merge fix/test-aports-detect-all-fw-pkgs into master

All firmware packages go into subpackages nowadays, so we have them optional. The test/test_aports.py file has a test case, that makes sure that there are no firmware packages in the depends of a device package. So far we have only checked for firmware-* and linux-firmware, this commit makes it check for linux-firmware* as well.

In addition, the URL displayed in the "Please use kernel subpackages" message has been fixed (points to devicepkg instead of deviceinfo now).

Edited by Oliver Smith

Merge request reports