This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clone kernel-msm | |
git clone --branch MMI-U1SSMS34.31-64-4-4 https://github.com/MotorolaMobilityLLC/kernel-msm --single-branch | |
############################# | |
# codelinaro | |
git clone https://git.codelinaro.org/clo/la/kernel/msm-5.4.git --branch kernel.lnx.5.4.r3-rel --single-branch kernel-codelinaro-5.4-r3 | |
# revert codelinaro commits to solve rebase conflicts with moto kernel | |
# moto has slightly different version of codelinaro commit | |
# https://github.com/MotorolaMobilityLLC/kernel-msm/commit/483961db6f0054b1c75bbc61fa052782826ef382 | |
git revert acf2f0eb6a4aabcfae75f869af836cdc30f29419 --no-edit |