hi1rom / android_kernel_bq_namek

Linux Kernel source code for the device bq Aquaris M5.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WHAT IS THIS?

Linux Kernel source code for the devices:

  • bq aquaris M5.5

BUILD INSTRUCTIONS?

Specific sources are separated by branches and each version is tagged with it's corresponding number. First, you should clone the project:

    $ git clone https://github.com/bq/aquaris-M5.5.git

After it, choose the version you would like to build:

*Aquaris M5 *

    $ mv aquaris-M5.5 kernel
    $ cd kernel
    $ git checkout aquaris-M5.5_1.x

At the same level of the "kernel" directory:

Download a prebuilt gcc

    $ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8

Create KERNEL_OUT dir:

    $ mkdir KERNEL_OUT   

Your directory tree should look like this:

  • kernel
  • arm-eabi-4.8
  • KERNEL_OUT

Finally, build the kernel according the next table of product names:

device product
bq aquaris M5.5 namek
    $ make -C kernel  O=../KERNEL_OUT  ARCH=arm CROSS_COMPILE=../arm-eabi-4.8/bin/arm-eabi- {product}_defconfig
    $ make O=../KERNEL_OUT/ -C kernel ARCH=arm  CROSS_COMPILE=../arm-eabi-4.8/bin/arm-eabi-                       

You can specify "-j CORES" argument to speed-up your compilation, example:

    $ make O=../KERNEL_OUT/ -C kernel ARCH=arm  CROSS_COMPILE=../arm-eabi-4.8/bin/arm-eabi- -j 8

About

Linux Kernel source code for the device bq Aquaris M5.5

License:Other


Languages

Language:C 96.7%Language:Assembly 2.0%Language:C++ 0.6%Language:Makefile 0.3%Language:Objective-C 0.2%Language:Perl 0.1%Language:Shell 0.0%Language:Yacc 0.0%Language:Lex 0.0%Language:Python 0.0%Language:Groff 0.0%Language:Scilab 0.0%Language:Awk 0.0%Language:UnrealScript 0.0%Language:SourcePawn 0.0%Language:ASP 0.0%Language:Clojure 0.0%