Commit 17a50ff
committed
qcom-base.inc: enable tarballs as additional image format
Upstream OE changed the defaults, so the original stanza prevented all
types of tarballs. Enable `tar.gz` to be able to populate external media
like microSD cards a bit easier.
Gzip has been picked over xz because of its speed, both in compression
as in decompression. With `pigz` installed it scales linearly with the
number of CPU cores, removing it as the bottleneck.
Signed-off-by: Koen Kooi <[email protected]>1 parent 20d656b commit 17a50ff
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments