mbox series

[v3,0/1] Update to the latest revision of wic in scarthgap

Message ID 20240716112959.2441845-1-Adithya.Balakumar@toshiba-tsip.com
Headers show
Series Update to the latest revision of wic in scarthgap | expand

Message

Adithya Balakumar July 16, 2024, 11:29 a.m. UTC
This patch updates wic revision to a4e7334a4b87f1bb1947f6b10f71ddb445c91d0c
from the scarthgap branch of oe-core

This brings the change to set a hash_seed to generate deterministic directory 
indexes while deploying empty ext filesystems for reproducible builds.

This patch is also shared with openembedded-core and accepted.
master branch commit: 0202fb594fb05098cb8d8b6088e63beb40b5906e
scarthgap branch commit: a4e7334a4b87f1bb1947f6b10f71ddb445c91d0c

Changes since v2:
Update commit message to reflect the commit id of the patch in the scarthgap 
branch of OE-core. 

Changes since v1:
There is no change in the patch from v1. Just that this patch is also applied
to the scarthgap branch in OE-core.

Adithya Balakumar (1):
  wic: Update to the latest revision of wic in scarthgap

 scripts/lib/wic/partition.py | 37 ++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

Comments

Uladzimir Bely July 23, 2024, 7:39 a.m. UTC | #1
On Tue, 2024-07-16 at 16:59 +0530, Adithya Balakumar wrote:
> This patch updates wic revision to
> a4e7334a4b87f1bb1947f6b10f71ddb445c91d0c
> from the scarthgap branch of oe-core
> 
> This brings the change to set a hash_seed to generate deterministic
> directory 
> indexes while deploying empty ext filesystems for reproducible
> builds.
> 
> This patch is also shared with openembedded-core and accepted.
> master branch commit: 0202fb594fb05098cb8d8b6088e63beb40b5906e
> scarthgap branch commit: a4e7334a4b87f1bb1947f6b10f71ddb445c91d0c
> 
> Changes since v2:
> Update commit message to reflect the commit id of the patch in the
> scarthgap 
> branch of OE-core. 
> 
> Changes since v1:
> There is no change in the patch from v1. Just that this patch is also
> applied
> to the scarthgap branch in OE-core.
> 
> Adithya Balakumar (1):
>   wic: Update to the latest revision of wic in scarthgap
> 
>  scripts/lib/wic/partition.py | 37 ++++++++++++++++++++++------------
> --
>  1 file changed, 23 insertions(+), 14 deletions(-)
> 
> -- 
> 2.39.2
> 
> 

Applied to next, thanks.