git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5901696
)
linux.inc: sed out LOCALVERSION, it breaks too many things in kernel.bbclass and...
author
Koen Kooi
<koen@openembedded.org>
Mon, 4 Feb 2008 09:59:30 +0000
(09:59 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 4 Feb 2008 09:59:30 +0000
(09:59 +0000)
packages/linux/linux.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux.inc
b/packages/linux/linux.inc
index
b98b722
..
951bf16
100644
(file)
--- 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.