Coder Social home page Coder Social logo

samsung-kernel-jfltexx's Introduction

samsung-kernel-jfltexx

Bare repositories for jfltexx (i9505)

www.broodplank.net

Basic Info:

Branches:

  • tw-4.2.2 = Stock i9505 TouchWiz Kernel from Samsung sources patched until latest linux kernel version
  • aosp-4.2.2 = i9505g Google Edition Kernel (for AOSP 4.2.2 Google Edition and TouchWiz 4.2.2) (for i9505)

Cloning:

Forking:

  • Click Fork at the right top of the page

Usage Info:

Initializing first config:

  • make VARIANT_DEFCONFIG=jf_eur_defconfig jf_defconfig

Configuration:

  • xconfig (or menuconfig, or gconfig, or nconfig)

Building:

  • export ARCH=arm
  • export CROSS_COMPILE=/path/to/toolchain/bin/arm-eabi-
  • make -jx (where x is the amount of cpu cores + 1)

Updating Info:

If you have forked the repository do this to fetch the updates from this repository:

First add it to the remote:

Then search for the commit(s) that you want to merge

For 1 commit:

  • git cherry-pick [commit hash here, this is the last part of a commits url]

(for example: https://github.com/broodplank/samsung-kernel-jfltexx/commit/612bbea08b67f16dd5628cb8cd8406973f8fe821 would be: 612bbea08b67f16dd5628cb8cd8406973f8fe821)

For a range of commits:

  • git cherry-pick [commit a hash]^..[commit b hash]

Where commit a is the oldest commit and commit b the newest.

for example: git cherry-pick 0bff3bdba64c58ea6100d72763f2be3acc9659db^..612bbea08b67f16dd5628cb8cd8406973f8fe821

This would patch the sources from 3.4.40 to 3.4.52

samsung-kernel-jfltexx's People

Contributors

ausdim avatar broodplank avatar ktoonsez avatar

Watchers

 avatar

Forkers

philz-cwm6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.