Message ID | 20231026082959.16939-4-venkata.pyla@toshiba-tsip.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [isar-cip-core,v2,1/3] reproducible-check-ci: Include swu files in reproducible tests | expand |
diff --git a/classes/swupdate.bbclass b/classes/swupdate.bbclass index 3cf17a2..38c2e0a 100644 --- a/classes/swupdate.bbclass +++ b/classes/swupdate.bbclass @@ -106,7 +106,7 @@ IMAGE_CMD:swu() { # Prepare for signing export sign='${@'x' if bb.utils.to_boolean(d.getVar('SWU_SIGNED')) else ''}' - imager_run -p -d ${PP_WORK} <<'EOIMAGER' + imager_run -p -d ${PP_WORK} -u root <<'EOIMAGER' # Fill in file check sums for file in ${SWU_ADDITIONAL_FILES}; do sed -i "s:$file-sha256:$(sha256sum "${PP_WORK}/swu/"$file | cut -f 1 -d " "):g" \