Skip to content

Integrate meta-guf-distro/fnginstall-fix-gitlab-link-detection

Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/85221cb0ff2fd73a2f3ecf03dfd3fb08fd7fba4e

fng-install: Fix gitlab link-detection, use curl's builtin timeout

The tar_compression function did not return a result, if the filename didn't looked like a tar archive, but ended the script with an error. Fixed this for the additional -q parameter. Detection of images does now work.

Rewrite the timeout for the curl in verify fileaccess using curls builtin --max-filesize and --max-time instead of sleep + kill

Merge request reports

Loading