diff options
| author | Moyster <oysterized@gmail.com> | 2016-10-27 13:59:33 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-11-07 13:47:00 +0100 |
| commit | 3e2390c9a2d689a83ede2e1321054afa3fb89132 (patch) | |
| tree | 577f2c7d3846e870ca9d02742d338bc97ddf0ea8 /README.md | |
| parent | 5b33bacac215f1d42dbb5a046967b14795579907 (diff) | |
cleanup infos
readme update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,7 +1,7 @@ [M571](http://www.meizu.com) ================= -M571 repo is Linux kernel source code for Meizu M2 Note smartphones. With this repo, you can customize the source code and compile a Linux kernel image yourself. Enjoy it! +Linux kernel source code for the Meizu M2 Note. HOW TO COMPILE ----------- @@ -12,7 +12,13 @@ HOW TO COMPILE ###2. Compiling### +From within the Android Sources you want to build, do : + ``` -In the build_kernel.sh (or build_recovery_kernel.sh) script You need to set the value ANDROID_SOURCES -Run script ;) +. build/envsetup.sh && breakfast m2note +make -jX bootimage +(where -jX is your number of cores + 1, -j5 for a quadcore) ``` + +This will give you a flashable boot.img located in out/target/product/device-xyz/ + |
