[Armadeus-commitlog] SF.net SVN: armadeus:[1320] trunk
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-06-03 07:31:38
|
Revision: 1320
http://armadeus.svn.sourceforge.net/armadeus/?rev=1320&view=rev
Author: artemys
Date: 2009-06-03 07:31:35 +0000 (Wed, 03 Jun 2009)
Log Message:
-----------
[BUILDROOT] Makes Linux 2.6.29.4 the default kernel for coming (soon) release + updates default configurations
Modified Paths:
--------------
trunk/buildroot/local/apf27_test/apf27_test.config
trunk/buildroot/local/apf27_test/busybox-1.12.1.config
trunk/buildroot/local/apf27_test/linux-2.6.29.config
trunk/buildroot/local/apf27_test/u-boot/apf27.h
trunk/buildroot/local/apf27_test/uclibc-0.9.29.config
trunk/buildroot/local/apf9328_test/apf9328_test.config
trunk/buildroot/local/apf9328_test/busybox-1.12.1.config
trunk/buildroot/local/apf9328_test/linux-2.6.29.config
trunk/buildroot/local/apf9328_test/u-boot/apf9328.h
trunk/buildroot/local/apf9328_test/uclibc-0.9.29.config
trunk/buildroot/target/device/armadeus/apf27/apf27_defconfig
trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig
trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff
Added Paths:
-----------
trunk/buildroot/local/apf27_test/linux-2.6.29.4.config
trunk/buildroot/local/apf9328_test/linux-2.6.29.4.config
trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.4.config
trunk/buildroot/target/device/armadeus/apf9328/apf9328-linux-2.6.29.4.config
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29.4
Modified: trunk/buildroot/local/apf27_test/apf27_test.config
===================================================================
--- trunk/buildroot/local/apf27_test/apf27_test.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf27_test/apf27_test.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
-# Tue Jun 2 12:38:18 2009
+# Wed Jun 3 08:56:03 2009
#
BR2_HAVE_DOT_CONFIG=y
BR2_VERSION="0.10.0-svn"
@@ -884,11 +884,13 @@
# BR2_KERNEL_HURD is not set
BR2_PACKAGE_LINUX=y
BR2_PACKAGE_LINUX_FORMAT="uImage"
+BR2_KERNEL_PATCH_LEVEL="$(BR2_KERNEL_MINORLEVEL)"
BR2_KERNEL_CURRENT_VERSION="2.6.26.3"
BR2_KERNEL_THIS_VERSION="2.6.29"
BR2_KERNEL_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
BR2_MM_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6"
BR2_RC_MM_PATCH_DIR="$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)/2.6.$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)-mm$(BR2_KERNEL_MM_LEVEL)"
+BR2_KERNEL_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
# BR2_LINUX_2_6_STABLE is not set
BR2_LINUX_2_6_29=y
# BR2_LINUX_2_6_28 is not set
@@ -910,13 +912,26 @@
#
# Patches
#
-# BR2_KERNEL_ADD_KERNEL_ORG_PATCH is not set
+BR2_KERNEL_ADD_KERNEL_ORG_PATCH=y
+# BR2_KERNEL_ADD_LATEST is not set
+# BR2_KERNEL_ADD_LATEST_MINORPATCH is not set
+BR2_KERNEL_ADD_MINORPATCH=y
+# BR2_KERNEL_ADD_LATEST_RC_PATCH is not set
+# BR2_KERNEL_ADD_RC_PATCH is not set
+# BR2_KERNEL_ADD_LATEST_SNAPSHOT is not set
+# BR2_KERNEL_ADD_SNAPSHOT is not set
+# BR2_KERNEL_ADD_LATEST_MM_PATCH is not set
+# BR2_KERNEL_ADD_MM_PATCH is not set
+BR2_KERNEL_ADD_PATCH=y
+BR2_KERNEL_MINORLEVEL="4"
# BR2_KERNEL_ARCH_PATCH_ENABLED is not set
BR2_LINUX_BOARD_PATCH=y
BR2_LINUX_BSP_PATCH=""
+BR2_KERNEL_PATCH="patch-$(BR2_DOWNLOAD_LINUX26_VERSION).$(BR2_KERNEL_PATCH_LEVEL).bz2"
+BR2_EXTRA_VERSION=".$(BR2_KERNEL_PATCH_LEVEL)"
BR2_KERNEL_BASE=y
BR2_DOWNLOAD_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION)"
-BR2_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION)"
+BR2_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION).$(BR2_KERNEL_PATCH_LEVEL)"
#
# Linux Kernel Configuration
@@ -940,7 +955,7 @@
# BR2_LINUX_COPYTO_TFTPBOOT is not set
BR2_LINUX_COPYTO=""
# BR2_LINUX_COPY_CONFIGURATION is not set
-BR2_PACKAGE_LINUX_KCONFIG=".//local/apf27_test/linux-2.6.29.config"
+BR2_PACKAGE_LINUX_KCONFIG=".//local/apf27_test/linux-2.6.29.4.config"
BR2_PACKAGE_BUSYBOX_CONFIG=".//local/apf27_test/busybox-1.12.1.config"
BR2_UCLIBC_CONFIG=".//local/apf27_test/uclibc-0.9.29.config"
BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE=".//local/apf27_test/u-boot/apf27.h"
Modified: trunk/buildroot/local/apf27_test/busybox-1.12.1.config
===================================================================
--- trunk/buildroot/local/apf27_test/busybox-1.12.1.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf27_test/busybox-1.12.1.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.12.1
-# Tue May 12 22:44:00 2009
+# Tue Jun 2 13:28:40 2009
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -71,7 +71,7 @@
# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set
# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set
-CONFIG_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_trunk_work_2_6_29/buildroot/project_build_armv5te/apf27_test/root"
+CONFIG_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_test_release/buildroot/project_build_armv5te/apf27_test/root"
#
# Busybox Library Tuning
Added: trunk/buildroot/local/apf27_test/linux-2.6.29.4.config
===================================================================
--- trunk/buildroot/local/apf27_test/linux-2.6.29.4.config (rev 0)
+++ trunk/buildroot/local/apf27_test/linux-2.6.29.4.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -0,0 +1 @@
+link linux-2.6.29.config
\ No newline at end of file
Property changes on: trunk/buildroot/local/apf27_test/linux-2.6.29.4.config
___________________________________________________________________
Added: svn:special
+ *
Modified: trunk/buildroot/local/apf27_test/linux-2.6.29.config
===================================================================
--- trunk/buildroot/local/apf27_test/linux-2.6.29.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf27_test/linux-2.6.29.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Linux kernel version: 2.6.29
-# Tue Jun 2 16:30:22 2009
+# Linux kernel version: 2.6.29.4
+# Wed Jun 3 09:02:33 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
Modified: trunk/buildroot/local/apf27_test/u-boot/apf27.h
===================================================================
--- trunk/buildroot/local/apf27_test/u-boot/apf27.h 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf27_test/u-boot/apf27.h 2009-06-03 07:31:35 UTC (rev 1320)
@@ -918,3 +918,16 @@
#endif
#define CONFIG_BOARD_NAME apf27
#endif /* __BR2_ADDED_CONFIG_H */
+
+/* Add a wrapper around the values Buildroot sets. */
+#ifndef __BR2_ADDED_CONFIG_H
+#define __BR2_ADDED_CONFIG_H
+#ifdef CONFIG_HOSTNAME
+#undef CONFIG_HOSTNAME
+#endif
+#define CONFIG_HOSTNAME "apf27_test"
+#ifdef CONFIG_BOARD_NAME
+#undef CONFIG_BOARD_NAME
+#endif
+#define CONFIG_BOARD_NAME apf27
+#endif /* __BR2_ADDED_CONFIG_H */
Modified: trunk/buildroot/local/apf27_test/uclibc-0.9.29.config
===================================================================
--- trunk/buildroot/local/apf27_test/uclibc-0.9.29.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf27_test/uclibc-0.9.29.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
-# Sun Mar 29 20:58:29 2009
+# Tue Jun 2 12:39:28 2009
#
# TARGET_alpha is not set
TARGET_arm=y
@@ -64,7 +64,7 @@
# UCLIBC_HAS_FPU is not set
UCLIBC_HAS_SOFT_FLOAT=y
DO_C99_MATH=y
-KERNEL_HEADERS="/home/julien/workspace/Armadeus_SF/armadeus_trunk_work_2_6_29/buildroot/toolchain_build_armv5te/linux/include"
+KERNEL_HEADERS="/home/julien/workspace/Armadeus_SF/armadeus_test_release/buildroot/toolchain_build_armv5te/linux/include"
HAVE_DOT_CONFIG=y
#
@@ -197,7 +197,7 @@
#
# uClibc development/debugging options
#
-CROSS_COMPILER_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_trunk_work_2_6_29/buildroot/build_armv5te/staging_dir/usr/bin/arm-linux-uclibc-"
+CROSS_COMPILER_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_test_release/buildroot/build_armv5te/staging_dir/usr/bin/arm-linux-uclibc-"
UCLIBC_EXTRA_CFLAGS=""
# DODEBUG is not set
# DODEBUG_PT is not set
Modified: trunk/buildroot/local/apf9328_test/apf9328_test.config
===================================================================
--- trunk/buildroot/local/apf9328_test/apf9328_test.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf9328_test/apf9328_test.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
-# Tue Jun 2 12:38:18 2009
+# Tue Jun 2 21:25:34 2009
#
BR2_HAVE_DOT_CONFIG=y
BR2_VERSION="0.10.0-svn"
@@ -825,11 +825,13 @@
# BR2_KERNEL_HURD is not set
BR2_PACKAGE_LINUX=y
BR2_PACKAGE_LINUX_FORMAT="uImage"
+BR2_KERNEL_PATCH_LEVEL="$(BR2_KERNEL_MINORLEVEL)"
BR2_KERNEL_CURRENT_VERSION="2.6.26.3"
BR2_KERNEL_THIS_VERSION="2.6.29"
BR2_KERNEL_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
BR2_MM_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6"
BR2_RC_MM_PATCH_DIR="$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)/2.6.$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)-mm$(BR2_KERNEL_MM_LEVEL)"
+BR2_KERNEL_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
# BR2_LINUX_2_6_STABLE is not set
BR2_LINUX_2_6_29=y
# BR2_LINUX_2_6_28 is not set
@@ -851,13 +853,26 @@
#
# Patches
#
-# BR2_KERNEL_ADD_KERNEL_ORG_PATCH is not set
+BR2_KERNEL_ADD_KERNEL_ORG_PATCH=y
+# BR2_KERNEL_ADD_LATEST is not set
+# BR2_KERNEL_ADD_LATEST_MINORPATCH is not set
+BR2_KERNEL_ADD_MINORPATCH=y
+# BR2_KERNEL_ADD_LATEST_RC_PATCH is not set
+# BR2_KERNEL_ADD_RC_PATCH is not set
+# BR2_KERNEL_ADD_LATEST_SNAPSHOT is not set
+# BR2_KERNEL_ADD_SNAPSHOT is not set
+# BR2_KERNEL_ADD_LATEST_MM_PATCH is not set
+# BR2_KERNEL_ADD_MM_PATCH is not set
+BR2_KERNEL_ADD_PATCH=y
+BR2_KERNEL_MINORLEVEL="4"
# BR2_KERNEL_ARCH_PATCH_ENABLED is not set
BR2_LINUX_BOARD_PATCH=y
BR2_LINUX_BSP_PATCH=""
+BR2_KERNEL_PATCH="patch-$(BR2_DOWNLOAD_LINUX26_VERSION).$(BR2_KERNEL_PATCH_LEVEL).bz2"
+BR2_EXTRA_VERSION=".$(BR2_KERNEL_PATCH_LEVEL)"
BR2_KERNEL_BASE=y
BR2_DOWNLOAD_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION)"
-BR2_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION)"
+BR2_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION).$(BR2_KERNEL_PATCH_LEVEL)"
#
# Linux Kernel Configuration
@@ -881,7 +896,7 @@
# BR2_LINUX_COPYTO_TFTPBOOT is not set
BR2_LINUX_COPYTO=""
# BR2_LINUX_COPY_CONFIGURATION is not set
-BR2_PACKAGE_LINUX_KCONFIG=".//local/apf9328_test/linux-2.6.29.config"
+BR2_PACKAGE_LINUX_KCONFIG=".//local/apf9328_test/linux-2.6.29.4.config"
BR2_PACKAGE_BUSYBOX_CONFIG=".//local/apf9328_test/busybox-1.12.1.config"
BR2_UCLIBC_CONFIG=".//local/apf9328_test/uclibc-0.9.29.config"
BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE=".//local/apf9328_test/u-boot/apf9328.h"
Modified: trunk/buildroot/local/apf9328_test/busybox-1.12.1.config
===================================================================
--- trunk/buildroot/local/apf9328_test/busybox-1.12.1.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf9328_test/busybox-1.12.1.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.12.1
-# Tue May 5 15:38:53 2009
+# Tue Jun 2 18:13:49 2009
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -71,7 +71,7 @@
# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set
# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set
-CONFIG_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_trunk_work_2_6_29/buildroot/project_build_armv4t/apf9328_test/root"
+CONFIG_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_test_release/buildroot/project_build_armv4t/apf9328_test/root"
#
# Busybox Library Tuning
Added: trunk/buildroot/local/apf9328_test/linux-2.6.29.4.config
===================================================================
--- trunk/buildroot/local/apf9328_test/linux-2.6.29.4.config (rev 0)
+++ trunk/buildroot/local/apf9328_test/linux-2.6.29.4.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -0,0 +1 @@
+link linux-2.6.29.config
\ No newline at end of file
Property changes on: trunk/buildroot/local/apf9328_test/linux-2.6.29.4.config
___________________________________________________________________
Added: svn:special
+ *
Modified: trunk/buildroot/local/apf9328_test/linux-2.6.29.config
===================================================================
--- trunk/buildroot/local/apf9328_test/linux-2.6.29.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf9328_test/linux-2.6.29.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Linux kernel version: 2.6.29
-# Wed May 6 14:19:39 2009
+# Linux kernel version: 2.6.29.4
+# Tue Jun 2 21:33:46 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
Modified: trunk/buildroot/local/apf9328_test/u-boot/apf9328.h
===================================================================
--- trunk/buildroot/local/apf9328_test/u-boot/apf9328.h 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf9328_test/u-boot/apf9328.h 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1016,3 +1016,16 @@
#endif
#define CONFIG_BOARD_NAME apf9328
#endif /* __BR2_ADDED_CONFIG_H */
+
+/* Add a wrapper around the values Buildroot sets. */
+#ifndef __BR2_ADDED_CONFIG_H
+#define __BR2_ADDED_CONFIG_H
+#ifdef CONFIG_HOSTNAME
+#undef CONFIG_HOSTNAME
+#endif
+#define CONFIG_HOSTNAME "apf9328_test"
+#ifdef CONFIG_BOARD_NAME
+#undef CONFIG_BOARD_NAME
+#endif
+#define CONFIG_BOARD_NAME apf9328
+#endif /* __BR2_ADDED_CONFIG_H */
Modified: trunk/buildroot/local/apf9328_test/uclibc-0.9.29.config
===================================================================
--- trunk/buildroot/local/apf9328_test/uclibc-0.9.29.config 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/local/apf9328_test/uclibc-0.9.29.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
-# Tue Apr 14 19:43:04 2009
+# Tue Jun 2 17:35:00 2009
#
# TARGET_alpha is not set
TARGET_arm=y
@@ -65,7 +65,7 @@
# UCLIBC_HAS_FPU is not set
UCLIBC_HAS_SOFT_FLOAT=y
DO_C99_MATH=y
-KERNEL_HEADERS="/home/julien/workspace/Armadeus_SF/armadeus_trunk_work_2_6_29/buildroot/toolchain_build_armv4t/linux/include"
+KERNEL_HEADERS="/home/julien/workspace/Armadeus_SF/armadeus_test_release/buildroot/toolchain_build_armv4t/linux/include"
HAVE_DOT_CONFIG=y
#
@@ -198,7 +198,7 @@
#
# uClibc development/debugging options
#
-CROSS_COMPILER_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_trunk_work_2_6_29/buildroot/build_armv4t/staging_dir/usr/bin/arm-linux-uclibc-"
+CROSS_COMPILER_PREFIX="/home/julien/workspace/Armadeus_SF/armadeus_test_release/buildroot/build_armv4t/staging_dir/usr/bin/arm-linux-uclibc-"
UCLIBC_EXTRA_CFLAGS=""
# DODEBUG is not set
# DODEBUG_PT is not set
Added: trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.4.config
===================================================================
--- trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.4.config (rev 0)
+++ trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.4.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -0,0 +1 @@
+link apf27-linux-2.6.29.config
\ No newline at end of file
Property changes on: trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.4.config
___________________________________________________________________
Added: svn:special
+ *
Modified: trunk/buildroot/target/device/armadeus/apf27/apf27_defconfig
===================================================================
--- trunk/buildroot/target/device/armadeus/apf27/apf27_defconfig 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/target/device/armadeus/apf27/apf27_defconfig 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
-# Sat May 16 19:10:45 2009
+# Wed Jun 3 09:18:49 2009
#
BR2_HAVE_DOT_CONFIG=y
BR2_VERSION="0.10.0-svn"
@@ -771,16 +771,15 @@
BR2_PACKAGE_LINUX_FORMAT="uImage"
BR2_KERNEL_PATCH_LEVEL="$(BR2_KERNEL_MINORLEVEL)"
BR2_KERNEL_CURRENT_VERSION="2.6.26.3"
-BR2_KERNEL_NEXT_VERSION="2.6.28"
-BR2_KERNEL_THIS_VERSION="2.6.27"
+BR2_KERNEL_THIS_VERSION="2.6.29"
BR2_KERNEL_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
BR2_MM_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6"
BR2_RC_MM_PATCH_DIR="$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)/2.6.$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)-mm$(BR2_KERNEL_MM_LEVEL)"
BR2_KERNEL_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
# BR2_LINUX_2_6_STABLE is not set
-# BR2_LINUX_2_6_29 is not set
+BR2_LINUX_2_6_29=y
# BR2_LINUX_2_6_28 is not set
-BR2_LINUX_2_6_27=y
+# BR2_LINUX_2_6_27 is not set
# BR2_LINUX_2_6_26 is not set
# BR2_LINUX_2_6_25 is not set
# BR2_LINUX_2_6_24 is not set
@@ -809,7 +808,7 @@
# BR2_KERNEL_ADD_LATEST_MM_PATCH is not set
# BR2_KERNEL_ADD_MM_PATCH is not set
BR2_KERNEL_ADD_PATCH=y
-BR2_KERNEL_MINORLEVEL="13"
+BR2_KERNEL_MINORLEVEL="4"
# BR2_KERNEL_ARCH_PATCH_ENABLED is not set
BR2_LINUX_BOARD_PATCH=y
BR2_LINUX_BSP_PATCH=""
Added: trunk/buildroot/target/device/armadeus/apf9328/apf9328-linux-2.6.29.4.config
===================================================================
--- trunk/buildroot/target/device/armadeus/apf9328/apf9328-linux-2.6.29.4.config (rev 0)
+++ trunk/buildroot/target/device/armadeus/apf9328/apf9328-linux-2.6.29.4.config 2009-06-03 07:31:35 UTC (rev 1320)
@@ -0,0 +1 @@
+link apf9328-linux-2.6.29.config
\ No newline at end of file
Property changes on: trunk/buildroot/target/device/armadeus/apf9328/apf9328-linux-2.6.29.4.config
___________________________________________________________________
Added: svn:special
+ *
Modified: trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig
===================================================================
--- trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig 2009-06-03 07:31:35 UTC (rev 1320)
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
-# Sat May 16 18:12:03 2009
+# Wed Jun 3 09:20:00 2009
#
BR2_HAVE_DOT_CONFIG=y
BR2_VERSION="0.10.0-svn"
@@ -767,16 +767,15 @@
BR2_PACKAGE_LINUX_FORMAT="uImage"
BR2_KERNEL_PATCH_LEVEL="$(BR2_KERNEL_MINORLEVEL)"
BR2_KERNEL_CURRENT_VERSION="2.6.26.3"
-BR2_KERNEL_NEXT_VERSION="2.6.28"
-BR2_KERNEL_THIS_VERSION="2.6.27"
+BR2_KERNEL_THIS_VERSION="2.6.29"
BR2_KERNEL_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
BR2_MM_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6"
BR2_RC_MM_PATCH_DIR="$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)/2.6.$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)-mm$(BR2_KERNEL_MM_LEVEL)"
BR2_KERNEL_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
# BR2_LINUX_2_6_STABLE is not set
-# BR2_LINUX_2_6_29 is not set
+BR2_LINUX_2_6_29=y
# BR2_LINUX_2_6_28 is not set
-BR2_LINUX_2_6_27=y
+# BR2_LINUX_2_6_27 is not set
# BR2_LINUX_2_6_26 is not set
# BR2_LINUX_2_6_25 is not set
# BR2_LINUX_2_6_24 is not set
@@ -805,7 +804,7 @@
# BR2_KERNEL_ADD_LATEST_MM_PATCH is not set
# BR2_KERNEL_ADD_MM_PATCH is not set
BR2_KERNEL_ADD_PATCH=y
-BR2_KERNEL_MINORLEVEL="13"
+BR2_KERNEL_MINORLEVEL="4"
# BR2_KERNEL_ARCH_PATCH_ENABLED is not set
BR2_LINUX_BOARD_PATCH=y
BR2_LINUX_BSP_PATCH=""
Added: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29.4
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29.4 (rev 0)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29.4 2009-06-03 07:31:35 UTC (rev 1320)
@@ -0,0 +1 @@
+link 2.6.29
\ No newline at end of file
Property changes on: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29.4
___________________________________________________________________
Added: svn:special
+ *
Modified: trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff
===================================================================
--- trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff 2009-06-02 21:51:11 UTC (rev 1319)
+++ trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff 2009-06-03 07:31:35 UTC (rev 1320)
@@ -25,7 +25,7 @@
Linux 2.6.26.3
+config BR2_LINUX_2_6_29
-+ bool "Linux 2.6.29 (experimental)"
++ bool "Linux 2.6.29"
+ select BR2_KERNEL_BASE
+ help
+ Linux 2.6.29
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|