Re: [U-Boot] [PATCH v2] tools/setlocalversion: Update from the Linux Kernel

2011-12-16 Thread Moffett, Kyle D
On Dec 16, 2011, at 11:07, Mike Frysinger wrote: > On Thursday 15 December 2011 21:13:55 Kyle Moffett wrote: >> The version from the kernel is not directly usable as it has code for >> supporting CONFIG_LOCALVERSION from Kconfig, but the version that was >> imported is very similar to the one in Li

Re: [U-Boot] [PATCH v2] tools/setlocalversion: Update from the Linux Kernel

2011-12-16 Thread Mike Frysinger
On Thursday 15 December 2011 21:13:55 Kyle Moffett wrote: > The version from the kernel is not directly usable as it has code for > supporting CONFIG_LOCALVERSION from Kconfig, but the version that was > imported is very similar to the one in Linux v3.2-rc4. NAK: this breaks localversion-* support

[U-Boot] [PATCH v2] tools/setlocalversion: Update from the Linux Kernel

2011-12-15 Thread Kyle Moffett
Several bugfixes have occurred upstream since this script was imported into U-Boot. In particular, the script currently in U-Boot does not describe commit f8bbb4dad0e9d91b7a51d6cc54dcf66d142f50fe correctly, resulting in a version of "2011.09" instead of "2011.09-01460-gf8bbb4d". With that commit