[leaf-commits] src/bering-uclibc4/source/linux Bering-2.6.35.2.config, NONE, 1.1 buildtool.cfg, 1.4, 1.5 buildtool.mk, 1.4, 1.5
Andrew <[email protected]>
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/linux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2161 Modified Files: buildtool.cfg buildtool.mk Added Files: Bering-2.6.35.2.config Log Message: Updated kernel to 2.6.35.2 --- NEW FILE: Bering-2.6.35.2.config --- # # Automatically generated make config: don't edit # Linux kernel version: 2.6.35.2 # Tue Aug 17 21:26:22 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y [...2681 lines suppressed...] CONFIG_CRC_ITU_T=m CONFIG_CRC32=m CONFIG_CRC7=m CONFIG_LIBCRC32C=m CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=m CONFIG_LZO_COMPRESS=m CONFIG_LZO_DECOMPRESS=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DECOMPRESS_LZO=y CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_KMP=m CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_NLATTR=y Index: buildtool.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/linux/buildtool.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** buildtool.cfg 7 Aug 2010 20:31:35 -0000 1.4 --- buildtool.cfg 17 Aug 2010 21:28:31 -0000 1.5 *************** *** 13,17 **** </Server> ! <File linux-2.6.35.tar.bz2> Server = kernel.org envname = KERNEL_SOURCE --- 13,17 ---- </Server> ! <File linux-2.6.35.2.tar.bz2> Server = kernel.org envname = KERNEL_SOURCE *************** *** 38,42 **** </File> ! <File Bering-2.6.35.config> Server = cvs4-sourceforge Directory = linux --- 38,42 ---- </File> ! <File Bering-2.6.35.2.config> Server = cvs4-sourceforge Directory = linux Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/linux/buildtool.mk,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** buildtool.mk 7 Aug 2010 20:33:44 -0000 1.4 --- buildtool.mk 17 Aug 2010 21:28:31 -0000 1.5 *************** *** 7,13 **** include $(MASTERMAKEFILE) $(BT_LINUX_DIR)/.source: bzcat $(KERNEL_SOURCE) | tar -xvf - ! ln -s linux-2.6.35 linux cp $(LINUX_CONFIG) linux/.config cat $(KERNEL_PATCH1) | patch -d linux/lib -p0 --- 7,15 ---- include $(MASTERMAKEFILE) + PERLVER=$(shell ls $(BT_STAGING_DIR)/usr/lib/perl5) + $(BT_LINUX_DIR)/.source: bzcat $(KERNEL_SOURCE) | tar -xvf - ! ln -sf linux-2.6.35.2 linux cp $(LINUX_CONFIG) linux/.config cat $(KERNEL_PATCH1) | patch -d linux/lib -p0 *************** *** 19,24 **** perl -i -p -e 's,$(EXTRAVERSION)-grsec,$(EXTRAVERSION),g' $(BT_LINUX_DIR)/Makefile $(MAKE) -C linux oldconfig ! $(MAKE) -C linux include/linux/version.h ! $(MAKE) -C linux headers_install cp -r linux/usr/include $(BT_STAGING_DIR)/ touch $(BT_LINUX_DIR)/.configured --- 21,26 ---- perl -i -p -e 's,$(EXTRAVERSION)-grsec,$(EXTRAVERSION),g' $(BT_LINUX_DIR)/Makefile $(MAKE) -C linux oldconfig ! ([ -$(PERLVER) = - ] || export PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER); \ ! $(MAKE) -C linux include/linux/version.h headers_install) cp -r linux/usr/include $(BT_STAGING_DIR)/ touch $(BT_LINUX_DIR)/.configured *************** *** 35,37 **** srcclean: rm -rf linux ! rm -rf linux-2.4.34.6 --- 37,39 ---- srcclean: rm -rf linux ! rm -rf linux-2.6.35.2 ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev