diff options
author | Koen Kooi <koen@openembedded.org> | 2008-02-04 09:59:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-02-04 09:59:30 +0000 |
commit | 50984c4e084f1032d9fa4a9ce770b5644c7ca4a1 (patch) | |
tree | 9b00409d8faa78ef4e8786e3e20e7d1bca136be8 /packages/linux/linux.inc | |
parent | 59016966acd6b2c966a5bf96c61ffaa5215d4cf0 (diff) |
linux.inc: sed out LOCALVERSION, it breaks too many things in kernel.bbclass and depmod
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r-- | packages/linux/linux.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index b98b722d97..951bf16590 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -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. |