summaryrefslogtreecommitdiff
path: root/packages/linux/nslu2-kernel.inc
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-10-30 21:54:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-30 21:54:14 +0000
commitd1ebd904d77f4a8836b33317ebd02bada3d59d96 (patch)
treee8a5d5821d04d1e3699ed33843cce0c9b93d9e26 /packages/linux/nslu2-kernel.inc
parentb7bf1357c5744791c1143ed7be283a6bf016c652 (diff)
nslu2-kernel: updated patch set and defconfig in 2.6.14
- 16-ixp4xx-ioremap is removed (l-a-k wants the warning in there) - 25-nslu2-arch-reset is removed (doesn't seem necessary in 2.6.13+) - 10-ixp4xx-copy-from update to remove compiler warning - 18-ixp4xx-io-h-addr better patch - removes casts - defconfig - update from CVS - nslu2-kernel.inc: EXTRAVERSION and LOCALVERSION are now set to "" - to ensure that KERNEL_VERSION is constant between major versions.
Diffstat (limited to 'packages/linux/nslu2-kernel.inc')
-rw-r--r--packages/linux/nslu2-kernel.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc
index 5358b87c8d..a0cc1daf25 100644
--- a/packages/linux/nslu2-kernel.inc
+++ b/packages/linux/nslu2-kernel.inc
@@ -228,6 +228,13 @@ CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_KERNEL_OPTIONS} ${CMDLINE_DEBUG} ${CMDLINE_
KERNEL_CC += "${TARGET_CC_KERNEL_ARCH}"
KERNEL_LD += "${TARGET_LD_KERNEL_ARCH}"
+# Set EXTRAVERSION and LOCALVERSION to "" so that the kernel version
+# remains pinned to the x.y.z form, also turn off the directory
+# printing which provides almost all the output of an incremental build.
+EXTRA_OEMAKE += "EXTRAVERSION="
+EXTRA_OEMAKE += "LOCALVERSION="
+EXTRA_OEMAKE += "MAKEFLAGS='--no-print-directory'"
+
# By putting the added files in place in a separate task before
# do_patch it becomes possible to patch these files.
do_unpacklocal() {