Hi,
I wanted to know something about Linux Image Name at boot up.
I cloned the Linux Kernel from
http://arago-project.org/git/projects
I have recently been developing the kernel and now have at boot up something like this
## Booting kernel from Legacy Image at 80000000 ...
Image Name: Linux-2.6.37-00004-g986c437
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3028528 Bytes = 2.9 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ...
I can see the Image Name being Linux-2.6.37-00004-g986c437, from my understanding I can see that
a. 2.6.37 is the version in the makefile.
b. 00004 is the fourth commit
c. g986c437 is the current head.
I can also see that the Makefile reads kernel version from Kernel.release
The question I have is how does the version in kernel.release get generated and how can I make it custom. Plus how do I remove the extra stuff after 2.6.37
Thanks in advance.
Ali
