linux.inc: sed out LOCALVERSION, it breaks too many things in kernel.bbclass and...
authorKoen Kooi <koen@openembedded.org>
Mon, 4 Feb 2008 09:59:30 +0000 (09:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 4 Feb 2008 09:59:30 +0000 (09:59 +0000)
packages/linux/linux.inc

index b98b722..951bf16 100644 (file)
@@ -70,7 +70,8 @@ do_configure_prepend() {
             -e '/CONFIG_CPU_BIG_ENDIAN/d' \
             -e '/CONFIG_LOGO=/d' \
             -e '/CONFIG_LOGO_LINUX_CLUT224=/d' \
-            < '${WORKDIR}/defconfig' >>'${S}/.config'
+            -e '/CONFIG_LOCALVERSION/d' \
+           < '${WORKDIR}/defconfig' >>'${S}/.config'
 
         #
         # root-over-nfs-over-usb-eth support. Limited, but should cover some cases.