Append an incremented version/build number to compiled firmware binary name
Posted: Thu Oct 03, 2019 3:08 pm
Hi,
I would like my binary executable firmware to have the version and build number appended to the filename automatically. How can I do that?
For example, if I have a project "myProject", currently the binary generated is always "myProject.bin". I would like to append a version (which is defined using the Kconfig.projbuild) and a build number automatically incremented at each build.
Is there a way to do this using the current build system?
Thanks for your help
I would like my binary executable firmware to have the version and build number appended to the filename automatically. How can I do that?
For example, if I have a project "myProject", currently the binary generated is always "myProject.bin". I would like to append a version (which is defined using the Kconfig.projbuild) and a build number automatically incremented at each build.
Is there a way to do this using the current build system?
Thanks for your help