Giter Club home page Giter Club logo

kernel_leeco_msm8996's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @Iolaum
  • ๐Ÿ’ป I'm working as Senior Data Scientist at @NannyML
  • ๐Ÿ‘€ Iโ€™m interested in Open Source and Personal Computing
  • ๐ŸŒฑ Iโ€™m currently learning patience from my kids
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on Free Software.
  • ๐Ÿ“ซ @

kernel_leeco_msm8996's People

Contributors

acmel avatar adrianbunk avatar arndb avatar axellin avatar bigguiness avatar broonie avatar bzolnier avatar danvet avatar davem330 avatar dhowells avatar ebiederm avatar gregkh avatar heicarst avatar htejun avatar hverkuil avatar ickle avatar jmberg avatar jmberg-intel avatar joeperches avatar kaber avatar larsclausen avatar lnxbuild avatar neilbrown avatar olofj avatar ozbenh avatar pmundt avatar ralfbaechle avatar rddunlap avatar tiwai avatar torvalds avatar

Watchers

 avatar  avatar

kernel_leeco_msm8996's Issues

Remote repositories information

Sample process to add all the remotes related to an up to date kernel for leeco_msm8996

$ git clone -o github [email protected]:Iolaum/kernel_leeco_msm8996.git
# ...
$ cd kernel_leeco_msm8996/

# Add AICP repo
$ git remote add aicp https://github.com/AICP/kernel_leeco_msm8996.git

# Add main linux kernel repo
$ git remote add kernel https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
# see linux 3.18 tree
$ git ls-remote --heads kernel | grep x-3.18
6b1ae527b1fdee86e81da0cb26ced75731c6c0fa	refs/heads/linux-3.18.y
$ git fetch kernel
$ git switch -c linux-3.18.y --track kernel/linux-3.18.y
$ git push github linux-3.18.y
# ...
To github.com:Iolaum/kernel_leeco_msm8996.git
 * [new branch]                linux-3.18.y -> linux-3.18.y
$ git status
On branch linux-3.18.y
Your branch is up to date with 'kernel/linux-3.18.y'.
# ...

# Add code aurora forum kernel sources
$ git remote add caf https://source.codeaurora.org/quic/la/kernel/msm-3.18
$ git fetch caf
# Checkout on specific commit specified by tagged release
$ git checkout LA.UM.8.6.r1-02600-89xx.0
# git checkout 03ae6f70557f000f7a6ae11446f3a6795cdf27d8 would also work
$ git log
# Our tag comes from the caf/kernel.lnx.3.18.r41-rel remote
$ git switch -c kernel.lnx.3.18.r41-rel --track caf/kernel.lnx.3.18.r41-rel
# push tag to github remote
$ git push github LA.UM.8.6.r1-02600-89xx.0

# Adding Google's android kernel sources
$ git remote add android https://android.googlesource.com/kernel/common
$ git fetch android
# we want to track the android-3.18 branch that will receive further maintenance updates
$ git switch -c android-3.18 --track android/android-3.18
$ git push github android-3.18

# At the end we are tracking the following remotes
$ git remote -v
aicp	https://github.com/AICP/kernel_leeco_msm8996.git (fetch)
aicp	https://github.com/AICP/kernel_leeco_msm8996.git (push)
android	https://android.googlesource.com/kernel/common (fetch)
android	https://android.googlesource.com/kernel/common (push)
caf	https://source.codeaurora.org/quic/la/kernel/msm-3.18 (fetch)
caf	https://source.codeaurora.org/quic/la/kernel/msm-3.18 (push)
github	[email protected]:Iolaum/kernel_leeco_msm8996.git (fetch)
github	[email protected]:Iolaum/kernel_leeco_msm8996.git (push)
kernel	https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ (fetch)
kernel	https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ (push)

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.