I recently downloaded the latest TI SDK for the AM335x (02.00.02.11) and I would like to better understand the naming convention used for the linux kernel and u-boot. In this version, the directory in which the linux kernel resides is named:
linux-4.1.18+gitAUTOINC+bbe8cfc1da-gbbe8cfc
Is gitAUTOINC a special variable or something used by the build system? The commit sha following matches the second to last git commit in the kernel, but the last part I am not sure. How should I expect this directory name to change over time? Basically I am trying to understand how (and if I should) version control the whole SDK or not. We are not using git, but I would potentially keep git for the kernel nested so it is easier to patch later.
Thanks,
- Chris