Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yana Timoshenko
coreboot-files
Commits
0c20c13e
Commit
0c20c13e
authored
Feb 22, 2018
by
Youness Alaoui
Browse files
Explicitely use python2 for me_cleaner. Fixes issues in Arch which has python3 as default
parent
28986baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_coreboot.sh
View file @
0c20c13e
...
...
@@ -624,9 +624,9 @@ else
fi
if
[
$SKL
-eq
0
]
;
then
./me_cleaner/me_cleaner.py
-S
build/coreboot.rom
python2
./me_cleaner/me_cleaner.py
-S
build/coreboot.rom
else
./me_cleaner/me_cleaner.py
-S
-e
"MFS"
build/coreboot.rom
python2
./me_cleaner/me_cleaner.py
-S
-e
"MFS"
build/coreboot.rom
fi
cp
build/coreboot.rom
"../
$COREBOOT_FILENAME
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment