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
This commit is contained in:
msb@google.com 2009-11-03 22:30:10 +00:00
parent 0881d25bf1
commit 3bfc11f2fe

View File

@ -122,13 +122,6 @@ else
sudo apt-get install $PATCHES sudo apt-get install $PATCHES
fi 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 # TODO: Remove a config option which references a non-existent directory in
# ubuntu kernel sources. # ubuntu kernel sources.
sed -i '/gfs/ d' linux-$VER_MME/ubuntu/Makefile sed -i '/gfs/ d' linux-$VER_MME/ubuntu/Makefile