bq / aquaris-5HD

The Linux kernel source code of bq Aquaris 5HD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WHAT IS THIS?

Linux Kernel source code for the device bq Aquaris 5HD

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 git@github.com:bq/aquaris-5HD.git

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

Version 1.x (Jelly Bean)

    $ cd aquaris-5HD/
    $ git checkout 1.0.3_20140116-1954

Build the kernel:

    $ cd kernel/
    $ rm -rf out/
    $ mkdir out/
    $ TARGET_PRODUCT=lcsh89_we_jb2 MTK_ROOT_CUSTOM=../mediatek/custom make O=out

Version 2.x (KitKat)

    $ cd aquaris-5HD/
    $ git checkout 2.0.0_20140911-1054

Build the kernel:

    $ ./makeMtk -t lcsh89_wet_kk n k

About

The Linux kernel source code of bq Aquaris 5HD


Languages

Language:C 89.1%Language:C++ 7.3%Language:Assembly 1.7%Language:Perl 0.7%Language:Objective-C 0.7%Language:Makefile 0.3%Language:Python 0.1%Language:Shell 0.0%Language:Bison 0.0%Language:TeX 0.0%Language:JavaScript 0.0%Language:Prolog 0.0%Language:Scala 0.0%Language:Awk 0.0%Language:Scilab 0.0%Language:UnrealScript 0.0%Language:Perl 6 0.0%Language:R 0.0%Language:ASP 0.0%Language:XSLT 0.0%Language:Erlang 0.0%Language:Vim Script 0.0%Language:Ruby 0.0%