Merge pull request #83220 from dasj19/linux-libre-fix

linux-libre: added --force flag for deblobbing.
This commit is contained in:
Jörg Thalheim 2020-03-29 15:03:22 +01:00 committed by GitHub
commit ac45e96d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ in linux.override {
name = "${linux.name}-libre-src";
src = linux.src;
buildPhase = ''
${scripts}/${majorMinor}/deblob-${majorMinor} \
# --force flag to skip empty files after deblobbing
${scripts}/${majorMinor}/deblob-${majorMinor} --force \
${major} ${minor} ${patch}
'';
checkPhase = ''