siemens / meta-iot2050

SIMATIC IOT2050 Isar/Debian Board Support Package
MIT License
129 stars 76 forks source link

Refine patch files to use zero commit #443

Closed BaochengSu closed 1 year ago

BaochengSu commented 1 year ago

Use zero-commit to ease the patch files version control.

Git command to generate the patch files: git format-patch --no-numbered --no-signature --zero-commit

Patch files for swig and openssl are not touched, since they are rarely changed, and they could be refined when changed in the future.

--

Now we have several PRs in review in parallel that changing the patch files, having this in the master could ease the author by reducing the rebasing of the master.