Linux kernel images are being built with "-dirty" on the end of the version string:
1. add .scmversion file
content is the version name
2. compile append flag : make -j2 LOCALVERSION="-customstring"
to get the custom string
2021-10-27 05:14:22
Linux kernel images are being built with "-dirty" on the end of the version string:
1. add .scmversion file
content is the version name
2. compile append flag : make -j2 LOCALVERSION="-customstring"
to get the custom string