r4014 - in branches/src/target/kernel/2.6.24.x: config scripts

werner at sita.openmoko.org werner at sita.openmoko.org
Mon Feb 4 00:31:16 CET 2008


Author: werner
Date: 2008-02-04 00:31:11 +0100 (Mon, 04 Feb 2008)
New Revision: 4014

Modified:
   branches/src/target/kernel/2.6.24.x/config/defconfig-2.6.24
   branches/src/target/kernel/2.6.24.x/scripts/build
Log:
The -moko11 in defconfig's CONFIG_LOCALVERSION somehow broke OpenEmbedded
builds. So we remove it.

config/defconfig-2.6.24: changed CONFIG_LOCALVERSION from "-moko11" to ""

scripts/build: changed SVN_REV from 4009 to 4014



Modified: branches/src/target/kernel/2.6.24.x/config/defconfig-2.6.24
===================================================================
--- branches/src/target/kernel/2.6.24.x/config/defconfig-2.6.24	2008-02-02 18:20:21 UTC (rev 4013)
+++ branches/src/target/kernel/2.6.24.x/config/defconfig-2.6.24	2008-02-03 23:31:11 UTC (rev 4014)
@@ -33,7 +33,7 @@
 CONFIG_BROKEN_ON_SMP=y
 CONFIG_LOCK_KERNEL=y
 CONFIG_INIT_ENV_ARG_LIMIT=32
-CONFIG_LOCALVERSION="-moko11"
+CONFIG_LOCALVERSION=""
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y

Modified: branches/src/target/kernel/2.6.24.x/scripts/build
===================================================================
--- branches/src/target/kernel/2.6.24.x/scripts/build	2008-02-02 18:20:21 UTC (rev 4013)
+++ branches/src/target/kernel/2.6.24.x/scripts/build	2008-02-03 23:31:11 UTC (rev 4014)
@@ -26,7 +26,7 @@
 # UBOOT_DIR=/wherever/u-boot
 #
 # SVN_REV, if defined, specifies which SVN revision we use, e.g.,
-# SVN_REV=4009
+# SVN_REV=4014
 #
 
 # wget http://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KERNEL}.tar.bz2





More information about the commitlog mailing list