Commit 87ee160
committed
qcom-base.inc: enable tarballs as additional image format
Enable `tar.gz` to be able to populate external media like microSD cards
a bit easier. OE-core has `tar.gz` as its default, but BSP layers tend
to overwrite that, so DISTROs need to use `:append` to ensure the
desired types get generated.
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 87ee160
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments