From 3bfc11f2fe3ffa96596f7c3a3519edde7fec4292 Mon Sep 17 00:00:00 2001 From: "msb@google.com" Date: Tue, 3 Nov 2009 22:30:10 +0000 Subject: [PATCH] Move patches into kernel git tree. The change for adding the patches to the kernel git tree: http://chromereview.prom.corp.google.com/1180039 Review URL: http://chromereview.prom.corp.google.com/1181025 git-svn-id: svn://chrome-svn/chromeos/trunk@152 06c00378-0e64-4dae-be16-12b19f9950a1 --- build_kernel.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build_kernel.sh b/build_kernel.sh index a85e35e577..7e08be34ff 100755 --- a/build_kernel.sh +++ b/build_kernel.sh @@ -122,13 +122,6 @@ else sudo apt-get install $PATCHES fi - # Apply chromeos patches - CHROMEOS_PATCHES=`ls "$KERNEL_DIR"/patches/*.patch` - for i in ${CHROMEOS_PATCHES} - do - patch -d "linux-$VER_MME" -p1 < "$i" - done - # TODO: Remove a config option which references a non-existent directory in # ubuntu kernel sources. sed -i '/gfs/ d' linux-$VER_MME/ubuntu/Makefile