aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2011-10-04 20:07:58 +0200
committerDavid 'Digit' Turner <digit@google.com>2011-10-04 20:07:58 +0200
commit21f55a886165fb511e7d480fa2ae7860272ede6c (patch)
tree2a53dffb82581fe14dc384173bf7f0ee63b07f1e /docs
parentfa0c8e25403290b545bb98735b1ece275c524361 (diff)
downloadexternal_qemu-21f55a886165fb511e7d480fa2ae7860272ede6c.zip
external_qemu-21f55a886165fb511e7d480fa2ae7860272ede6c.tar.gz
external_qemu-21f55a886165fb511e7d480fa2ae7860272ede6c.tar.bz2
ANDROID-KERNEL.TXT: Update document
This patch renames docs/KERNEL.TXT to docs/ANDROID-KERNEL.TXT and also updates the content with: - the new git repository and branch to use to get the kernel sources (android.git.kernel.org/kernel/qemu.git android-goldfish-2.6.29) - how to rebuild the ARMv7 kernel image (just use the --armv7 flag) Change-Id: I87cbbcbcbdfa2b9b0efaac6d3410a68ad336e5b3
Diffstat (limited to 'docs')
-rw-r--r--docs/ANDROID-KERNEL.TXT (renamed from docs/KERNEL.TXT)11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/KERNEL.TXT b/docs/ANDROID-KERNEL.TXT
index 35d1f1f..d5a1930 100644
--- a/docs/KERNEL.TXT
+++ b/docs/ANDROID-KERNEL.TXT
@@ -7,14 +7,19 @@ I. Helper script:
We now provide a helper script to rebuild the kernel,
it is under distrib/rebuild-kernel.sh.
-You need the sources in android.git.kernel.org/kernel/common.git,
-in branch origin/archive/android-gldfish-2.6.29 (note the typo!)
+You need the sources in android.git.kernel.org/kernel/qemu.git,
+in branch origin/android-goldfish-2.6.29
-To rebuild the ARM kernel:
+To rebuild the ARMv5TE kernel:
cd $KERNEL_SOURCES
/path/to/rebuild-kernel.sh --out=$ANDROID/prebuilt/android-arm/kernel
+To rebuild the ARMv7-A one:
+
+ cd $KERNEL_SOURCES
+ /path/to/rebuild-kernel.sh --armv7 --out=$ANDROID/prebuilt/android-arm/kernel
+
To rebuild the x86 kernel:
cd $KERNEL_SOURCES