mbox

[v2,0/2] Sparse tar generation

Message ID 20220711071155.776897-1-adriaan.schmidt@siemens.com
State Accepted, archived
Headers show

Message

Schmidt, Adriaan July 10, 2022, 11:11 p.m. UTC
Sorry it took me so long to review!

Just some small optimization: Consistently use tar -S when generating
archives to avoid expanding sparse files.

Changes since v1:
- dropped p3
- rebased p2 to fit with new imagetypes

Jan Kiszka (2):
  sstate: Generate image packages using sparse
  targz-img: Handle sparse files efficiently

 meta/classes/imagetypes.bbclass                     | 2 +-
 meta/classes/rootfs.bbclass                         | 2 +-
 meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Anton Mikanovich July 19, 2022, 6:56 p.m. UTC | #1
11.07.2022 10:11, Adriaan Schmidt wrote:
> Sorry it took me so long to review!
>
> Just some small optimization: Consistently use tar -S when generating
> archives to avoid expanding sparse files.
>
> Changes since v1:
> - dropped p3
> - rebased p2 to fit with new imagetypes
>
> Jan Kiszka (2):
>    sstate: Generate image packages using sparse
>    targz-img: Handle sparse files efficiently
>
>   meta/classes/imagetypes.bbclass                     | 2 +-
>   meta/classes/rootfs.bbclass                         | 2 +-
>   meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
Applied to next, thanks.