apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
264 stars 490 forks source link

nsh: Include option to disable uname timestamp #2337

Closed acassis closed 3 months ago

acassis commented 3 months ago

Summary

Currently uname command will print the timestamp when the binary was built, and it generates an issue because two identical built binaries will have differents hashes/CRC.

Impact

It could be possible to disable this feature and generate identical binaries

Testing

SIM

acassis commented 3 months ago

I'll close it can move the configuration to the kernel side