Commit b076f8d
runtime: fastboot: gunzip compressed kernel before mkbootimg
mkbootimg expects an uncompressed Image file. When tuxmake is
used as build backend the kernel is Image.gz instead of Image.
Add a gunzip step before mkbootimg when the kernel type ends
with .gz.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent 728bc5c commit b076f8d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments