linux.inc: unset CONFIG_LOCALVERSION_AUTO to not get 2.6.27.2-svn8826-dirty26 like...
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 22 Apr 2009 04:12:57 +0000 (04:12 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Apr 2009 17:08:08 +0000 (19:08 +0200)
commit9219f40b58de4d9588c5a2480209d5ee1d3ab5d6
treef32dfcfa176e85dc6e98527c08e45a27dd039c1d
parent82ede6b24b408cdeabde96dd0023919867ada753
linux.inc: unset CONFIG_LOCALVERSION_AUTO to not get 2.6.27.2-svn8826-dirty26 like names

Year ago we removed CONFIG_LOCALVERSION from .config to get more sane names of
kernels. Today with 2.6.27.2 I got 2.6.27.2-svn8826-dirty26 kernel which was
2.6.27.2-svn8826-dirty9 on device so no modules ;(

This patch changes this by unsetting CONFIG_LOCALVERSION_AUTO variable.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
recipes/linux/linux.inc