Skip to content

Instantly share code, notes, and snippets.

View Claymore1297's full-sized avatar

Julian Veit Claymore1297

  • ::1
View GitHub Profile
@Claymore1297
Claymore1297 / gist:0fa68afb11725c1edd1f3372cd3bb52c
Last active November 14, 2024 17:21
Merging needed Motorola additions into MMI-U1SSMS34.31-64-4-4 kernel
# 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