mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Move kernel over to git.
We are using the same sources as what is in the tarball. Just that they are now in git. Copying the kernel tree over to the build dir for now. Will eventually modify it so that we build from the src directory into the build directory. Review URL: http://chromereview.prom.corp.google.com/1177012 git-svn-id: svn://chrome-svn/chromeos/trunk@81 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
d8b3c3a8e6
commit
477d139886
@ -102,9 +102,11 @@ cd "$SRCDIR"
|
||||
# TODO: find a better source for the kernel source. Old versions of karmic
|
||||
# aren't hosted on archive.ubuntu.com
|
||||
#apt-get source linux-source-$MAJOR.$MINOR.$EXTRA
|
||||
tar -xzf "$KERNEL_DIR"/linux_${VER_MME}-*.tar.gz
|
||||
# Rename directory to what the patches expect
|
||||
mv ubuntu-* "linux-$VER_MME"
|
||||
# TODO(msb): uncomment once git is available in the chroot
|
||||
# git clone "${KERNEL_DIR}"/files linux_${VER_MME}
|
||||
# Name directory to what the patches expect
|
||||
mkdir linux-${VER_MME}
|
||||
cp -a "${KERNEL_DIR}"/files/* linux-${VER_MME}
|
||||
|
||||
if [ ! -z $PATCHES ]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user