mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
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:
parent
0881d25bf1
commit
3bfc11f2fe
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user